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 2008/08/05 14:30:39 UTC

DO NOT REPLY [Bug 45551] New: poi-3.5-beta1-20080718.jar - content from a TextBox object in a 2007 xlsx document is not extracted.

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

           Summary: poi-3.5-beta1-20080718.jar - content from a TextBox
                    object in a 2007 xlsx document is not extracted.
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
        AssignedTo: dev@poi.apache.org
        ReportedBy: xtrimxtrim@yahoo.fr


Created an attachment (id=22374)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22374)
Contains JUnit test class and documents used for testing.

The text contained in a TextBox inserted/created in an excel 2007 document is
not extracted.
Find in attachments the JUnit test class and the documents used for testing.
We expected to extract the words "testdoc" and "test phrase".

Notes on the attached documents:

- the document "classic_ContentInTextBox.xlsx" contains the words "testdoc" and
"test phrase" in a TextBox inserted in the document.


"TestUnitPoi35Filter.java" is the JUnit class.


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


[Bug 45551] poi-3.5-beta1-20080718.jar - content from a TextBox object in a 2007 xlsx document is not extracted.

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

Tim Allison <ta...@mitre.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Tim Allison <ta...@mitre.org> ---
55347 committed.  Confirmed fixed in trunk.

-- 
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 45551] poi-3.5-beta1-20080718.jar - content from a TextBox object in a 2007 xlsx document is not extracted.

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

--- Comment #1 from Darren Roberts <ro...@yahoo.com> ---
Tested this bug using this code:

POITextExtractor extr = null;
String text = null;
try {
    extr = ExtractorFactory.createExtractor(new
File("classic_ContentInTextBox.xlsx"));
    text = extr.getText();

    System.out.println(text);
    System.out.println(text.contains("testdoc"));
    System.out.println(text.contains("test phrase"));

} catch (Exception e) {
    e.printStackTrace();
}

and the patch from https://issues.apache.org/bugzilla/show_bug.cgi?id=55347.
The issue will then be resolved.

-- 
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 45551] poi-3.5-beta1-20080718.jar - content from a TextBox object in a 2007 xlsx document is not extracted.

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|POI Overall                 |XSSF

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