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.
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.