Reading Excel (.xlsx) files
Hi,
I want to read the .xlsx files from dam. I am able to get the InputStream of this file from dam to pass it to Apache POI to read the data. However, in the run time, it is picking the below xml parser and throwing the error:
javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.EventFactory not found
I've tested this in stand alone Java application and its working fine without the above xmlparser.
I also deployed this Apache POI as a OSGI bundle to make sure Felix has all the dependencies it needs.
Thanks.
