aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2711-5817/+0
* Try to fix sonar buildAndreas Beeker2021-03-142-0/+2
* Deprecate functions that duplicate functionalityMarius Volkhart2021-03-011-1/+1
* Review EscherContainerRecord#getChildRecords() call sites for unnecessary workMarius Volkhart2021-03-011-1/+1
* Fix bug with record indexes for HSSF WorkbooksMarius Volkhart2021-02-272-2/+3
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-212-101/+96
* Sonar fixesAndreas Beeker2020-12-261-1/+1
* avoid string concatsPJ Fanning2020-12-171-6/+4
* Apply patch for bug 64791 to use proper position for the WriteAccessRecordDominik Stadler2020-10-251-1/+2
* Apply some IDE suggestionsDominik Stadler2020-10-251-7/+7
* remove some more deprecated codePJ Fanning2020-06-281-37/+0
* Throw an exception with more information instead of an NPEDominik Stadler2020-06-151-0/+4
* #55505 - CountryRecord not foundAndreas Beeker2020-04-211-1/+5
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-107-60/+57
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-222-25/+24
* change package.html to package-info.javaAndreas Beeker2019-12-011-23/+8
* replace more StringBuffersPJ Fanning2019-11-211-1/+1
* Adjust an error message slightlyDominik Stadler2019-10-261-2/+1
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-121-48/+6
* Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()Dominik Stadler2018-12-251-0/+2
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-3/+3
* Add test for FileMagicDominik Stadler2018-11-251-0/+2
* sonar fixes - null dereferenceAndreas Beeker2018-05-211-4/+9
* #61765 Another HSSF Workbook name found from (unknown) third party software p...Nick Burch2017-12-111-1/+2
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ...Dominik Stadler2017-11-052-0/+29
* use StringBuilder in more placesPJ Fanning2017-10-311-498/+504
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-2/+2
* Remove unnecessary local variablesDominik Stadler2017-09-161-6/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-166-24/+24
* Remove unnecessary initialization of membersDominik Stadler2017-09-162-17/+17
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-1/+1
* Javadoc fixesNick Burch2017-07-311-1/+0
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-303-230/+41
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-173-6/+6
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-301-29/+0
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-37/+2
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-143-99/+89
* SonarQube fixes and removed redundant logger level checks, for simple String ...Andreas Beeker2017-02-111-790/+335
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-221-47/+92
* pull out loop invariants, use List.indexOf to look up sheet indexJaven O'Neal2017-01-201-1/+2
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-201-19/+29
* SonarQube fixesAndreas Beeker2017-01-031-4/+6
* merge trunk to branchAndreas Beeker2016-09-191-2/+5
* add encryption supportAndreas Beeker2016-08-191-3/+56
* Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt...Dominik Stadler2016-07-171-2/+3
* javadocs fixes (jdk8)Andreas Beeker2016-07-042-0/+6
* bug 59790: convert FormulaType class to enumJaven O'Neal2016-07-041-1/+36
* javadocs fixJaven O'Neal2016-07-041-0/+1
* javadocs fixes (jdk8)Andreas Beeker2016-07-033-17/+107
* deprecated DrawingManagerAndreas Beeker2016-07-031-0/+3