133 Commits

Author SHA1 Message Date
PJ Fanning
cabc8a425c try to remove goto (again)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893602 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 15:13:00 +00:00
PJ Fanning
abe22ef8f7 [bug-65595] Strip colour formatting in headers and footers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893599 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 15:05:10 +00:00
PJ Fanning
0ca10663c6 put back the goto - it is terrible but I don't have time work out why it is needed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893597 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 14:39:48 +00:00
PJ Fanning
d457298316 try to remove goto
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893596 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 14:32:26 +00:00
PJ Fanning
3f6a7285fb forbidden api
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893581 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 20:16:54 +00:00
PJ Fanning
4fbadb0cfd tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893576 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 19:03:06 +00:00
PJ Fanning
b377d66318 make hyperlink duplicatable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893457 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 22:39:19 +00:00
PJ Fanning
82458b1b07 javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893455 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 20:56:08 +00:00
PJ Fanning
79bf9ece2e typos in javdocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893452 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 20:04:01 +00:00
Andreas Beeker
d6806c3365 rework BitmapImageRenderer
refactor TestPPTX2PNG code to support archives

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893451 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 19:52:20 +00:00
PJ Fanning
22f16b9fe8 fix spellings in javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893450 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 18:55:38 +00:00
PJ Fanning
944ea414cd [bug-65576] replace StringCodepointsIterable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893385 13f79535-47bb-0310-9956-ffa450edef68
2021-09-16 19:26:31 +00:00
Dominik Stadler
5813b1aef2 Generate, compile and include class 'org.apache.poi.Version' in Gradle build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893384 13f79535-47bb-0310-9956-ffa450edef68
2021-09-16 19:25:43 +00:00
Andreas Beeker
596db31170 XmlSec/BouncyCastle and Batik are now optional
disable SonarQube build based on ant
remove sonar and maven directory, because POMs are now created via Gradle
remove maven section from seed-build

fix duplicated maven dependencies on POM export

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893289 13f79535-47bb-0310-9956-ffa450edef68
2021-09-12 20:31:43 +00:00
PJ Fanning
b5071b96da minor text issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893147 13f79535-47bb-0310-9956-ffa450edef68
2021-09-08 16:08:30 +00:00
PJ Fanning
bfb86f8a45 don't allow SAX parser to accept DTDs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893075 13f79535-47bb-0310-9956-ffa450edef68
2021-09-07 20:59:19 +00:00
PJ Fanning
0bb651955e more specific exception instead of NPE
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892951 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 19:05:54 +00:00
PJ Fanning
76b270ca64 try not to have poi-integration in pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892931 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 11:39:41 +00:00
PJ Fanning
1bdf4bd18f POI 5.1.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892897 13f79535-47bb-0310-9956-ffa450edef68
2021-09-04 12:00:04 +00:00
Andreas Beeker
f63f3ff09d update to release 5.1.0
fix ooxml-lite build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892887 13f79535-47bb-0310-9956-ffa450edef68
2021-09-03 21:13:36 +00:00
Andreas Beeker
1eace7a0c4 update module-info.classes for next release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892829 13f79535-47bb-0310-9956-ffa450edef68
2021-09-02 20:47:20 +00:00
Andreas Beeker
f71cebcce5 sonar fixes
close resources in tests
fix gradle warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892683 13f79535-47bb-0310-9956-ffa450edef68
2021-08-28 23:48:48 +00:00
PJ Fanning
1e6416551e more use of commons-io
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892669 13f79535-47bb-0310-9956-ffa450edef68
2021-08-28 09:13:21 +00:00
PJ Fanning
57e18ccd65 more use of commons-io
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892658 13f79535-47bb-0310-9956-ffa450edef68
2021-08-27 18:54:01 +00:00
Andreas Beeker
c270cf95fd Redirecting System.out/err is bad in concurrent test environment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892530 13f79535-47bb-0310-9956-ffa450edef68
2021-08-22 17:48:41 +00:00
Andreas Beeker
bb202a7b37 try to fix path issues in Windows build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892479 13f79535-47bb-0310-9956-ffa450edef68
2021-08-20 19:46:26 +00:00
Andreas Beeker
d9238f2490 try to fix concurrent issues in excelant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892478 13f79535-47bb-0310-9956-ffa450edef68
2021-08-20 17:07:36 +00:00
PJ Fanning
47d80f116d [github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions. Thanks to jniewerth. This closes #242
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892366 13f79535-47bb-0310-9956-ffa450edef68
2021-08-16 11:29:33 +00:00
PJ Fanning
a3b26c2021 increase intermediate significance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892333 13f79535-47bb-0310-9956-ffa450edef68
2021-08-14 09:54:11 +00:00
PJ Fanning
ede439abdc increase intermediate significance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892332 13f79535-47bb-0310-9956-ffa450edef68
2021-08-14 09:53:38 +00:00
PJ Fanning
a012cfa423 tidy up eval
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892322 13f79535-47bb-0310-9956-ffa450edef68
2021-08-14 00:28:37 +00:00
PJ Fanning
270107d9e8 remove XLookup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892285 13f79535-47bb-0310-9956-ffa450edef68
2021-08-12 14:46:41 +00:00
Andreas Beeker
76962c143c convert link to internal jdk api to preformatted code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892147 13f79535-47bb-0310-9956-ffa450edef68
2021-08-09 23:50:22 +00:00
PJ Fanning
65d7486cc6 init support for XLOOKUP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892116 13f79535-47bb-0310-9956-ffa450edef68
2021-08-08 15:40:23 +00:00
PJ Fanning
65a2e42a3d init support for XLOOKUP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892115 13f79535-47bb-0310-9956-ffa450edef68
2021-08-08 14:53:41 +00:00
PJ Fanning
48aaf3455e init support for XLOOKUP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892107 13f79535-47bb-0310-9956-ffa450edef68
2021-08-08 09:44:38 +00:00
PJ Fanning
c79ef7f76d tidy up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892097 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 23:56:22 +00:00
PJ Fanning
741e290267 init support for XLOOKUP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892096 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 23:23:39 +00:00
PJ Fanning
cb52f97e3c add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892092 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 19:52:00 +00:00
PJ Fanning
4123427bae add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892091 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 19:40:35 +00:00
PJ Fanning
d2a3e63a48 [bug-49202] add PERCENTRANK.EXC function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892090 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 19:28:33 +00:00
PJ Fanning
b1bf15e2b5 [bug-49202] add PERCENTRANK.EXC function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892088 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 18:36:12 +00:00
PJ Fanning
9b697eeb76 [bug-49202] add PERCENTRANK.EXC function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892084 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 15:33:35 +00:00
PJ Fanning
c4aa15c3cc test issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892083 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 15:09:40 +00:00
PJ Fanning
e299b2d677 [bug-49202] add PERCENTRANK.INC function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892082 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 15:02:49 +00:00
PJ Fanning
03d3f895dd [bug-49202] add PERCENTRANK.INC function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892081 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 14:42:47 +00:00
PJ Fanning
6a4f920d89 tidy up javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892080 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 14:34:38 +00:00
PJ Fanning
12a5ecd0b5 tidy up javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892079 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 14:32:29 +00:00
PJ Fanning
fc83c4929e [bug-49202] add PERCENTRANK function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892078 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 14:27:41 +00:00
PJ Fanning
bb515fdc30 [bug-49202] add PERCENTRANK function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892077 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 14:23:10 +00:00