I try with 2007and 2002

On 6/26/07, Tahir Akhtar <[EMAIL PROTECTED]> wrote:

Which version of excel you are using to create the original file?

Amir Hossein Sharifzadeh wrote:
> I never open my excel "project.xsl" by Microsoft Excel, First I read
file
> from Excel by FileInputStream , then I close that, and I rewrite by
> FileOutputStream.
> That is not problem, I told I corrupt some data.
> Would you please show me sample code for rewriting.
> Thanks a lot
> -- Sharifzadeh
>
>
> On 6/26/07, Dónal Doyle <[EMAIL PROTECTED]> wrote:
>>
>> Should you be saving the file as project.xls and not project.xsl?
>>
>> Donal Doyle
>> Idiro Technologies
>> Synergy Centre, ITT Dublin,
>> Tallaght, Dublin 24, Ireland
>>
>> T +353.1.657.2956
>> M+353.86.876.1952 kes a subjec
>> F +353.1.443.0582
>> E: [EMAIL PROTECTED]
>>
>>
>> -----Original Message-----
>> From: Amir Hossein Sharifzadeh [mailto:[EMAIL PROTECTED]
>> Sent: 26 June 2007 11:38
>> To: [email protected]
>> Subject: corrupt after rewriting
>>
>> Dear Sir/ Madam
>> I need to read from Excel, change some data and rewrite in same excel
>> like
>> these codes:
>> ==============================================================
>> // reading
>> .....
>> POIFSFileSystem poifsFileSystem;
>> ........
>> hssfWorkbook = new HSSFWorkbook(poifsFileSystem, false);
>>
>> // change data from some cells in hssfWorkbook
>> ....
>> ....
>>
>>
>> //  Rewriting:
>> ......
>>                FileOutputStream outputStream =
>>                    new FileOutputStream(CONFIG_PATH);
>>                hssfWorkbook.write(outputStream);
>>                outputStream.close();
>> ==============================================================
>>
>> after writing, when I open again this file, I see this file was damaged
>> and
>> many content of my data have lost. I get this warning:
>> Excel file unreachable content in 'project.xsl'. Do you want to recover
>> the
>> content of this workbook?......
>> please help me how can I rerwrite to Excel file without these problems.
>> Thanks a lot
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to