Description
Hello,
Due to legacy code issues, I had to remove POI-2.5.1-Final from my build path as I was told that tika-app-1.10 will have all the necessary POI files for the project. But them I got a build error in my ant script that said `org.apache.poi.hssf.record.formula.UnaryPlusPtg' is missing from the build path. I found out that the class is also in `org.apache.poi.ss.formula.ptg.UnaryPlusPtg'. Can I replace them or is it something I need a separate package for?
KR,