aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Properly close file handles in extractors and when handling password-protecte...Dominik Stadler2021-01-073-1/+34
* Improve EmptyFileException when the file actually does not exist at allDominik Stadler2021-01-071-1/+3
* Include file-name in EmptyFileExceptionDominik Stadler2021-01-065-7/+10
* Try to avoid error "Start point cannot equalendpoint"Dominik Stadler2021-01-061-1/+3
* Slightly adjust error message if requested allocations are too bigDominik Stadler2021-01-061-4/+6
* Bug 64132: Fix regression introduced by changing factoriesDominik Stadler2021-01-043-8/+8
* Apply some IDE suggestions and fix some JavaDocDominik Stadler2021-01-012-11/+14
* workaround "Width (0) and height (0) cannot be <= 0" error while rendering te...Andreas Beeker2020-12-301-1/+1
* Bug 64986: Support missing or blank match_type for function MatchDominik Stadler2020-12-303-6/+13
* Adjust some JavaDocDominik Stadler2020-12-296-21/+17
* Improve the speed of the styles-optimiser when there are many styles in a Wor...Dominik Stadler2020-12-291-28/+36
* Sonar fixesAndreas Beeker2020-12-2626-110/+123
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-243-74/+8
* [github-198] Remove jdk.charset module dependency for spreadsheets generation...PJ Fanning2020-12-193-505/+0
* avoid string concatsPJ Fanning2020-12-181-8/+17
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-171-1/+1
* [github-208] Fix a few instances of incorrect NotImplemented documentation. T...PJ Fanning2020-12-171-24/+13
* avoid string concatsPJ Fanning2020-12-176-14/+12
* avoid string concatsPJ Fanning2020-12-177-21/+15
* avoid string concatsPJ Fanning2020-12-1713-23/+28
* [github-207] add SLF4JLoggerPJ Fanning2020-12-171-0/+157
* Do not wrap RuntimeException so we still can handle them directlyDominik Stadler2020-12-161-0/+3
* use less contentious language in code commentsPJ Fanning2020-12-151-1/+1
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-121-18/+20
* [bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown pict...PJ Fanning2020-12-091-1/+1
* [bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown pict...PJ Fanning2020-12-091-2/+3
* reduce use of deprecated code in XSSFFontPJ Fanning2020-12-091-1/+1
* remove more deprecated code (fix some issues)PJ Fanning2020-12-091-1/+1
* remove more deprecated codePJ Fanning2020-12-097-452/+13
* remove more deprecated codePJ Fanning2020-12-0920-381/+1
* remove more deprecated codePJ Fanning2020-12-091-68/+0
* remove more deprecated codePJ Fanning2020-12-093-5/+5
* remove more deprecated codePJ Fanning2020-12-096-201/+13
* remove more deprecated codePJ Fanning2020-12-0937-508/+8
* remove some deprecated codePJ Fanning2020-12-093-106/+0
* remove some deprecated codePJ Fanning2020-12-0918-200/+0
* remove some deprecated codePJ Fanning2020-12-099-100/+0
* remove some deprecated codePJ Fanning2020-12-0949-446/+2
* remove some deprecated codePJ Fanning2020-12-081-9/+0
* remove some deprecated codePJ Fanning2020-12-081-26/+0
* remove some deprecated codePJ Fanning2020-12-08109-410/+0
* [bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exce...PJ Fanning2020-12-081-1/+3
* [github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204PJ Fanning2020-12-071-1/+1
* remove some deprecated codePJ Fanning2020-12-063-31/+1
* make FontGroup.Range more JavaBean-likePJ Fanning2020-12-061-4/+7
* remove stray importPJ Fanning2020-12-061-2/+0
* tidy up code in FontGroupRangePJ Fanning2020-12-061-7/+18
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-081-30/+60
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-021-1/+18
* #64716 - wmf display errorAndreas Beeker2020-11-013-8/+56