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

           Summary: Need the 'stripFields' flag for header/footer extraction
                    similar to WordExtractor and HeaderStories
           Product: POI
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=22439)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22439)
Sample Excel doc with header with macros.

A flag was just added to WordExtractor and HeaderStories which allows you to
strip off any macros from headers and footers when extracting them.

It would be great to make the same flag available in HSSF.

I'm attaching an Excel file where a header is defined with a bunch of macros.
When I run the code below, I get:

>>>> CH: HEADER TEXT &P&N&D&T&Z&F&F&A&G

With the stripFields flag ON we would simply get "HEADER TEXT"


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