aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* test tidy upPJ Fanning2020-06-091-2/+2
* [github-181] make Value function work with arrays. Thanks to Miłosz Rembisz....PJ Fanning2020-06-062-156/+183
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-0416-581/+540
* [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheetsPJ Fanning2020-06-023-3/+6
* [bug-64477] prevent duplicate call to delete temporary file (SXSSF finalizer)PJ Fanning2020-05-281-1/+1
* Bug 63290: retrieve default run properties from paragraphAlain Béarez2020-05-274-1/+63
* Get rid of redundant getParentParagraphAlain Béarez2020-05-272-74/+70
* next version will be 5.0.0PJ Fanning2020-05-171-7/+7
* next version will be 5.0.0PJ Fanning2020-05-1710-22/+22
* Fix test-failureDominik Stadler2020-05-171-0/+1
* Fix some IDE warnings, make lock-objects final, use generics, remove unused a...Dominik Stadler2020-05-165-39/+34
* Update ToCSV example to print out file-names in error messagesDominik Stadler2020-05-161-11/+9
* Bug 64322: Optimize performance of reading ole2 filesDominik Stadler2020-05-162-13/+96
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-162-4/+66
* Fix bug 64420: NPE in XSSFReader for files with macro-sheetsDominik Stadler2020-05-162-10/+30
* forbidden-apis-check issuesPJ Fanning2020-05-161-3/+4
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-154-1/+218
* [github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...PJ Fanning2020-05-152-9/+73
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-153-5/+34
* mark test code as ok to suppress forbidden-apis checkPJ Fanning2020-05-141-0/+2
* [bug-64441] add test casePJ Fanning2020-05-141-0/+31
* fix errors due to new lib structureAndreas Beeker2020-05-071-21/+9
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-063-0/+318
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-0589-13141/+1932
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-292-4/+9
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-0/+3
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-5/+17
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-8/+4
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormattin...PJ Fanning2020-04-291-30/+27
* [github-178] Make isLatentStyle() public. This closes #178PJ Fanning2020-04-291-4/+17
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-286-202/+323
* Throw exception on null/placeholder arrays in TNEFAndreas Beeker2020-04-261-0/+5
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-266-75/+119
* Replace assertion with exceptionAndreas Beeker2020-04-242-5/+7
* Fix regression introduced via Bug 60845: There are more items in CTBorder tha...Dominik Stadler2020-04-243-67/+279
* Bug 63294: Add some more methods to allow to use CellType everywhereDominik Stadler2020-04-246-24/+81
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-246-31/+32
* Re-establish class which is used in mass-regression-testingDominik Stadler2020-04-241-0/+175
* Sonar fix - "Add the missing @deprecated Javadoc tag."Andreas Beeker2020-04-22143-5/+433
* #55505 - CountryRecord not foundAndreas Beeker2020-04-212-2/+15
* Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t...Andreas Beeker2020-04-203-21/+32
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-2022-52/+52
* Sonar fix - Suppress "Make sure that command line arguments are used safely h...Andreas Beeker2020-04-2035-65/+130
* fix integration test errorAndreas Beeker2020-04-201-1/+3
* Sonar fixesAndreas Beeker2020-04-1943-1395/+335
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1917-405/+396
* Fix new Name.isHidden leftoverAndreas Beeker2020-04-191-10/+16
* Add unit tests for new Name.isHidden methodNick Burch2020-04-192-0/+8
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-193-0/+28
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-1825-1105/+470