81 Commits

Author SHA1 Message Date
PJ Fanning
87ea84cf48 fix TextJoin use case that was not handled
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892070 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 11:52:35 +00:00
PJ Fanning
f00456e38d fix TextJoin use case that was not handled
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892067 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 11:16:34 +00:00
PJ Fanning
d475e00f3a fix TextJoin use case that was not handled
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892065 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 10:45:18 +00:00
PJ Fanning
4ad008ef12 fix TextJoin use case that was not handled
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892062 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 10:32:22 +00:00
PJ Fanning
93bba050ac fix TextJoin use case that was not handled
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892061 13f79535-47bb-0310-9956-ffa450edef68
2021-08-07 10:25:24 +00:00
PJ Fanning
8959b9f065 add basic implementation of TIMEVALUE function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892047 13f79535-47bb-0310-9956-ffa450edef68
2021-08-06 18:19:49 +00:00
PJ Fanning
5bcde4ceaf add basic implementation of TIMEVALUE function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892044 13f79535-47bb-0310-9956-ffa450edef68
2021-08-06 16:53:27 +00:00
PJ Fanning
828cf12f08 extend tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892043 13f79535-47bb-0310-9956-ffa450edef68
2021-08-06 15:41:16 +00:00
PJ Fanning
b864503d47 extend tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892042 13f79535-47bb-0310-9956-ffa450edef68
2021-08-06 15:22:32 +00:00
PJ Fanning
f4cf7dc99e SUMIFS should sum and treat booleans and strings as zero
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891905 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 19:29:34 +00:00
PJ Fanning
d8d60e4e72 SUMIFS should treat #N/A correctly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891902 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 13:28:02 +00:00
PJ Fanning
1a8fdb6b6c add license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891901 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 12:58:21 +00:00
PJ Fanning
c61d6bfbbc SUMIFS should sum and treat booleans and strings as zero
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891900 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 12:47:03 +00:00
PJ Fanning
0d6bd263fe SUMIFS should not sum if a value is #N/A
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891898 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 12:33:15 +00:00
PJ Fanning
cd606046a2 test sum with N/A
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891897 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 12:20:08 +00:00
PJ Fanning
979444134e [bug-65475] SUMIF should return #N/A if any of the amounts to sum is #N/A. Thanks to zhangyajun.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891896 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 11:03:33 +00:00
PJ Fanning
c13bb182c7 fix issue with test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891895 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 10:59:09 +00:00
PJ Fanning
274aa28df8 add disabled SUMIF test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891894 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 09:59:16 +00:00
PJ Fanning
b3e9891de3 add disabled SUMIF test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891893 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 09:45:24 +00:00
PJ Fanning
111ea21f2a add SUMIF tests disabling one that shows we have a bug
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891892 13f79535-47bb-0310-9956-ffa450edef68
2021-07-30 09:23:47 +00:00
PJ Fanning
131820f524 add datetime test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891879 13f79535-47bb-0310-9956-ffa450edef68
2021-07-29 19:30:33 +00:00
PJ Fanning
925688a454 add date test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891878 13f79535-47bb-0310-9956-ffa450edef68
2021-07-29 18:22:18 +00:00
PJ Fanning
cd7b6b7197 [bug-65467] support IFNA() function. Thanks to Ross Patterson
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891876 13f79535-47bb-0310-9956-ffa450edef68
2021-07-29 16:57:03 +00:00
PJ Fanning
1b527ceca5 add tests for concat function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891874 13f79535-47bb-0310-9956-ffa450edef68
2021-07-29 11:15:37 +00:00
PJ Fanning
cf38746a0f add tests for concat function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891865 13f79535-47bb-0310-9956-ffa450edef68
2021-07-29 00:33:01 +00:00
PJ Fanning
abe5131997 [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891864 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 20:15:11 +00:00
PJ Fanning
6315a2260f [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891863 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 20:06:16 +00:00
PJ Fanning
82f989991d [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891862 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 19:46:05 +00:00
PJ Fanning
956d58cfb4 add broken (disabled) test to show issue with ISO 8601 format
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891859 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 18:38:21 +00:00
PJ Fanning
01b94f1817 [bug-65165] invalid date values not handled correctly in DateValue function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891858 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 16:56:36 +00:00
PJ Fanning
cec2d2b4cc [bug-60924] add support for Excel IFS and SWITCH functions. Thanks to Pieter Degraeuwe
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891856 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 14:09:28 +00:00
PJ Fanning
c93d9508ad [bug-64633] add excel function: TEXTJOIN - thanks to David Gordon
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891855 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 13:48:55 +00:00
PJ Fanning
4de25b13a7 [bug-65230] TRIM function should trim extra spaces between words
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891851 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 13:17:40 +00:00
PJ Fanning
1603235a46 remove test that stops use of FormulaShifter for copying rows to another sheet (but keep same row number)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891779 13f79535-47bb-0310-9956-ffa450edef68
2021-07-24 14:41:01 +00:00
PJ Fanning
c7a5aed18e handle case where row nums are the same
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891777 13f79535-47bb-0310-9956-ffa450edef68
2021-07-24 14:19:07 +00:00
PJ Fanning
f563f23a71 fix spellings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891771 13f79535-47bb-0310-9956-ffa450edef68
2021-07-24 11:33:39 +00:00
PJ Fanning
dcf0f3d870 fix spelling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891767 13f79535-47bb-0310-9956-ffa450edef68
2021-07-24 08:57:17 +00:00
PJ Fanning
b08696f701 remove unchecked cast from setHyperlink
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891761 13f79535-47bb-0310-9956-ffa450edef68
2021-07-24 07:08:39 +00:00
PJ Fanning
a6b9f5c006 update stress.xls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891729 13f79535-47bb-0310-9956-ffa450edef68
2021-07-22 17:23:00 +00:00
PJ Fanning
21dc03f9a7 use xmlbeans 5.0.0 in ant build due to build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891475 13f79535-47bb-0310-9956-ffa450edef68
2021-07-12 09:02:00 +00:00
PJ Fanning
5d65f68136 try to fix issue with building in windows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891467 13f79535-47bb-0310-9956-ffa450edef68
2021-07-12 02:28:36 +00:00
PJ Fanning
f375c158d9 convert indents to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891364 13f79535-47bb-0310-9956-ffa450edef68
2021-07-07 13:45:01 +00:00
PJ Fanning
5e7d8d8483 convert indents to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891363 13f79535-47bb-0310-9956-ffa450edef68
2021-07-07 13:37:46 +00:00
Dominik Stadler
b0eca0a9ca Do not fail on invalid access due to JPMS restrictions
Also getImplementationVersion() returns null sometimes, so revert to system-properties

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891349 13f79535-47bb-0310-9956-ffa450edef68
2021-07-07 10:04:30 +00:00
Dominik Stadler
8f2795a621 Apply some IDE suggestions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891347 13f79535-47bb-0310-9956-ffa450edef68
2021-07-07 10:04:24 +00:00
Dominik Stadler
454baca538 Print out information that current locale might be wrong if a specific test fails
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891345 13f79535-47bb-0310-9956-ffa450edef68
2021-07-07 10:04:16 +00:00
Dominik Stadler
5a1cb0ad90 Adjust some JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891344 13f79535-47bb-0310-9956-ffa450edef68
2021-07-07 10:04:11 +00:00
PJ Fanning
30c558ff9a revert commons-compress change due to build failure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891322 13f79535-47bb-0310-9956-ffa450edef68
2021-07-06 17:06:19 +00:00
PJ Fanning
6c1bd28168 add explicit commons-io dependency to poi-ooxml. This closes #237
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891320 13f79535-47bb-0310-9956-ffa450edef68
2021-07-06 16:47:59 +00:00
Andreas Beeker
a01600e605 deactivate TestSignatureInfo on Jdk 1.8.0 PatchLevel 292
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891289 13f79535-47bb-0310-9956-ffa450edef68
2021-07-05 21:36:07 +00:00