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

Wrong index assignment: self.size[1] should be self.size[0] #47

Closed zhanilia closed 3 years ago

zhanilia commented 3 years ago

https://github.com/PydPiper/pylightxl/blob/d943773734eb72888d9fc5abdf3e8a553317cb0a/pylightxl/pylightxl.py#L1871-L1888

PydPiper commented 3 years ago

@zhanilia thank you for catching this! I pushed the fix to the master. We are waiting on a few more updates before we release a new version on pypi, but for now you can install via the master branch.