aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
...
* remove some deprecated Font methods from WorkbookPJ Fanning2020-06-271-9/+3
* remove some deprecated Name methods from WorkbookPJ Fanning2020-06-271-414/+397
* Throw an exception with more information instead of an NPEDominik Stadler2020-06-151-0/+4
* next version will be 5.0.0PJ Fanning2020-05-173-6/+6
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-151-0/+4
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-261-0/+4
* 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-241-3/+3
* Sonar fix - "Add the missing @deprecated Javadoc tag."Andreas Beeker2020-04-22141-5/+426
* #55505 - CountryRecord not foundAndreas Beeker2020-04-211-1/+5
* Sonar fixesAndreas Beeker2020-04-191-1/+1
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1915-386/+379
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-191-0/+10
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-181-19/+17
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-167-67/+63
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-141-2/+4
* #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-12205-3659/+4263
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-051-60/+34
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-051-15/+15
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-021-21/+60
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-311-1/+1
* Sonar FixesAndreas Beeker2020-03-294-149/+215
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-291-2/+8
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-081-1/+1
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-081-2/+2
* Sonar fixesAndreas Beeker2020-02-251-6/+1
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-101-9/+11
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-301-7/+4
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-264-161/+125
* use a few more lambdasPJ Fanning2020-01-121-11/+8
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-1033-126/+123
* Sonar fixes - Tests should include assertionsAndreas Beeker2020-01-031-0/+14
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-0/+6
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-272-58/+64
* Replace internal GUID class with ClassIDAndreas Beeker2019-12-241-196/+32
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-238-70/+55
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-22238-4847/+6643
* Replace manual close with try-with-resourcesDominik Stadler2019-12-152-18/+6
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-151-2/+8
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-12/+10
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-082-44/+43
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-011-0/+1
* change package.html to package-info.javaAndreas Beeker2019-12-0112-240/+128
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-302-45/+36
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-293-13/+10
* replace more StringBuffersPJ Fanning2019-11-215-6/+6
* change some tabs to spacesPJ Fanning2019-11-203-155/+155
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-20150-155/+155
* convert tabs to spacesPJ Fanning2019-11-182-1423/+1423