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

Allow openpyxl versions greater than 2.2.2 #4

Closed jayvdb closed 8 years ago

jayvdb commented 8 years ago

Debian sid has openpyxl 2.3.0

codecov-io commented 8 years ago

Current coverage is 98.58%

Merging #4 into master will not change coverage

@@             master         #4   diff @@
==========================================
  Files             8          8          
  Lines           492        492          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            485        485          
  Misses            7          7          
  Partials          0          0          

Powered by Codecov. Last updated by 2c6cae4...fad3558

chfw commented 8 years ago

the limitation was introduced due to the instability of openpyxl 2.2.x and was kept since its stability improved. I am fine to relax this limitation. Let's add one when and if it happens again.

refernce: openpyxl v2.2.1 #440