aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/eventusermodel
Commit message (Expand)AuthorAgeFilesLines
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-213-15/+15
* allow subclassing of code to gen comments tablePJ Fanning2021-02-151-1/+6
* allo XSSFReader to be sublclassed with implementation that allows OOXMl Stric...PJ Fanning2021-02-131-3/+17
* [bug-65096] XLSX Streaming XML not correctly reading multiple inline StringsPJ Fanning2021-01-211-72/+82
* Sonar fixesAndreas Beeker2021-01-171-21/+21
* avoid string concatsPJ Fanning2020-12-171-1/+1
* remove some deprecated codePJ Fanning2020-07-151-29/+1
* Fix bug 64420: NPE in XSSFReader for files with macro-sheetsDominik Stadler2020-05-161-3/+2
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-021-4/+4
* Adjust JavaDoc for stream-based reading of large workbooksDominik Stadler2020-01-171-3/+14
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-071-2/+2
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-032-6/+8
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-3/+1
* add new public method to expose cell addresses that have commentsPJ Fanning2018-07-301-4/+5
* make xssf streaming code more extensiblePJ Fanning2018-07-271-77/+74
* start process of introducing an interface for Styles and Themes TablesPJ Fanning2018-07-261-8/+5
* reduce dependence on CTCommentPJ Fanning2018-07-261-1/+0
* reduce dependence on CTCommentPJ Fanning2018-07-261-4/+3
* start process of introducing an interface for Comments TablePJ Fanning2018-07-261-11/+12
* add SharedStrings interface to allow our XSSF code to more easily extended by...PJ Fanning2018-07-252-6/+29
* make ReadOnlySharedStringsTable subclassablePJ Fanning2018-07-251-16/+6
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-272-3/+3
* Bug 61937: Add more javadocDominik Stadler2018-01-011-1/+7
* use try with resources in examplesPJ Fanning2017-11-231-6/+2
* use StringBuilder in more placesPJ Fanning2017-10-312-5/+5
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-131-8/+7
* Replace the incompatible new interface method endSheet() with a Java 8 defaul...Dominik Stadler2017-09-251-2/+2
* 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