You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Gil Vernik <Gi...@solaredge.com> on 2009/01/20 08:58:03 UTC

invalid header - is it possible to ignore the error

Hi there,

I am using  POI 3.2-Final.

 

Here is the problem : 

I am getting an xsl file from some URL. If I open this file with excel
directly from web, or save it to disk and then open it - Excel throws an
error that this file is not of excel  type and asks me "abort or
continue". Pressing continue - excel open the file and everything is
perfect and the file is displayed correctly.

There is probably some invalid header of this file, but forcing  Excel
to ignore it - solves the problem.

 

 

Now, I want the same behavior when I using POI. Currently POI throws an
exception, that invalid header signature is present. Is there a way (
without recompile POI ) to force him to continue even if the header
signature wrong? After all, the file is of excel type.

 

Thanks,

Gil.


This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

RE: invalid header - is it possible to ignore the error

Posted by Winarto <wi...@fermat.eu>.
Perhaps you can check whether the file is really an Excel file or an XML/HTML based file that’s renamed into .xls.
You may check by opening it with text editor.

Cheers,
Wins

-----Original Message-----
From: Gil Vernik [mailto:Gil.V@solaredge.com] 
Sent: Tuesday, 20 January 2009 15:58
To: user@poi.apache.org
Subject: invalid header - is it possible to ignore the error

Hi there,

I am using  POI 3.2-Final.

 

Here is the problem : 

I am getting an xsl file from some URL. If I open this file with excel
directly from web, or save it to disk and then open it - Excel throws an
error that this file is not of excel  type and asks me "abort or
continue". Pressing continue - excel open the file and everything is
perfect and the file is displayed correctly.

There is probably some invalid header of this file, but forcing  Excel
to ignore it - solves the problem.

 

 

Now, I want the same behavior when I using POI. Currently POI throws an
exception, that invalid header signature is present. Is there a way (
without recompile POI ) to force him to continue even if the header
signature wrong? After all, the file is of excel type.

 

Thanks,

Gil.


This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.