pyxlsb2 icon indicating copy to clipboard operation
pyxlsb2 copied to clipboard

an Excel 2007+ Binary Workbook (xlsb) parser for Python

Results 7 pyxlsb2 issues
Sort by recently updated
recently updated
newest added

Hi, There's a small bug in pyxlsb2/formula.py:Formula.__str__ It calls the stringify method which expects a workbook as an argument without any arguments. As far as I could tell this code...

When I try to install the package with ``` pip install enum34 pyxlsb2 ``` It fails: ``` Collecting enum34==1.1.10 Downloading enum34-1.1.10-py2-none-any.whl (11 kB) Collecting pyxlsb2==0.0.2 Downloading pyxlsb2-0.0.2.tar.gz (31 kB) ERROR:...

Hello, I want to use pyxlsb2 for reading an .xlsb file. I found some files which doesn't seem to open while other work. Opening with pyxlsb works, pyxlsb2 not. I...

Excel (.xlsb) Binary File Format(office07 format. max formula id is 0x01e4 now, but without 0x005c): https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-xlsb/90a52fcb-ce63-497f-a3d3-173c42d82242 Excel Binary File Format (.xls) Structure(office 97 format. max formula id was 0x017b): https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-xls/00b5dd7d-51ca-4938-b7b7-483fe0e5933b...

enhancement

I propose this solution: add the optional parameters _row_ and _col_ to **NamePtg.stringify** and immediately resolve the relative links in the defined names to the interpreted form when the cell...

Hello, I reading an .xlsb file. I found some files which doesn't seem to open while other work. Where the files which not worked throw this error - **IndexError: list...

Hello, there seems to be version 0.0.9 on pypi, but here on github the last version is 0.0.8 . Please could you put the versions in sync? Thank you