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



-----Original Message-----
From: <Haeussermann>, "Tobias   (LBV)" <tobias.haeusserm...@lbv.bwl.de>
Reply-To: "community@apache.org" <community@apache.org>
Date: Wednesday, January 8, 2014 3:56 AM
To: "community@apache.org" <community@apache.org>
Subject: Trouble with Apache-POI

>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 
>„org.apache.poi.hssf.record.RecordFormatException: Unable to construct
>record instance“
>
>when I try to load a specific excel-file with following code:
>> HSSFWorkbook workbook = new HSSFWorkbook(new FileInputStream(new
>>File(#path#))); <
>The document, which causes the error contains some pivot-elements.
>The source oft he exception itself is
>„ExtendedPivotTableViewFieldsRecord.java:68“.
> 
>I really don’t have an idea, why I get this exception. I would be glad if
>someone could try to explain the cause of my problem.
>Tell me, if you need the excel-file itself.
>



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

Reply via email to