aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
Commit message (Collapse)AuthorAgeFilesLines
* [bug-66827] treat VML drawing entry for a comment that has incorrect type of ↵PJ Fanning2023-08-022-2/+18
| | | | | | TEXT as invalid git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911407 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66827] add test case (that passes) - so issue is nor reproducedPJ Fanning2023-08-011-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911399 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.76PJ Fanning2023-07-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911371 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66682] fix xslb reading support for formula cells of boolean type. This ↵PJ Fanning2023-07-122-0/+148
| | | | | | closes #485 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910951 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66675] fix issue with writing xlsx (core properties being added twice)PJ Fanning2023-07-123-2/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910949 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62181] try to handle file where shared string loading is happening twicePJ Fanning2023-07-032-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910759 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2023-07-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910755 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-282-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910659 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2715-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910640 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2711-39/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910639 13f79535-47bb-0310-9956-ffa450edef68
* apply some spelling fixesPJ Fanning2023-06-2712-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910627 13f79535-47bb-0310-9956-ffa450edef68
* add XSSF test where 2 row instances have same rowNumPJ Fanning2023-06-231-5/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910569 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66661] revert github-269 due to it breaking formulas with table referencesPJ Fanning2023-06-224-22/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910561 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.75PJ Fanning2023-06-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910543 13f79535-47bb-0310-9956-ffa450edef68
* fix test assertionPJ Fanning2023-06-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910480 13f79535-47bb-0310-9956-ffa450edef68
* xddf testPJ Fanning2023-06-161-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910459 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66650] add chartex classes to poi-ooxml-fullPJ Fanning2023-06-151-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910433 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.74PJ Fanning2023-06-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910429 13f79535-47bb-0310-9956-ffa450edef68
* [GitHub-473] Add getCTSettings() to XWPFSettings. This closes #473PJ Fanning2023-06-141-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910402 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2023-06-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910365 13f79535-47bb-0310-9956-ffa450edef68
* Need to lower the min expected width after changes for bug 66632Dominik Stadler2023-06-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910309 13f79535-47bb-0310-9956-ffa450edef68
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-0863-171/+179
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910300 13f79535-47bb-0310-9956-ffa450edef68
* Fix generating JavaDoc when running build with Java 9 or higherDominik Stadler2023-06-081-3/+1
| | | | | | Otherwise "current" is JDK 11, but "javadoc" from JDK 8 is executed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910299 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2023-06-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910275 13f79535-47bb-0310-9956-ffa450edef68
* improve exception handlingPJ Fanning2023-06-071-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910273 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66612] get macrosheet xml (test)PJ Fanning2023-05-222-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909996 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66612] get macrosheet xml (test)PJ Fanning2023-05-221-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909995 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66612] get macrosheet xml (test)PJ Fanning2023-05-222-2/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909994 13f79535-47bb-0310-9956-ffa450edef68
* add content types for macrosheetsPJ Fanning2023-05-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909993 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66607] perf issue processing array formulasPJ Fanning2023-05-193-10/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909934 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66598: Fix invalid loop-condition when cleaning up CTCellsDominik Stadler2023-05-142-2/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909808 13f79535-47bb-0310-9956-ffa450edef68
* Fix a case in IdentifierManager.release(), reformat, add testsDominik Stadler2023-05-142-21/+77
| | | | | | The case when all are reserved was not handled properly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909807 13f79535-47bb-0310-9956-ffa450edef68
* use MarlinRenderingEnginePJ Fanning2023-05-111-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909748 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66584] ensure ZipPackage closes input stream when exceptions happenPJ Fanning2023-04-281-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909467 13f79535-47bb-0310-9956-ffa450edef68
* spellingPJ Fanning2023-04-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909466 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.73PJ Fanning2023-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909101 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 3.0.2PJ Fanning2023-04-042-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908966 13f79535-47bb-0310-9956-ffa450edef68
* Add more information in exception when formula parsing failsDominik Stadler2023-03-212-15/+94
| | | | | | | | | | Use toString() instead of getClass() to include more information for some ValueEval implementations When low-level parsing fails, the IllegalStateException does not contain any information, therefore wrap it and enrich it with more information about the cell and the parsed formula git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908608 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.7PJ Fanning2023-03-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908558 13f79535-47bb-0310-9956-ffa450edef68
* remove temporary hacksPJ Fanning2023-03-191-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908529 13f79535-47bb-0310-9956-ffa450edef68
* temporary hack to build to see if the ooxml tests are hanging and breaking ↵PJ Fanning2023-03-191-0/+2
| | | | | | all our https://ci-builds.apache.org/ builds for Java 8 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908527 13f79535-47bb-0310-9956-ffa450edef68
* temporary hack to build to see if the gradle toolchain logic is what is ↵PJ Fanning2023-03-191-0/+2
| | | | | | breaking all our https://ci-builds.apache.org/ builds for Java 8 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908515 13f79535-47bb-0310-9956-ffa450edef68
* fix testPJ Fanning2023-03-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908486 13f79535-47bb-0310-9956-ffa450edef68
* use 'its'PJ Fanning2023-03-185-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908484 13f79535-47bb-0310-9956-ffa450edef68
* use 'an'PJ Fanning2023-03-1814-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908483 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66532] more performant way to iterate over codepoints. Thanks to ↵PJ Fanning2023-03-171-13/+16
| | | | | | Matthias Raschhofer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908458 13f79535-47bb-0310-9956-ffa450edef68
* revert test changePJ Fanning2023-03-071-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908175 13f79535-47bb-0310-9956-ffa450edef68
* byte-buddy 1.14.1PJ Fanning2023-03-071-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908174 13f79535-47bb-0310-9956-ffa450edef68
* sxssf date style testPJ Fanning2023-03-071-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908173 13f79535-47bb-0310-9956-ffa450edef68
* try to fix gradle issuesPJ Fanning2023-02-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907808 13f79535-47bb-0310-9956-ffa450edef68