aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* [github-673] Add word10.xsd to poi-ooxml-full. Thanks to fangd1997. This clos...PJ Fanning2024-08-161-0/+2
* [github-672] Support removing XWPF Styles. Thanks to fangd1997. This closes #672PJ Fanning2024-08-151-0/+36
* [github-670] XWPFRun.getText should support delInstrText and noBreakHyphen. T...PJ Fanning2024-08-141-2/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-281-2/+2
* Apply some IDE suggestions, improve JavaDoc and simplify reporting log messagesDominik Stadler2024-07-182-4/+9
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-161-1/+4
* Add initial support for SOURCE_DATE_EPOCHDominik Stadler2024-07-155-9/+31
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-141-0/+5
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-141-1/+6
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-141-2/+2
* update exception messagePJ Fanning2024-07-101-1/+1
* make validateEntryNames use case insensitive checkPJ Fanning2024-07-092-3/+16
* Fix Paragraph.searchTextDominik Stadler2024-07-071-2/+2
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-071-0/+3
* HSSFWorkbook.getSheet(): Return first found sheetDominik Stadler2024-07-072-0/+6
* try to fix testsPJ Fanning2024-07-022-4/+7
* throw exception if xlsx contains duplicate file namesPJ Fanning2024-07-014-11/+39
* license headerPJ Fanning2024-07-011-0/+17
* throw exception if xlsx contains duplicate file namesPJ Fanning2024-07-013-0/+34
* reformat ZipFileZipEntrySource.javaPJ Fanning2024-07-011-55/+56
* ZipFile deprecation warningsPJ Fanning2024-06-051-1/+1
* getNextZipEntry deprecation warningsPJ Fanning2024-06-051-1/+1
* Avoid NPE and improve error message when saving a package-part failsDominik Stadler2024-06-022-8/+11
* rename as 5.3.0-SNAPSHOT due to some changes in behaviourPJ Fanning2024-05-176-10/+10
* [bug-68183] SXSSFWorkbook now removes temp files when closed - removing need ...PJ Fanning2024-05-171-2/+15
* [bug-68987] support allowStoredEntriesWithDataDescriptor=true when reading zi...PJ Fanning2024-05-081-1/+3
* javadoc issuesPJ Fanning2024-05-082-4/+4
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-201-2/+5
* update testsPJ Fanning2024-04-191-5/+11
* refactor code that removes partsPJ Fanning2024-04-194-22/+18
* add javadocPJ Fanning2024-04-191-27/+56
* fix npePJ Fanning2024-04-191-1/+2
* fix npePJ Fanning2024-04-191-1/+3
* refactor some codePJ Fanning2024-04-192-2/+3
* fix compile issuesPJ Fanning2024-04-191-2/+2
* [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This clo...PJ Fanning2024-04-196-30/+218
* bouncycastle 1.78.1PJ Fanning2024-04-181-1/+1
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-171-2/+3
* bouncycastle 1.77PJ Fanning2024-04-081-1/+1
* add since annotationPJ Fanning2024-03-271-0/+2
* [github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607PJ Fanning2024-03-274-1/+15
* add javadocPJ Fanning2024-03-061-0/+4
* remove annotationPJ Fanning2024-03-061-2/+0
* [github-604] XDGF: add support for poly lines. Thanks to Dmitrii Komarov. Thi...PJ Fanning2024-03-061-1/+37
* [github-601] XDGF: handle elliptical arcs that have colinear points. Thanks t...PJ Fanning2024-03-062-2/+35
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-041-2/+6
* [bug-68703] revert fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-041-1/+1
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-041-1/+1
* use diamond operatorAxel Howind2024-02-281-1/+1
* do not write single bytesAxel Howind2024-02-221-18/+20