https://issues.apache.org/bugzilla/show_bug.cgi?id=56574

            Bug ID: 56574
           Summary: Excel file crashes while opening XLSX.
           Product: POI
           Version: 3.10
          Hardware: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 31676
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31676&action=edit
Above description is achived in this file.

Step 1 : Create ".xlsx" file write any formula at A1 cell like "=Today()".
Step 2 : Drag "A1" Cell up to "A20" and save the file.
Step 3 : Through POI refer saved excel file and 
remove formula by using (cell.setFormula(null)) and write data to sheet
containing formulas, write starts from Cells "A1" to "A10".
Step 4 : Execute your java program.
Step 5 : Try to open excel file, its giving error "Excel found unreadable
content.". After opening below formulas cells formula and styles are
overwriting to written style.

-- 
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]

Reply via email to