https://issues.apache.org/bugzilla/show_bug.cgi?id=46581
Summary: [PATCH] excel text extraction by cell type
Product: POI
Version: 3.5-dev
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23154)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23154)
patch for bug 46576
addresses bug: 46576
affects these files:
M src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
M src/java/org/apache/poi/hssf/extractor/ExcelExtractor.java
M src/java/org/apache/poi/hssf/extractor/EventBasedExcelExtractor.java
M
src/ooxml/interfaces-jdk15/org/apache/poi/ss/extractor/ExcelExtractor.java
M src/ooxml/java/org/apache/poi/xssf/extractor/XSSFExcelExtractor.java
augment ExcelExtractor interface to support extracting cells by type.
EventBasedExcelExtractor implements ExcelExtractor interface.
ensures HSSFCell constants match those of Cell.
cleanup some stringbuffer->stringbuilder code.
bz2, standard patch format: svn diff > mydiff.txt ; bzip2 mydiff.txt
--
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]