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

           Summary: EXCEL, ability to enable/disable text extraction by Cell
                    Type
           Product: POI
           Version: 3.5-dev
          Platform: All
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: POI Overall
        AssignedTo: dev@poi.apache.org
        ReportedBy: wo...@xoopit.com


It would be useful to be able to control extracted text by type of cell.
e.g. omit numeric/boolean etc.

The idea would be for ExcelExtractor class(es) to have methods such as:

public void setInclude( int cellType, boolean incl );
public boolean isIncluded( int cellType );

where cellType comes from: org.apache.poi.ss.usermodel.Cell.CELL_TYPE_*

numeric and boolean are my primary concern (as they are not important in my use
case), but each cell type would be more generic.
A named method per type is also sufficient if that is more of the coding
standard being employed.


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

Reply via email to