emawind84 / jxls-core

Extension of Java jxls-core http://jxls.sourceforge.net/
GNU General Public License v2.0
1 stars 0 forks source link

Need to support this jar to compatible with latest apache poi version(4.1.2) #2

Open thiyagu23091990 opened 4 years ago

thiyagu23091990 commented 4 years ago

Hi We are using jxls-core-1.0.6 jar in our project. Now we are trying to upgrade the latest version of apache-poi(4.1.2) and our code using XLSTransformer to transform Objects. Still jxls-core using older version of apache-poi(3.9) so we couldn't use this for our project. Seems some of the constants are moved to enum in latest version of apache poi. so we might need some changes in jxls-core. Can you contribute your time to upgrade this jar? Issues we are facing now is CellParser.class using CELL_TYPE_STRING. now its moving to enum.

Eli2021 commented 1 year ago

apache-poi 5.x having the same problem