https://bz.apache.org/bugzilla/show_bug.cgi?id=60967
Bug ID: 60967
Summary: Excel file is corrupted and the complete data is
deleted from file
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 34904
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34904&action=edit
Please find the attachment for reference
Scenarion: Combine the data from cell A and cell B into cell C
Issue: Excel file is corrupted and the complete data is deleted from file.
Description: Here i did the wrong way of implementation,
I have used "for loop" to copy the data from cell A& B to cell C
Here i have closed the Excel file inside the for loop, so after the insertion
of first row it is closing the workbook "ExcelWBook.close();"
Observation: By this wrong way of implementation the entire file is corrupted
and it the data is deleted from file.
* By the wrong way of implementation, it should throw the error and it should
contains the existing data.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]