aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsDominik Stadler2017-09-168-172/+153
* Use Integer.compare() where possibleDominik Stadler2017-09-1611-39/+16
* Fix some warnings in unit testsDominik Stadler2017-09-1610-21/+21
* Use Collections.singleton() where applicableDominik Stadler2017-09-162-4/+3
* Fix some warningsDominik Stadler2017-09-162-9/+3
* Remove unnecessary local variablesDominik Stadler2017-09-16118-338/+196
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-16530-1374/+1373
* Remove unnecessary type argumentsDominik Stadler2017-09-163-3/+3
* Suppress some warningsDominik Stadler2017-09-163-0/+3
* Remove unused importsDominik Stadler2017-09-1618-29/+0
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-168-10/+10
* Remove unnecessary semicolonsDominik Stadler2017-09-167-8/+8
* Remove unnecessary initialization of membersDominik Stadler2017-09-16165-394/+394
* Fix typos and warningsDominik Stadler2017-09-162-3/+4
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-1646-103/+82
* Detect some HTML files as separate invalid filetypeDominik Stadler2017-09-161-0/+2
* Allow to produce a jar for the integration-test-code so we can use it directl...Dominik Stadler2017-09-161-62/+65
* Adjust local test in integration-test file-handlerDominik Stadler2017-09-161-18/+17
* Add .git as excluded dir for integration-tests and add a local test for XSSFB...Dominik Stadler2017-09-162-6/+15
* Add additional check as mentioned in bug 50060Dominik Stadler2017-09-161-1/+3
* Tried to reproduce bug 61300, but could not.Dominik Stadler2017-09-162-16/+28
* At least print out correct offset information for PtrRefN if it has offset va...Dominik Stadler2017-09-162-1/+21
* Add test for question on the mailing-listDominik Stadler2017-09-161-12/+51
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-153-56/+0
* Java 8: Deprecate some methods in IOUtilsDominik Stadler2017-09-151-11/+31
* Adjust some more places for the new versions of some third party librariesDominik Stadler2017-09-151-3/+3
* Update third party libs to latest versionsDominik Stadler2017-09-154-23/+15
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-156-87/+3
* Remove javadoc references to removed classesNick Burch2017-09-152-7/+1
* remove deprecated inner classes from HSFColorPJ Fanning2017-09-152-747/+82
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-1419-310/+49
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-149-364/+95
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-145-78/+4
* add missing licenses on test classesPJ Fanning2017-09-142-0/+34
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-143-106/+382
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-1318-9/+1192
* [bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes...PJ Fanning2017-09-132-88/+128
* Copy over and tweak PicturesSource from Apache TikaNick Burch2017-09-071-0/+136
* #61478 - POI OOXML-Schema lookup uses wrong classloaderAndreas Beeker2017-09-052-41/+73
* While working on 61475, need to add a new line after picture text...not worth...Tim Allison2017-08-311-1/+1
* 61475 -- append text from pictures only once...bug from my work on 61470.Tim Allison2017-08-311-7/+4
* 61470 -- add extraction of content within ruby elements; allow users to conca...Tim Allison2017-08-303-46/+147
* Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDoc...Greg Woolsey2017-08-293-5/+16
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-252-6/+63
* Revert performance tuning done via Bug 61350 as it lead to problems when runn...Dominik Stadler2017-08-241-1/+3
* Fix 60384 and 60709: When shifting with merged regions we should correctly ch...Dominik Stadler2017-08-193-27/+136
* Add more non-test classes in OOXMLLite and add another font-metric that appearsDominik Stadler2017-08-193-12/+22
* Bug 61431 - Conditional formatting evaluation ignores undefined cellsGreg Woolsey2017-08-163-73/+78
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-1117-419/+451
* Add an example of trying multiple passwords against an OOXML file. More a dem...Nick Burch2017-08-101-0/+119