aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Adjust test for XLS2CSV for different newlines on WindowsDominik Stadler2024-04-221-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917267 13f79535-47bb-0310-9956-ffa450edef68
* fix use of forbidden apiPJ Fanning2024-04-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917264 13f79535-47bb-0310-9956-ffa450edef68
* XLS(X) -> CSV: Wrap formatted numbers in quotes if necessaryDominik Stadler2024-04-221-0/+111
| | | | | | | e.g. German locale uses "comma" instead of point, e.g. 1,23 instead of 1.23 so we may need to quote formatted numbers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917257 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-08-071-0/+21
| | | | | | | | | We try to avoid throwing NullPointerException, but it was possible to trigger one here with a specially crafted input-file Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61266 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911523 13f79535-47bb-0310-9956-ffa450edef68
* Remove deprecation warnings reported with newer commons-ioDominik Stadler2023-06-081-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910300 13f79535-47bb-0310-9956-ffa450edef68
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This ↵PJ Fanning2022-07-151-4/+4
| | | | | | closes #340 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902755 13f79535-47bb-0310-9956-ffa450edef68
* update test assertionPJ Fanning2021-11-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895423 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894365 13f79535-47bb-0310-9956-ffa450edef68
* Fix expected/actual order in assertEqualsMarius Volkhart2021-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893781 13f79535-47bb-0310-9956-ffa450edef68
* convert tabs to spacesPJ Fanning2021-05-221-78/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890117 13f79535-47bb-0310-9956-ffa450edef68
* add forbidden-apis plugin to gradle buildsAndreas Beeker2021-05-211-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890090 13f79535-47bb-0310-9956-ffa450edef68
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-141-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-071-0/+113
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