aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java/org/apache/poi/ooxml
Commit message (Expand)AuthorAgeFilesLines
* change xml options (#875)HEADtrunkPJ Fanning22 hours1-0/+3
* check xwpf node depth (#869)PJ Fanning6 days1-1/+1
* call next release 5.5.0PJ Fanning13 days1-1/+1
* try to avoid class cast issuesPJ Fanning2025-05-111-0/+49
* typos (an)PJ Fanning2025-05-061-2/+2
* PoiLogManagerPJ Fanning2024-11-244-8/+8
* [github-673] Add word10.xsd to poi-ooxml-full. Thanks to fangd1997. This clos...PJ Fanning2024-08-161-0/+2
* try to fix testsPJ Fanning2024-07-021-3/+5
* throw exception if xlsx contains duplicate file namesPJ Fanning2024-07-011-2/+7
* rename as 5.3.0-SNAPSHOT due to some changes in behaviourPJ Fanning2024-05-173-7/+7
* update testsPJ Fanning2024-04-191-5/+11
* refactor code that removes partsPJ Fanning2024-04-191-1/+1
* add javadocPJ Fanning2024-04-191-27/+56
* fix compile issuesPJ Fanning2024-04-191-2/+2
* [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This clo...PJ Fanning2024-04-193-29/+184
* Use revert() instead of close() when processing failsDominik Stadler2023-12-161-4/+4
* [bug-67579] add new XmlVisioDocument constructorPJ Fanning2023-10-261-1/+1
* [bug-67579] add new XSSFWorkbook constructorPJ Fanning2023-10-261-5/+10
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-201-2/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-09-182-1/+4
* use files nio APIs in more placesPJ Fanning2023-09-171-1/+3
* Bug 66425: Avoid a NullPointerException found via oss-fuzzDominik Stadler2023-09-061-0/+3
* apply some spelling fixesPJ Fanning2023-06-272-2/+2
* Fix a case in IdentifierManager.release(), reformat, add testsDominik Stadler2023-05-141-19/+19
* [bug-66485] poi-ooxml-full: generate classes for drawing/2012/chart schemaPJ Fanning2023-02-211-0/+1
* provide way to clear the state on the ThreadLocal used byby ExtractorFactoryPJ Fanning2023-02-111-0/+18
* try to use checked exceptions where APIs already support themPJ Fanning2022-09-142-3/+9
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-1/+1
* reuse codePJ Fanning2022-08-281-1/+1
* reuse codePJ Fanning2022-08-281-3/+3
* do not rely on xml namespace prefixes - use the URIsPJ Fanning2022-08-281-1/+2
* [github-343] use try-with-resources. Thanks to XenoAmess. This closes #343PJ Fanning2022-07-151-16/+13
* remove use of some calls to deprecated cursor dispose()PJ Fanning2022-06-191-12/+5
* [bug-56155] support version property in CorePropertiesPJ Fanning2022-05-281-0/+19
* Remove unused imports, remove unnecessary boxing of int-value and apply some ...Dominik Stadler2022-03-201-21/+21
* [bug-65946] remove duplicate Category property from extracted propertiesPJ Fanning2022-03-091-1/+0
* Add/update some JavaDocDominik Stadler2022-02-241-2/+2
* add isEmpty() methodPJ Fanning2021-12-301-2/+2
* [bug-65772] stop using deleteOnExit in DefaultTempFileCreationStrategyPJ Fanning2021-12-281-0/+4
* close input streams for partsPJ Fanning2021-12-281-6/+10
* close input streams for partsPJ Fanning2021-12-281-1/+16
* try to close resources when RuntimeExceptions happenPJ Fanning2021-12-181-13/+20
* code tidy upPJ Fanning2021-12-181-2/+2
* typoPJ Fanning2021-12-131-1/+1
* [bug-65741] change some methods to throw checked exception InvalidFormatExcep...PJ Fanning2021-12-131-3/+3
* use try block to close output streamsPJ Fanning2021-11-202-9/+10
* use try block to close output streamsPJ Fanning2021-11-202-10/+13
* setDisallowDocTypeDeclarationPJ Fanning2021-10-141-1/+1
* undo setDisallowDocTypeDeclaration (need to investigate some poi-integration ...PJ Fanning2021-10-131-1/+1
* setDisallowDocTypeDeclarationPJ Fanning2021-10-131-0/+1