You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Bruno Marquié <br...@kelkoo.com> on 2004/08/03 13:10:57 UTC

POI and OpenOffice

Hi all,

We have a compatibility problem between Open Office and the POI API to
manage Excel Files. We can't succeed to read with POI files those were
created initially by POI and modified after with Open Office. Our Java
application freeze when trying to execute this line:

aWorkbook = new HSSFWorkbook(new FileInputStream(aWorkBookFileName));

BUT If we modify the file with microsoft Excel and read it after with
POI , there is no problem! And if we try to create an Excel File with
Open Office and read it after with POI, it's working too...

If someone have experienced the same problem, please help me!

Thanks,

Bruno



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