PydPiper / pylightxl

A light weight, zero dependency, minimal functionality excel read/writer python library
https://pylightxl.readthedocs.io
MIT License
303 stars 47 forks source link

Cell values beyond the 27th column are not read #13

Closed jkyeung closed 4 years ago

jkyeung commented 4 years ago

It looks like column AA is the rightmost column read by pylightxl. Columns AB and beyond all come up as empty.

For example, the last three cells in this sheet show up as empty in pylightxl:

sample2.xlsx

But AB1 should be 27, AC1 should be 28, and AD1 should be 29.

PydPiper commented 4 years ago

hi jkyeung,

thank you for submitting this issue. It does appear to be a bug, and we are looking into the fix now.

PydPiper commented 4 years ago

bug fixed in version 1.43 and the current git repo. Thank you for catching this and reporting it.

image