https://bz.apache.org/bugzilla/show_bug.cgi?id=62778
Bug ID: 62778
Summary: url-encoded in internal links (Target/TargetURI) for
xlsx excel cannot to recognize
Product: POI
Version: 4.0.x-dev
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 36176
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36176&action=edit
Decode the Target tag before zip part marshallers
The troubleshoot occurs when we write/save an excel xlsx file and this file use
white spaces inside the name of sheets.
For example:
Performance Resume => Performance%20Resume
Performance Resume 2 => Performance%20Resume%202
Excel cannot to recognize this link in shapes, cells, buttons, ...
To resolve this trouble I debug the code in eclipse for a week more or less and
found the source that do it.
I just put one line for decode the string of Target.
Follow the diff in attachment
Thanks for attention
--
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]