aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
* use isEmptyPJ Fanning13 days1-1/+1
* [bug-69628] more changes to getMax methodsPJ Fanning13 days1-1/+1
* [bug-69628] more changes to getMax methodsPJ Fanning13 days1-1/+2
* [bug-69646] add testsPJ Fanning14 days1-1/+1
* tidy upPJ Fanning2025-04-091-3/+0
* [bug-69646] check for null _fd instance in dispose callPJ Fanning2025-04-091-1/+1
* [bug-69646] check for null _fd instance in dispose callPJ Fanning2025-04-091-0/+15
* partially revert cell toString changesPJ Fanning2025-03-231-1/+0
* partially revert cell toString changesPJ Fanning2025-03-232-6/+15
* add arbitrary extra width support to XSSFSheetPJ Fanning2025-03-121-0/+26
* fix problem test (SXXSF)PJ Fanning2025-02-141-3/+11
* fix problem test (SXXSF)PJ Fanning2025-02-141-17/+4
* allow context to be set in XSSFSheet copyRowsPJ Fanning2025-02-131-3/+42
* refactor cell toString to use DataFormatterPJ Fanning2025-02-131-10/+4
* [bug-69563] try to avoid int overflow in Zip64 code (probably just moves the ...PJ Fanning2025-02-072-6/+6
* reimplement SXSSFSheet arbitrary extra width support (5.4.0 code does not work)PJ Fanning2025-01-112-3/+4
* [bug-69529] relax exception checkPJ Fanning2025-01-081-2/+2
* [bug-69529] try to workaround cells with numeric type whose format cannot be ...PJ Fanning2025-01-081-2/+8
* [bug-69529] try to workaround cells with numeric type whose format cannot be ...PJ Fanning2025-01-081-3/+11
* PoiLogManagerPJ Fanning2024-11-2422-44/+44
* call next release poi 5.4.0PJ Fanning2024-10-294-7/+7
* [bug-69411] add XSSFReader.getSheetIteratorPJ Fanning2024-10-262-1/+18
* make it harder to modify metadata in mapsPJ Fanning2024-10-151-39/+44
* [github-682] Add CellPropertyType and CellPropertyCategory enums. Thanks to D...PJ Fanning2024-08-272-2/+2
* [github-657] SXSSF: support setting an arbitrary extra width value for column...PJ Fanning2024-08-212-4/+54
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-161-1/+4
* Add initial support for SOURCE_DATE_EPOCHDominik Stadler2024-07-151-3/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-141-0/+5
* HSSFWorkbook.getSheet(): Return first found sheetDominik Stadler2024-07-072-0/+6
* Avoid NPE and improve error message when saving a package-part failsDominik Stadler2024-06-021-7/+9
* [bug-68183] SXSSFWorkbook now removes temp files when closed - removing need ...PJ Fanning2024-05-171-2/+15
* javadoc issuesPJ Fanning2024-05-082-4/+4
* [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This clo...PJ Fanning2024-04-191-0/+18
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-171-2/+3
* do not write single bytesAxel Howind2024-02-221-18/+20
* remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589PJ Fanning2024-02-162-6/+0
* try to javadoc more unsupported methodsPJ Fanning2023-12-194-0/+22
* remove unused loggersPJ Fanning2023-12-072-6/+0
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-062-2/+2
* [bug-68237] SXSSFWorkbook: write as PJ Fanning2023-11-271-2/+2
* try to fix compile issues due to commons-compress upgradePJ Fanning2023-11-161-3/+2
* [bug-68094] try to improve cell width derivation by not roundingPJ Fanning2023-11-081-2/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-10-271-1/+1
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-4/+27
* [bug-67778] add more null checks to BaseXSSFFormulaEvaluatorPJ Fanning2023-10-241-7/+12
* [bug-67785] make XSSFExcelExtractor output more like that from XSSFEventBased...PJ Fanning2023-10-181-1/+8
* [bug-67784] experimental hack to fix regressionPJ Fanning2023-10-171-59/+66
* reformat filePJ Fanning2023-10-171-496/+502
* refactorPJ Fanning2023-10-171-3/+4
* [bug-67778] try to make formula eval involving external workbooks more robustPJ Fanning2023-10-171-24/+34