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

--- Comment #1 from Catalin Z. Alexandru <[email protected]> 
2012-02-28 10:43:28 UTC ---
Excel reports: "Replaced Part: /xl/worksheets/sheet1.xml part with XML error. 
Illegal xml character. Line 394, column 267.".

Looking in sheet1.xml, at line: 394, column 267, around it i see this: "If
you&#226;&#25;re looking for a palm-sweating". The "267" column is the ";" in
"&#25;". Tried to decode the entire entity, but it outputs a weird character.

SXSSFWorkbook should ignore unknown or invalid characters for XML. I've tracked
this issue down and seems that the original source of this message, contains
the same unprintable characters. Does not show up, but can easily be spotted in
the source of the original document.

As far as I know < ASCII 32, are control characters. Shouldn't these be
ignored? Not encoded. As they're not printable they actually don't provide any
useful value for anybody.

XSSFWorkbook does a proper job ignoring this.
SXSSFWorkbook doesn't.

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

Reply via email to