python:exelprocess
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python:exelprocess [2020/02/26 11:28] – [using xlrd] admin | python:exelprocess [2022/10/29 16:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Exel Processing ====== | ====== Exel Processing ====== | ||
| + | ===== Function in Exel ===== | ||
| + | Trước khi xử lý các hàm tìm kiếm Vlookup and Hlookup, If trong exel cần phải format dữ liệu và sort trước -> Lúc đó hàm xử lý mới chạy đúng | ||
| + | VLOOKUP($B2, | ||
| ===== Install ===== | ===== Install ===== | ||
| * Install on windows:< | * Install on windows:< | ||
| Line 119: | Line 122: | ||
| parsexls(constantsfile) | parsexls(constantsfile) | ||
| </ | </ | ||
| + | ==== Error Parse UTF-8 file ==== | ||
| + | < | ||
| + | UnicodeDecodeError: | ||
| + | </ | ||
| + | You can debug for information:< | ||
| + | xlsfile = xlrd.open_workbook(filename, | ||
| + | </ | ||
| + | BOF: op=0x0809 vers=0x0600 stream=0x0005 buildid=14420 buildyr=1997 -> BIFF80 | ||
| + | CODEPAGE: codepage 1200 -> encoding ' | ||
| + | DATEMODE: datemode 0 | ||
| + | </ | ||
| + | |||
| + | **Fix**: Lỗi do file exel, mở lại file exel và lưu lại sẽ hết lỗi | ||
| ===== Using xlwt ===== | ===== Using xlwt ===== | ||
python/exelprocess.1582716514.txt.gz · Last modified: (external edit)
