aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* [github-181] make Value function work with arrays. Thanks to MiƂosz Rembisz....PJ Fanning2020-06-061-156/+168
* next version will be 5.0.0PJ Fanning2020-05-171-1/+1
* Fix some IDE warnings, make lock-objects final, use generics, remove unused a...Dominik Stadler2020-05-162-8/+9
* 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-151-4/+26
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-261-55/+62
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-241-1/+2
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-201-1/+1
* Sonar fixesAndreas Beeker2020-04-1910-43/+47
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-191-17/+15
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-191-0/+8
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-165-18/+16
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1241-326/+576
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-111-3/+7
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-022-3/+4
* Sonar FixesAndreas Beeker2020-03-291-17/+3
* Sonar FixesAndreas Beeker2020-03-296-155/+209
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-291-7/+1
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-60/+65
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-108/+110
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-3/+1
* 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-081-18/+24
* Fix incorrect handling of format which should not produce any digit for zeroDominik Stadler2020-03-071-10/+13
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-202-2/+2
* use a few more lambdasPJ Fanning2020-01-121-6/+1
* reformat codePJ Fanning2020-01-091-134/+136
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-091-13/+32
* findbugs fixes and refactor some ClassIDsAndreas Beeker2020-01-071-22/+21
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-071-2/+2
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-1/+1
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...Dominik Stadler2019-12-311-9/+11
* Bug 63700: Make D* functions work with numeric result columnDominik Stadler2019-12-311-17/+24
* Bug 63960: Write pre-evaluated string-values in formula cells with the correc...Dominik Stadler2019-12-311-4/+1
* Fix bug 63984: AND / OR should treat missing parameters as FALSEDominik Stadler2019-12-301-11/+11
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-56/+50
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-232-114/+113
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-2266-409/+630
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-3/+2
* Replace manual close with try-with-resourcesDominik Stadler2019-12-153-16/+4
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-151-1/+2
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-144-75/+74
* Bug 63927 - Inconsistent mapping of Norwegian locales for date formatsAndreas Beeker2019-12-081-238/+49
* Bug 63779 - Add support for the new Java date/time API added in Java 8Andreas Beeker2019-12-081-26/+48
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-086-118/+124
* Sonar Fixes - type: bugs / severity: critical - mostly div by 0Andreas Beeker2019-12-073-63/+53
* change package.html to package-info.javaAndreas Beeker2019-12-013-49/+23