aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/extractor
Commit message (Expand)AuthorAgeFilesLines
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-232-15/+7
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-2/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-5/+5
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-163-5/+5
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-3/+3
* [Bug-61281] fix issue with export of table columns - Thanks to Daniel for the...PJ Fanning2017-07-121-11/+15
* [Bug-61281] guard against index out of bounds in XSSFExportToXml column mappingPJ Fanning2017-07-111-8/+11
* Bug 60352: Text extraction: Don't include the text "null" for empty cellsDominik Stadler2017-05-071-5/+7
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-173-25/+96
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-162-12/+172
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-081-3/+11
* Fix poor XPath performance when importing XSSF from XMLDavid North2017-01-031-7/+4
* bug 60526: Make loggers final and make throttled log actually workDominik Stadler2016-12-301-1/+1
* Bug 59026: Add two null-checks to make exporting XLSX to XML workDominik Stadler2016-10-281-13/+18
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-311-33/+14
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-042-7/+7
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-042-13/+14
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-021-3/+4
* bug 59170: remove deprecated XSSFExcelExtractor(String)Javen O'Neal2016-06-151-6/+0
* bug 59170: remove deprecated o.a.p.openxml4j.opc.PackageJaven O'Neal2016-06-151-2/+2
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-101-1/+4
* whitespaceJaven O'Neal2015-11-241-5/+5
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-2/+3
* Add a limit of the max number of characters that can be extracted to avoid se...Dominik Stadler2015-10-302-7/+18
* Apply patch from bug 57890 to add support for different datatypes in XSSFImpo...Dominik Stadler2015-09-171-2/+76
* forbidden apis fixes - a few DateFormat clean ups ...Andreas Beeker2015-09-091-0/+2
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-1/+2
* * Add text-extraction verification to integration-tests via a new abstract ba...Dominik Stadler2015-02-271-2/+6
* Have ExtractorFactory open OPCPackages from files in read-only mode by defaul...Nick Burch2015-01-181-7/+9
* Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not suppor...Dominik Stadler2014-10-211-6/+12
* Bug 56730: Fix exporting XML if schema contains ref-elementsDominik Stadler2014-08-281-4/+13
* More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-133-24/+7
* Updated patch from Marc from #55927 - handle date formulas tooNick Burch2014-07-301-4/+10
* Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in...Nick Burch2014-07-301-4/+4
* Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re...Nick Burch2014-07-241-9/+27
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-152-4/+6
* Remove two files added inadvertedelyDominik Stadler2014-03-151-536/+0
* Bug 56169: Fix NPE during export to XML with xs:allDominik Stadler2014-03-152-6/+541
* Fix inconsistent whitespace, and add a close call in the main method to avoid...Nick Burch2014-03-091-106/+107
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-031-9/+3
* Bug 55924: Avoid errors during exporting XML if there are numeric cells witho...Dominik Stadler2014-02-031-0/+5
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-031-1/+10
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-031-1/+12
* Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/f...Nick Burch2014-02-021-7/+103
* Fix whitespaceNick Burch2014-02-021-86/+86
* Have the Excel text extractors all implement the same interface, as best as t...Nick Burch2014-02-022-12/+21
* javadoc house-keepingAndreas Beeker2013-12-251-1/+1
* Refactor XSSFExportToXml a bit, split code into more methodsDominik Stadler2013-12-081-27/+37
* Bug 55850: fix NullPointerException during extraction from XSSFDominik Stadler2013-12-081-3/+3