https://issues.apache.org/bugzilla/show_bug.cgi?id=44735
Summary: Re-serialization of DATAVALIDATION records is incorrect
Product: POI
Version: 3.0-dev
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
There are probably many bugs here.
One bug is when the formulas involve references: Example of how to reproduce:
create a spreadsheet with a data validation: (Allow="Decimal", Data="between",
Minimum="=B1", Maximum="=C1"). POI *seems* to read the spreadsheet OK, but
crashes while trying to re-serialise this spreadsheet.
The attachment from bug 44710 won't re-open in Excel after being re-serialised
by POI. (https://issues.apache.org/bugzilla/attachment.cgi?id=21739)
The sample file referred to by TestBugs.test44593() (i.e. 44593.xls) also
causes Excel to report errors/data loss after being re-written by POI.
Some DATAVALIDATION encoding errors cause Excel(2007) to crash completely.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]