I have been trying to update a spreadsheet that has a lot of Cell Formatting;
When I just Open using " hssfwb = new XSSFWorkbook(file);"
and Write to a New File I get a recovery Error stating some content had issues.
here is the log:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>error122560_01.xml</logFileName>
<summary>Errors were detected in file 'C:\Checklist.xlsx'</summary>
-<repairedParts summary="Following is a list of repairs:">
<repairedPart>Repaired Part: /xl/worksheets/sheet1.xml part with XML error. Load error. Line 1, column 0.</repairedPart>
</repairedParts>
</recoveryLog>
I have lost the following attributes:
Colum Length.
Data Validation.
Have I exceeded the Limits of this really cool tool?
When I just Open using " hssfwb = new XSSFWorkbook(file);"
and Write to a New File I get a recovery Error stating some content had issues.
here is the log:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>error122560_01.xml</logFileName>
<summary>Errors were detected in file 'C:\Checklist.xlsx'</summary>
-<repairedParts summary="Following is a list of repairs:">
<repairedPart>Repaired Part: /xl/worksheets/sheet1.xml part with XML error. Load error. Line 1, column 0.</repairedPart>
</repairedParts>
</recoveryLog>
I have lost the following attributes:
Colum Length.
Data Validation.
Have I exceeded the Limits of this really cool tool?