aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* try to make ExcelAntWorkbookUtilFactory thread safePJ Fanning2024-10-151-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921338 13f79535-47bb-0310-9956-ffa450edef68
* use 'its'PJ Fanning2023-03-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908484 13f79535-47bb-0310-9956-ffa450edef68
* revert use of ExceptionUtil on caught exceptions (not useful)PJ Fanning2023-02-141-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907654 13f79535-47bb-0310-9956-ffa450edef68
* use of ExceptionUtil in excelantPJ Fanning2023-02-141-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907653 13f79535-47bb-0310-9956-ffa450edef68
* fix excel-ant testsPJ Fanning2021-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896548 13f79535-47bb-0310-9956-ffa450edef68
* use isEmpty()PJ Fanning2021-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896547 13f79535-47bb-0310-9956-ffa450edef68
* excelant evaluator if seems uselessPJ Fanning2021-12-301-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896546 13f79535-47bb-0310-9956-ffa450edef68
* convert tabs to spacesPJ Fanning2021-05-2310-501/+501
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890128 13f79535-47bb-0310-9956-ffa450edef68
* activate javadoc lint and fix errorsAndreas Beeker2021-05-212-36/+5
| | | | | | | | | | | | add signing and checksum generation add slf4j-bridge for tests add dependencies to ooxml-lite fix complex enum classes add override annotations move gradle logic to root build generate javadoc in its own dist directory, because JPMS complains about duplicate modules otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890089 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocs - remove @author tags ↵Andreas Beeker2021-04-1413-98/+41
| | | | | | (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888780 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-0714-0/+1500
compile / jar / test of mrJars don't include ants build.xml anymore rename directories to match project and maven artifact names refactor artifacts - so each project has one artifact replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests increase gradle heap to 4gb because of OOM - maybe less would also work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888488 13f79535-47bb-0310-9956-ffa450edef68