You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/09/29 13:04:12 UTC

[Bug 62778] New: url-encoded in internal links (Target/TargetURI) for xlsx excel cannot to recognize

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: dev@poi.apache.org
          Reporter: andre@aspinformatica.com.br
  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62778] url-encoded in internal links (Target/TargetURI) for xlsx excel cannot to recognize

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62778

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
Can you provide a junit test case?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62778] url-encoded in internal links (Target/TargetURI) for xlsx excel cannot to recognize

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62778

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org