Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referencing removed Apache POI classes preventing Apache POI upgrade #22

Closed
heiching opened this issue Mar 5, 2021 · 0 comments
Closed
Milestone

Comments

@heiching
Copy link

heiching commented Mar 5, 2021

Removed classes referenced:
org.apache.poi.utils.SAXHelper
org.apache.poi.hssf.util.CellReference

SAXHelper:

import org.apache.poi.util.SAXHelper;

CellReference:

.addStatement("int column = new $T(cellReference).getCol()", org.apache.poi.hssf.util.CellReference.class)

org.apache.poi.utils.SAXHelper is used in ReaderUtil and prevents Apache POI to be upgraded beyond 3.
SAXHelper is refactored in Apache POI 4.x to org.apache.poi.ooxml.util.SAXHelper and further removed in POI 5.0.
Apache POI suggests to use org/apache/poi/util/XMLHelper instead.

org.apache.poi.hssf.util.CellReference is refactored to org.apache.poi.ss.util.CellReference

Apache POI deprecation info: https://poi.apache.org/apidocs/dev/deprecated-list.html#class

@heiching heiching changed the title org.apache.poi.utils.SAXHelper is removed since Apache POI 4.0 Referencing removed Apache POI classes preventing Apache POI upgrade Mar 5, 2021
@zikani03 zikani03 added this to the 0.5.0 milestone Mar 5, 2021
@zikani03 zikani03 closed this as completed Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants