Re: XSSF doesn't work - but HSSF works fine

2020-07-09 Thread Nick Burch

On Fri, 10 Jul 2020, Jan Fenten wrote:
for school I need to analyse some xlsm files. I thought about using your 
API. But sadly the XSSF Workbook doesn't work properly. The HSSF does 
it's job fine, but I have to handle newer Office Versions and large 
tables. The error I get is the NoClassDefFoundError.


Make sure you have all the required jars and their dependencies, see
http://poi.apache.org/components/index.html#components

Nick

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



XSSF doesn't work - but HSSF works fine

2020-07-09 Thread Jan Fenten
Dear Sir or Madame,

for school I need to analyse some xlsm files. I thought about using
your API. But sadly the XSSF Workbook doesn't work properly. The HSSF
does it's job fine, but I have to handle newer Office Versions and
large tables. The error I get is the NoClassDefFoundError.

How can I solve the Problem?

Thanks for helping me.

Kind regards from Germany

Jan Fenten

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org