aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* [github-181] make Value function work with arrays. Thanks to MiƂosz Rembisz....PJ Fanning2020-06-061-156/+168
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-044-87/+98
* [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheetsPJ Fanning2020-06-021-1/+1
* next version will be 5.0.0PJ Fanning2020-05-175-8/+8
* Fix some IDE warnings, make lock-objects final, use generics, remove unused a...Dominik Stadler2020-05-165-39/+34
* Bug 64322: Optimize performance of reading ole2 filesDominik Stadler2020-05-161-2/+16
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-161-4/+4
* forbidden-apis-check issuesPJ Fanning2020-05-161-3/+4
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-152-1/+136
* [github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...PJ Fanning2020-05-151-4/+24
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-152-4/+30
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-0578-12748/+1437
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-285-171/+195
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-262-55/+66
* Bug 63294: Add some more methods to allow to use CellType everywhereDominik Stadler2020-04-245-24/+79
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-242-4/+5
* Sonar fix - "Add the missing @deprecated Javadoc tag."Andreas Beeker2020-04-22143-5/+433
* #55505 - CountryRecord not foundAndreas Beeker2020-04-211-1/+5
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-201-1/+1
* Sonar fixesAndreas Beeker2020-04-1917-65/+69
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1916-403/+394
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-192-0/+18
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-185-365/+108
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-1631-434/+299
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-146-103/+82
* #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory)Andreas Beeker2020-04-134-564/+239
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-12254-4007/+4923
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-111-3/+7
* ArrayUtil - remove unused methodAndreas Beeker2020-04-061-34/+12
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-054-73/+53
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-051-15/+15
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-053-72/+51
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-026-78/+120
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-0216-619/+635
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-011-1/+2
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-311-1/+1
* Sonar FixesAndreas Beeker2020-03-293-33/+23
* Sonar Fixes - try to fix XXE warningsAndreas Beeker2020-03-291-0/+2
* Sonar FixesAndreas Beeker2020-03-2912-305/+426
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-292-9/+9
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-60/+65
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-221-38/+48
* #64241 - XSLF - Wrong scheme colors used when renderingAndreas Beeker2020-03-212-5/+3
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-108/+110
* Get UUID from ClassIDAndreas Beeker2020-03-081-7/+29
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-3/+1
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-082-2/+2
* Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ...Dominik Stadler2020-03-081-12/+35
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-082-20/+26
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-084-25/+34