aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
Commit message (Expand)AuthorAgeFilesLines
* PoiLogManagerPJ Fanning2024-11-241-2/+2
* HSSFWorkbook.getSheet(): Return first found sheetDominik Stadler2024-07-071-0/+3
* [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This clo...PJ Fanning2024-04-191-0/+18
* try to javadoc more unsupported methodsPJ Fanning2023-12-191-0/+2
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-4/+27
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-061-1/+1
* [bug-62181] try to handle file where shared string loading is happening twicePJ Fanning2023-07-031-1/+8
* apply some spelling fixesPJ Fanning2023-06-271-1/+1
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-081-3/+3
* use 'an'PJ Fanning2023-03-181-1/+1
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-6/+6
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-2/+2
* [bug-66213] clone tables while cloning sheet. Thanks to Axel Richter.PJ Fanning2022-08-131-0/+1
* [github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes ...PJ Fanning2022-07-151-1/+2
* [bug-66039] add more javadoc about setCellFormulaValidationPJ Fanning2022-04-291-0/+2
* Add/update some JavaDocDominik Stadler2022-02-241-6/+6
* introduce CellReferenceTypePJ Fanning2022-02-041-4/+10
* introduce CellReferenceTypePJ Fanning2022-02-041-5/+6
* add excel Workbook.setUseR1C1CellReferences(boolean)PJ Fanning2022-02-011-18/+9
* add excel Workbook.usesR1C1CellReferences()PJ Fanning2022-02-011-0/+14
* use isEmpty()PJ Fanning2021-12-301-1/+1
* use isEmpty()PJ Fanning2021-12-301-1/+1
* close input streams for partsPJ Fanning2021-12-281-2/+4
* close input streams for partsPJ Fanning2021-12-281-2/+6
* [github-290] Customize Spliterator implementations for better parallelism. Th...PJ Fanning2021-12-231-0/+15
* highlight some exceptionsPJ Fanning2021-12-131-0/+27
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-051-21/+27
* Adjust trimming sheetnames > 31 charsDominik Stadler2021-11-071-12/+15
* Avoid NullPointerException when cloning sheets where there is no drawing patr...Dominik Stadler2021-10-211-13/+16
* [github-264] bug in link external workbook. This closes #264PJ Fanning2021-10-151-1/+1
* use workbook's xssf factoryPJ Fanning2021-10-121-1/+9
* formattingPJ Fanning2021-10-091-4/+1
* [github-254] Implement XSSFWorkbook linkExternalWorkbook. Thanks to @aspojo. ...PJ Fanning2021-09-291-6/+43
* POI 5.1.0PJ Fanning2021-09-041-1/+1
* [bug-64759] ignore unknown relationships when cloning sheetsPJ Fanning2021-07-221-2/+7
* update javadocPJ Fanning2021-06-091-3/+3
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-141-7/+6
* fix javadocsAndreas Beeker2021-04-151-17/+12
* fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/J...Andreas Beeker2021-04-141-15/+16
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+2395