Commit Graph

12370 Commits

Author SHA1 Message Date
PJ Fanning c589f0ee7a [github-339] Add extra methods to StringUtil and refactor some code to use them. Thanks to XenoAmess. This closes #339
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902789 13f79535-47bb-0310-9956-ffa450edef68
2022-07-17 01:53:18 +00:00
PJ Fanning dc7e2de82e [github-356] extra condition change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902788 13f79535-47bb-0310-9956-ffa450edef68
2022-07-17 01:46:10 +00:00
PJ Fanning 773ad5e825 [github-356] accept some of the changes in this PR (not all)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902784 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 20:21:22 +00:00
PJ Fanning 46b14041bf java 17 compile issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902783 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 20:12:56 +00:00
PJ Fanning d849809f22 java 17 compile issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902782 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 20:05:15 +00:00
PJ Fanning bd2a798c3c java 17 compile issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902779 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 18:12:10 +00:00
PJ Fanning 22badcef27 [github-342] Use foreach. Thanks to XenoAmess. This closes #342
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902778 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 18:08:50 +00:00
PJ Fanning 4f54f29a2d [github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902772 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 10:13:18 +00:00
PJ Fanning feae2c8749 [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902771 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 10:05:38 +00:00
PJ Fanning 5b78069b63 gradle 7.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902762 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 02:04:28 +00:00
PJ Fanning b0400647a9 java 17 compile issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902761 13f79535-47bb-0310-9956-ffa450edef68
2022-07-16 01:17:15 +00:00
PJ Fanning ce3371e92e [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902760 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 23:23:34 +00:00
PJ Fanning 51c9ac77a3 [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902759 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 23:03:51 +00:00
PJ Fanning dbd078af9c [github-350] simplify cloneCellProperties. Thanks to XenoAmess. This closes #350
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902758 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 22:57:34 +00:00
PJ Fanning 64d9a97d44 [github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902757 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 22:52:45 +00:00
PJ Fanning 01f14a7548 [github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes #361
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902756 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 22:45:56 +00:00
PJ Fanning 87ee700d04 [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This closes #340
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902755 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:52:32 +00:00
PJ Fanning 70bd85fda4 [github-358] improve locking in CellDateFormatter. Thanks to XenoAmess. This closes #358
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902754 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:31:35 +00:00
PJ Fanning 917f8d027a [github-359] fix case sensitivity issue in AutoNumberingScheme. Thanks to XenoAmess. This closes #359
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902753 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:28:44 +00:00
PJ Fanning 186ad50d18 [github-351] make test loop more efficient
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902752 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:24:53 +00:00
PJ Fanning 30b20e3967 [github-344] refactor equals method in XSSFHyperlinkRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902751 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:20:32 +00:00
PJ Fanning 6e34a3cebe [github-357] fix equals check in CellNumberFormatter. Thanks to XenoAmess. This closes #357
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902750 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:10:32 +00:00
PJ Fanning 2c479b4967 [github-347] make some inner classes static to save memory. Thanks to XenoAmess. This closes #347
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902749 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:06:30 +00:00
PJ Fanning 619db4dde5 [github-343] use try-with-resources. Thanks to XenoAmess. This closes #343
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902748 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 21:02:15 +00:00
PJ Fanning 67a4ac400e [github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to XenoAmess. This closes #360
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902747 13f79535-47bb-0310-9956-ffa450edef68
2022-07-15 20:54:22 +00:00
PJ Fanning 8fbe3966dd allow XSSF RTS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902674 13f79535-47bb-0310-9956-ffa450edef68
2022-07-12 09:40:29 +00:00
PJ Fanning 7ab3352712 allow HSSFSharedString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902673 13f79535-47bb-0310-9956-ffa450edef68
2022-07-12 09:25:57 +00:00
PJ Fanning e39ab54eff undeprecate private code that is still used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902672 13f79535-47bb-0310-9956-ffa450edef68
2022-07-12 09:25:20 +00:00
PJ Fanning 0ad448edc8 missing license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902640 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 22:43:08 +00:00
PJ Fanning ee8de8f848 ant rat check issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902639 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 21:55:06 +00:00
PJ Fanning 44930ebfa0 [bug-66052] add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902637 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 18:46:54 +00:00
PJ Fanning 5386fe171d try to fix HSSF tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902635 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 14:38:04 +00:00
PJ Fanning 69036c64ea remove ignoreInvalidColors param
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902634 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 14:32:49 +00:00
PJ Fanning e0ca0baebf try to fix tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902633 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 13:54:09 +00:00
PJ Fanning ec3e9218ef javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902632 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 12:52:17 +00:00
PJ Fanning 79273a06aa add param that allows invalid colors to be ignored
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902630 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 12:22:54 +00:00
PJ Fanning 536537e360 try to fix tests - disabling 2 that need investigation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902627 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 11:21:21 +00:00
PJ Fanning 0a283a36c8 try to fix tests - disabling 2 that need investigation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902626 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 11:18:45 +00:00
PJ Fanning 72e7df6b5c javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902624 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 10:29:33 +00:00
PJ Fanning 4cda0c91fd throw exception if wrong Color class is used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902623 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 10:24:34 +00:00
PJ Fanning 6602122926 [bug-66052] apply cell style fixes supplied by Axel Richter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902622 13f79535-47bb-0310-9956-ffa450edef68
2022-07-10 10:12:20 +00:00
PJ Fanning d9383d6ba9 log4j 2.18.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902438 13f79535-47bb-0310-9956-ffa450edef68
2022-07-03 22:52:21 +00:00
PJ Fanning b4c92e4ae5 [bug-65634] NotOLE2FileException not thrown in POI 5.0.0 by opening an XML-RAW File with SlideShowFactory.create()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902395 13f79535-47bb-0310-9956-ffa450edef68
2022-07-01 16:30:15 +00:00
PJ Fanning 86cc8d1b4b [bug-51037] apply default column style if no style set
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902391 13f79535-47bb-0310-9956-ffa450edef68
2022-07-01 13:14:52 +00:00
PJ Fanning 2a040c42ec [bug-66152] add broken test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902390 13f79535-47bb-0310-9956-ffa450edef68
2022-07-01 12:55:33 +00:00
PJ Fanning f212e7c14f try to fix rat check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902313 13f79535-47bb-0310-9956-ffa450edef68
2022-06-28 11:11:50 +00:00
PJ Fanning 4b1fc4f153 woostox 6.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902311 13f79535-47bb-0310-9956-ffa450edef68
2022-06-28 10:43:33 +00:00
PJ Fanning b913185366 spotbugs 5.0.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902310 13f79535-47bb-0310-9956-ffa450edef68
2022-06-28 10:42:32 +00:00
PJ Fanning 8d204f1222 [bug-66146] poi-ooxml-full: generate classes for threadedComments and word12 xsds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902309 13f79535-47bb-0310-9956-ffa450edef68
2022-06-28 10:41:29 +00:00
PJ Fanning 989b9e2f75 [bug-66145] poi-ooxml-full: add xsd schema for drawing/2008/diagram to read SmartArt diagrams
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902305 13f79535-47bb-0310-9956-ffa450edef68
2022-06-28 09:51:27 +00:00