aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/eventusermodel
Commit message (Expand)AuthorAgeFilesLines
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-231-1/+10
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-164-10/+10
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* Add more non-test classes in OOXMLLite and add another font-metric that appearsDominik Stadler2017-08-191-7/+4
* Javadoc fixNick Burch2017-04-301-1/+1
* bug 61034: break out of for-loop when both <sheet name="", id=""/> are foundJaven O'Neal2017-04-291-3/+6
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-291-3/+6
* bug 61051 -- add new worksheet-like relations for xlsbTim Allison2017-04-272-6/+43
* bug 61021 - extract abspath from xlsbTim Allison2017-04-211-0/+52
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-201-1/+45
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-172-4/+6
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-162-29/+272
* 51519 -- follow on, make concatenation of rPh configurableTim Allison2017-03-081-26/+41
* 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in...Tim Allison2017-03-081-9/+47
* bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's get...Tim Allison2017-01-131-0/+10
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-3/+4
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-111-7/+5
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-032-16/+5
* - SonarCube fixesAndreas Beeker2016-11-111-3/+2
* BUG-60285 avoid NPE if missing relationship idTim Allison2016-10-201-1/+11
* add @Override decorators to SheetIterator, move code outside of for-loopJaven O'Neal2016-10-191-5/+11
* #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)Andreas Beeker2016-07-171-2/+7
* Bug 57914: Provide a better error message for OOXML strict format which we do...Dominik Stadler2016-02-271-0/+12
* #59021 Namespace aware processing fix for ReadOnlySharedStringsTable, to matc...Nick Burch2016-02-231-5/+15
* Pull out two more XSSF namespace definitions as re-usable constantsNick Burch2016-02-231-3/+3
* Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us...Nick Burch2016-02-231-1/+3
* 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc...Tim Allison2016-02-181-27/+38
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-2/+0
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-6/+12
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-1/+0
* bug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use Ce...Javen O'Neal2015-11-231-25/+12
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-2/+3
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-1/+2
* Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part.David North2015-08-191-7/+9
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-2/+11
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-3/+3
* More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-131-5/+2
* 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-6/+153
* Fix some Eclipse identified warningsNick Burch2014-04-241-1/+0
* Bug 56195: replace System.err with propert loggingDominik Stadler2014-03-161-3/+7
* Bug 56011: Use default style if the cell style attribute is not presentDominik Stadler2014-02-011-8/+18
* 55347 - integrate textbox text extraction with Excel extractorsTim Allison2013-08-081-0/+33
* Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsi...Yegor Kozlov2012-03-111-9/+14
* Bug #52369 - XSSFExcelExtractor should format numeric cells based on the form...Nick Burch2011-12-201-1/+1
* Fix bug #52369 - Event based XSSF parsing should handle formatting of formula...Nick Burch2011-12-201-1/+15
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data...Nick Burch2011-10-051-1/+18
* Added XSSF EventModel support for inline strings. Adds unit test for this for...Nick Burch2010-12-131-3/+27
* Stub out a bit more for XSSF event processing of shared formulas, and only wa...Nick Burch2010-11-231-2/+20