pyexcel / pyexcel-xlsx

A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Other
114 stars 31 forks source link

openpyxl newer versions #34

Closed Thimxx closed 4 years ago

Thimxx commented 4 years ago

Openpyxl (https://pypi.org/project/openpyxl/) has created new versions. In the dependencies of the code it appears 2.6.0 as the most recent one which is 1 year old.

Is it possible to update the dependency to the latest version (3.0.2)?

chfw commented 4 years ago

I will look at it after my holidays. It was introduced because of https://github.com/pyexcel/pyexcel-io/issues/66

Thimxx commented 4 years ago

The reported error you refer happened on 14th Feb, with version 2.6.0, there was a release in March, the 2.6.1. It might be only the version 2.6.0.

Here is the list of versions

https://openpyxl.readthedocs.io/en/stable/changes.html#id31

Thanks!

wind39 commented 4 years ago

Hi,

The issue https://github.com/pyexcel/pyexcel-io/issues/66 was fixed here: https://bitbucket.org/openpyxl/openpyxl/issues/1191

Best regards,

William

Thimxx commented 4 years ago

Thanks @wind39 , actually the issue you refer points to an error in v2.6, so the actual incompatibiliy should be limited to 2.6(plus any new development during this year)

chfw commented 4 years ago

released!

chfw commented 4 years ago

just to confirm, the issue was with 2.6.0 only.

wind39 commented 4 years ago

Hi @chfw ,

Thank you very much! :)

Regards,

William