py-xlsx
py-xlsx copied to clipboard
Tiny python code for parsing data from an Office Open XML Spreadsheet - xlsx
When reading a rather complex excel file (that I can't share due to NDA) I ran into an IndexError on an inlineStr node. I have no idea what that means...
If I'm not mistaken, the `xldate_as_tuple` supports the (dreaded) datemode, but the `Workbook` class has no means of obtaining it. Is there any workaround or is this project not usable...
Hi! I am novice in Python. I have found your great tool to parse various XLSX files and compare them with template files. Comparison aim is that in both files...
FYI when I try to open an xlsx file, I get the following error: ``` Traceback (most recent call last): File "", line 1, in book = Workbook(path) File "C:\Python27\lib\site-packages\xlsx\__init__.py",...
Rows not in JSON are just empty rows, return them to align row counts correctly with other tools. Empty rows are not stored to save space, this patch returns an...