aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/binary
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2719-1990/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-4/+5
* Sonar fixesAndreas Beeker2020-12-261-1/+1
* fix test issuePJ Fanning2020-07-151-1/+2
* remove some deprecated codePJ Fanning2020-07-151-32/+1
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-023-6/+9
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-271-7/+4
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-072-5/+5
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-231-6/+3
* change package.html to package-info.javaAndreas Beeker2019-12-012-44/+28
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-3/+1
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-101-1/+1
* 62815 -- some numeric values not correctly extracted from xlsbTim Allison2018-10-111-3/+3
* fix most alerts reported by LGTM on OOXMLAlain BĂ©arez2018-10-101-1/+1
* add SharedStrings interface to allow our XSSF code to more easily extended by...PJ Fanning2018-07-252-8/+35
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-273-4/+4
* use StandardCharsetsPJ Fanning2017-12-191-3/+3
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-131-10/+6
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+5
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-165-13/+13
* Remove unnecessary initialization of membersDominik Stadler2017-09-163-7/+7
* bug 61053 -- not a fix, but this aligns XSSFBSheetHandler's behavior with str...Tim Allison2017-06-201-0/+9
* bug 61021 - extract abspath from xlsbTim Allison2017-04-212-1/+3
* findbugs fixesAndreas Beeker2017-04-171-2/+4
* Bug 60906 -- clean up, and add range checking for casting to ints.Tim Allison2017-03-233-21/+18
* Bug 60906 -- fix style indexTim Allison2017-03-232-4/+10
* 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation.Tim Allison2017-03-221-0/+1
* 60881 -- strip out system.set props for local test.Tim Allison2017-03-211-1/+1
* 60879 -- figure out if we can support old beta xlsb or throw exception. For ...Tim Allison2017-03-201-0/+4
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-1719-74/+101
* 60826 -- add initial support for streaming reading of xlsb files.Tim Allison2017-03-1619-0/+1966