Trouble with Apache-POI

2014-01-08 Thread Haeussermann, Tobias (LBV)
Hello, I'm using the Apache-poi library (3.10-beta2) for editing excel-documents. It is working fine with most of my excel-files. However I get an exception org.apache.poi.hssf.record.RecordFormatException: Unexpected remaining size (20) which is causing

Re: Trouble with Apache-POI

2014-01-08 Thread Chris Mattmann
Hi Tobias, You may want to take this question to the Apache POI dev list. I'm CC'ing them here. This is the Apache community list and not really specific to any one project or to any one developer community. dev@apache project.apache.org is usually a good first bet. Cheers, Chris

Re: Trouble with Apache-POI

2014-01-08 Thread Thilo Goetz
Please write to the POI users list, info on which you can find here: http://poi.apache.org/mailinglists.html Most likely they'll want the excel file, as well as the full stack trace. --Thilo On 01/09/2014 12:56 AM, Haeussermann, Tobias (LBV) wrote: Hello, I’m using the Apache-poi library