PJ Fanning
3a90544a15
try to make comments table more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895114 13f79535-47bb-0310-9956-ffa450edef68
2021-11-17 18:43:10 +00:00
PJ Fanning
1d9948f090
try to make comments table more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895113 13f79535-47bb-0310-9956-ffa450edef68
2021-11-17 18:41:16 +00:00
PJ Fanning
fa703eccfb
try to make comments table more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895105 13f79535-47bb-0310-9956-ffa450edef68
2021-11-17 13:08:48 +00:00
PJ Fanning
fd1b5c87cf
try to make comments table more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895104 13f79535-47bb-0310-9956-ffa450edef68
2021-11-17 13:00:09 +00:00
PJ Fanning
8bde66c3e6
javadoc issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895099 13f79535-47bb-0310-9956-ffa450edef68
2021-11-17 11:35:47 +00:00
Andreas Beeker
27b4bdc3f7
Move org.apache.poi.hssf.dev classes from poi:main to poi:test
...
Use CloseShieldOutputStream instead of CloseIgnoringInputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895041 13f79535-47bb-0310-9956-ffa450edef68
2021-11-15 00:03:44 +00:00
Andreas Beeker
007a6f6160
Fix deprecate warnings on X509 api calls
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895034 13f79535-47bb-0310-9956-ffa450edef68
2021-11-14 13:15:14 +00:00
PJ Fanning
8365ee1611
[github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andreas Reichel. This closes #278
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895016 13f79535-47bb-0310-9956-ffa450edef68
2021-11-14 10:18:40 +00:00
PJ Fanning
20c0ac1637
[bug-65678] add XSLFGraphicFrame hasDiagram
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894962 13f79535-47bb-0310-9956-ffa450edef68
2021-11-11 23:24:08 +00:00
PJ Fanning
530af684b3
try to handle logging issue where DeferredSXSSFWorkbook close can lead to logging about close already having been called
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894951 13f79535-47bb-0310-9956-ffa450edef68
2021-11-11 13:24:37 +00:00
PJ Fanning
2db7202cc3
[bug-65676] issue in XSSFReader where string builder is not always cleared between cells
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894902 13f79535-47bb-0310-9956-ffa450edef68
2021-11-10 10:34:09 +00:00
PJ Fanning
02f36cf4fd
[bug-65675] add regression test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894884 13f79535-47bb-0310-9956-ffa450edef68
2021-11-09 19:45:03 +00:00
PJ Fanning
458369a64d
[bug-65674] add isVideoFile to XSLFPictureShape
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894860 13f79535-47bb-0310-9956-ffa450edef68
2021-11-09 10:40:57 +00:00
PJ Fanning
2a6ef7e4ae
throw IOException if getInputStream fails
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894848 13f79535-47bb-0310-9956-ffa450edef68
2021-11-08 20:49:45 +00:00
PJ Fanning
5a59376389
return better error message when ZipEntry has no data (it was closed before the data was retrieved)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894831 13f79535-47bb-0310-9956-ffa450edef68
2021-11-08 11:15:26 +00:00
PJ Fanning
336bce7c82
[bug-65673] add test case (that passes)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894830 13f79535-47bb-0310-9956-ffa450edef68
2021-11-08 11:00:59 +00:00
PJ Fanning
ee110ed126
typo in log message
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894828 13f79535-47bb-0310-9956-ffa450edef68
2021-11-08 10:30:28 +00:00
Andreas Beeker
37e8f72493
#65672 - Digitial Signature - set commitment type and purpose
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894820 13f79535-47bb-0310-9956-ffa450edef68
2021-11-07 23:48:15 +00:00
Dominik Stadler
9e867ad539
Adjust trimming sheetnames > 31 chars
...
Define Constant MAX_SENSITIVE_SHEET_NAME_LEN = 31
Warn about trimmed sheet names
Implement sheetname trimming for HSSFWorkbook
Add use case tests
Closes #273
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894817 13f79535-47bb-0310-9956-ffa450edef68
2021-11-07 16:22:33 +00:00
Dominik Stadler
761a78b49f
Use append(char) instead of string where possible
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894814 13f79535-47bb-0310-9956-ffa450edef68
2021-11-07 15:00:03 +00:00
Dominik Stadler
034c95ec55
Add some more forbidden-apis to prefer core JDK classes over Guava and commons-codec
...
Also prevent java logging from being used inadvertently
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894810 13f79535-47bb-0310-9956-ffa450edef68
2021-11-07 14:59:40 +00:00
PJ Fanning
e40b4e1ec9
CaseInsensitiveMap is not thread-safe
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894738 13f79535-47bb-0310-9956-ffa450edef68
2021-11-04 18:30:31 +00:00
PJ Fanning
584c8c059b
case insensitive map
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894720 13f79535-47bb-0310-9956-ffa450edef68
2021-11-03 15:20:32 +00:00
PJ Fanning
a46cf63f4f
javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894714 13f79535-47bb-0310-9956-ffa450edef68
2021-11-03 14:00:10 +00:00
PJ Fanning
8f1baa1190
[bug-65669] proper handling of apostrophe escaping in table column names
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894713 13f79535-47bb-0310-9956-ffa450edef68
2021-11-03 13:55:11 +00:00
Andreas Beeker
f2f4ea44b6
#65668 - upgrade to xmlsec 2.3.0 - make secure validation configurable
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894701 13f79535-47bb-0310-9956-ffa450edef68
2021-11-03 00:00:21 +00:00
PJ Fanning
1c184f49d0
forbidden api
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894700 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 21:37:01 +00:00
PJ Fanning
c7954fdcd8
forbidden api
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894699 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 21:12:40 +00:00
PJ Fanning
face981f3f
forbidden api
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894697 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 19:54:45 +00:00
PJ Fanning
e26ab012d8
[github-270] Draw correct XDGF circular arc. Thanks to Dmitry Komarov. This closes #270
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894696 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 19:35:25 +00:00
PJ Fanning
1328893212
[github-269] more work on external workbook links (formulas). Thanks to @aspojo. This closes #269
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894695 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 18:59:18 +00:00
PJ Fanning
d9b6f799a6
revert xmlsec upgrade
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894691 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 17:15:53 +00:00
PJ Fanning
c5b2b3b984
xmlsec 2.3.0
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894689 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 15:03:56 +00:00
Dominik Stadler
f4ae175558
Add slightly more output if signature-test fails
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894681 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 13:19:03 +00:00
Dominik Stadler
34ea6a50e0
Check and fix issue when sheets are added while an existing workbook-evaluator is used.
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894680 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 13:18:50 +00:00
Dominik Stadler
7a5bc4227b
Do not fail on different count of categories and points and fix cloning charts
...
We see many cases where documents have charts with a difference here, so
downgrade the exception to a warning for now
Also handle cloning charts in workbooks where the parts have unexpected names
by making sure that the chosen part-name is not yet taken.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894676 13f79535-47bb-0310-9956-ffa450edef68
2021-11-02 13:17:53 +00:00
PJ Fanning
90b8a0c36d
try to add LICENSE and NOTICE to sources jars
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894565 13f79535-47bb-0310-9956-ffa450edef68
2021-10-25 22:50:03 +00:00
PJ Fanning
e66486bc8a
try to add LICENSE and NOTICE to javadoc jars
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894564 13f79535-47bb-0310-9956-ffa450edef68
2021-10-25 22:29:10 +00:00
PJ Fanning
a5325cb112
reflections 0.10.2
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894561 13f79535-47bb-0310-9956-ffa450edef68
2021-10-25 21:03:10 +00:00
PJ Fanning
ecdd4fcb55
revert github-267 due to broken tests
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894550 13f79535-47bb-0310-9956-ffa450edef68
2021-10-25 10:11:04 +00:00
PJ Fanning
6017327bae
[github-267] Issue with sheet range in formula With spaces and quotes. Thanks to aspojo. This closes #267
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894549 13f79535-47bb-0310-9956-ffa450edef68
2021-10-25 09:32:50 +00:00
PJ Fanning
c1ae6ef0e9
XSSFReader extensibility
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894513 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 14:23:19 +00:00
PJ Fanning
9f6f11023a
fix mime type for pict files (image/x-pict)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894510 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 12:53:57 +00:00
PJ Fanning
6a12c6cb25
[bug-65650] use image/x-pict mime type
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894507 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 10:49:18 +00:00
PJ Fanning
22bac58465
use content types from constants
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894506 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 09:46:13 +00:00
PJ Fanning
802165ecd0
add XSLFPictureShape setName
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894505 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 09:27:35 +00:00
PJ Fanning
03fc88b18b
add XSLFPictureShape getName
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894504 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 09:18:17 +00:00
PJ Fanning
b3a64e0bca
remove deprecated code
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 22:52:30 +00:00
PJ Fanning
b2aa78144f
remove deprecated methods on XSSFColor
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894495 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 21:34:27 +00:00
PJ Fanning
2730bdc113
[bug-65649] add test case
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894492 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 20:24:12 +00:00
PJ Fanning
5d79f841bb
remove finalizer
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894490 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 18:09:26 +00:00
PJ Fanning
7416d8035a
remove finalizer
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894484 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 17:05:15 +00:00
PJ Fanning
d72018db13
deprecate method that should not be public
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894483 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 16:52:04 +00:00
Dominik Stadler
d59824cc9e
Reformat code
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894480 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 14:32:01 +00:00
Dominik Stadler
b276d140be
Add more output in one test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894479 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 14:31:57 +00:00
PJ Fanning
04c130b8d5
make max record sizes configurable
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894453 13f79535-47bb-0310-9956-ffa450edef68
2021-10-21 17:34:29 +00:00
Dominik Stadler
0727874584
Avoid NullPointerException when cloning sheets where there is no drawing patriarch
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894450 13f79535-47bb-0310-9956-ffa450edef68
2021-10-21 14:17:31 +00:00
PJ Fanning
9fe3944e8e
get proper xmlbeans 5.0.2 release
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894428 13f79535-47bb-0310-9956-ffa450edef68
2021-10-20 23:54:34 +00:00
Andreas Beeker
bf360400be
sonar fixes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894426 13f79535-47bb-0310-9956-ffa450edef68
2021-10-20 22:50:35 +00:00
PJ Fanning
6b1a477997
hs-err file location
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894411 13f79535-47bb-0310-9956-ffa450edef68
2021-10-20 13:08:53 +00:00
PJ Fanning
d14dc1c659
scaling issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894366 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 22:40:14 +00:00
Andreas Beeker
3c3154ea8c
sonar fixes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894365 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 22:35:17 +00:00
PJ Fanning
646fb8c690
minor code improvement
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894364 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 20:58:13 +00:00
Andreas Beeker
611f5273fd
sonar fixes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894360 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 17:40:47 +00:00
PJ Fanning
787af858e7
add problem file to build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894359 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 17:34:12 +00:00
PJ Fanning
005810640d
[bug-65638] Remove escaping of ampersand from headers and footers created by Excel. Thanks to Viru.
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894357 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 17:15:04 +00:00
PJ Fanning
5d23faf3cc
upgrade build/test dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894350 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 12:42:21 +00:00
PJ Fanning
91b1e2072b
try Xverify:all
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894348 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 11:14:12 +00:00
PJ Fanning
b906b72d29
[bug-59388] Set comment with option isVisible in .xlsx. Thanks to ryoii. This closes #239
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894347 13f79535-47bb-0310-9956-ffa450edef68
2021-10-18 10:48:04 +00:00
Andreas Beeker
87a764956c
sonar fixes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894331 13f79535-47bb-0310-9956-ffa450edef68
2021-10-17 20:44:36 +00:00
PJ Fanning
b20897a996
extra tests for Zip package parts backed by temp files
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894313 13f79535-47bb-0310-9956-ffa450edef68
2021-10-17 10:24:03 +00:00
PJ Fanning
0042a47172
record size of encrypted temp data
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894303 13f79535-47bb-0310-9956-ffa450edef68
2021-10-16 10:30:43 +00:00
Andreas Beeker
dfbab3ff6a
#64036 - Replace reflection calls in factories for Java 9+
...
use ServiceLoader for HSLF Metro Shapes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894298 13f79535-47bb-0310-9956-ffa450edef68
2021-10-16 00:00:50 +00:00
PJ Fanning
ac0b1fd15a
[github-264] extend test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894276 13f79535-47bb-0310-9956-ffa450edef68
2021-10-15 07:49:31 +00:00
PJ Fanning
75cfdc75da
[github-264] bug in link external workbook. This closes #264
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894275 13f79535-47bb-0310-9956-ffa450edef68
2021-10-15 07:40:29 +00:00
Andreas Beeker
c6f7087f4f
#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@1894271 13f79535-47bb-0310-9956-ffa450edef68
2021-10-14 22:43:56 +00:00
PJ Fanning
9bd8215fa3
javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894263 13f79535-47bb-0310-9956-ffa450edef68
2021-10-14 19:14:41 +00:00
PJ Fanning
82bdcefce9
test issues
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894225 13f79535-47bb-0310-9956-ffa450edef68
2021-10-14 09:36:49 +00:00
PJ Fanning
8a12686b82
temp file package parts
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894224 13f79535-47bb-0310-9956-ffa450edef68
2021-10-14 09:28:26 +00:00
PJ Fanning
3f827d384f
setDisallowDocTypeDeclaration
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894221 13f79535-47bb-0310-9956-ffa450edef68
2021-10-14 09:04:42 +00:00
PJ Fanning
ad11b847c8
undo setDisallowDocTypeDeclaration (need to investigate some poi-integration test failures)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894216 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 23:21:30 +00:00
PJ Fanning
1212e5f6be
add tests
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894215 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 23:13:33 +00:00
PJ Fanning
5329823387
setDisallowDocTypeDeclaration
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894214 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 23:00:44 +00:00
PJ Fanning
e64eb48670
add tests
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894213 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 22:34:35 +00:00
PJ Fanning
4b97b12712
xmlbeans 5.0.2 (temporarily from a pre-release location)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894211 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 21:27:32 +00:00
Andreas Beeker
6583f68d2f
#64716 - wmf display error
...
update heuristic to respect location of bounding box
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894206 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 20:39:01 +00:00
PJ Fanning
defd26493f
[bug-65042] support saving package part data in temp files
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894203 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 18:31:44 +00:00
PJ Fanning
5b7b8ae1a9
javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894194 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 14:20:49 +00:00
PJ Fanning
bdf185006c
javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894193 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 14:13:02 +00:00
PJ Fanning
4e2934ffff
error message
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894188 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 09:45:59 +00:00
Andreas Beeker
24b3dac0c0
#64716 - wmf display error
...
add anothger heuristic - cumulate the bounding box of the shape records and compare it to window, viewport and emfbounds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894176 13f79535-47bb-0310-9956-ffa450edef68
2021-10-12 22:30:30 +00:00
PJ Fanning
91d502732b
[bug-62021] test adding time to date-time
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894175 13f79535-47bb-0310-9956-ffa450edef68
2021-10-12 21:50:00 +00:00
PJ Fanning
88ebe095dc
use workbook's xssf factory
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894174 13f79535-47bb-0310-9956-ffa450edef68
2021-10-12 20:41:32 +00:00
Andreas Beeker
db71e2328a
#65551 - Incorrect fetching paragraph and text runs props from master shape
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894140 13f79535-47bb-0310-9956-ffa450edef68
2021-10-11 19:44:47 +00:00
PJ Fanning
cfa2323f61
adjust test expectation
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894129 13f79535-47bb-0310-9956-ffa450edef68
2021-10-11 11:31:53 +00:00
PJ Fanning
700ecc461f
[bug-62215] add test case for sxssf formulas - issue was already fixed
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894128 13f79535-47bb-0310-9956-ffa450edef68
2021-10-11 10:45:59 +00:00
PJ Fanning
cdbbbb6726
[github-261] Correct Maximum Width Calculation of unmerged Cells. Thanks to thoniTUB. This closes #261
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894127 13f79535-47bb-0310-9956-ffa450edef68
2021-10-11 10:25:58 +00:00
PJ Fanning
b60641017d
refactor XSSFReader to make it more extensible
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894112 13f79535-47bb-0310-9956-ffa450edef68
2021-10-10 17:16:21 +00:00
PJ Fanning
2514e4d0ab
[bug-65452] fix issue where WorkbookFactory.create(File, ...) returns null if file type not recognised
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894097 13f79535-47bb-0310-9956-ffa450edef68
2021-10-10 09:58:02 +00:00
PJ Fanning
87eed3a8b1
[bug-65306] try to fix broken test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894093 13f79535-47bb-0310-9956-ffa450edef68
2021-10-10 08:02:20 +00:00
PJ Fanning
7d47c205e9
[bug-65306] issue with shift rows that remove rows and how shared formulas are affected
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894089 13f79535-47bb-0310-9956-ffa450edef68
2021-10-10 06:39:56 +00:00
PJ Fanning
08a1f9af22
[bug-65268] issue reading shared formulas
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894064 13f79535-47bb-0310-9956-ffa450edef68
2021-10-09 12:26:21 +00:00
PJ Fanning
798f8c1db3
formatting
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894056 13f79535-47bb-0310-9956-ffa450edef68
2021-10-09 08:19:47 +00:00
PJ Fanning
5baa34caf2
remove text size limit
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894055 13f79535-47bb-0310-9956-ffa450edef68
2021-10-09 06:55:31 +00:00
PJ Fanning
f69682ef8c
remove text size limit
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894051 13f79535-47bb-0310-9956-ffa450edef68
2021-10-08 23:56:30 +00:00
Andreas Beeker
60e9de813e
#65623 - Create XAdES-T signature with XAdESXLSignatureFacet
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894049 13f79535-47bb-0310-9956-ffa450edef68
2021-10-08 23:08:51 +00:00
PJ Fanning
01697724ec
build issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68
2021-10-08 22:02:11 +00:00
PJ Fanning
94eb8a749e
undo change
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894037 13f79535-47bb-0310-9956-ffa450edef68
2021-10-08 18:13:20 +00:00
PJ Fanning
5e7d8e85ca
[bug-65372] allow max entry size to be higher than 4Gb
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894036 13f79535-47bb-0310-9956-ffa450edef68
2021-10-08 18:12:18 +00:00
PJ Fanning
2631c9a20e
add test case from bug-65619
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894016 13f79535-47bb-0310-9956-ffa450edef68
2021-10-08 08:10:17 +00:00
PJ Fanning
1fe931482a
reflections 0.10.1
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894009 13f79535-47bb-0310-9956-ffa450edef68
2021-10-07 23:58:42 +00:00
PJ Fanning
4ec60ae992
[github-260] add test case
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893991 13f79535-47bb-0310-9956-ffa450edef68
2021-10-07 14:09:10 +00:00
PJ Fanning
36cf0e943e
[github-260] Check XDGFCell value for null to avoid NullPointerException. Thanks to Dmitry Komarov.
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893988 13f79535-47bb-0310-9956-ffa450edef68
2021-10-07 13:28:45 +00:00
PJ Fanning
b065bd4b67
update javadoc for cell/row copy
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893963 13f79535-47bb-0310-9956-ffa450edef68
2021-10-07 10:16:23 +00:00
PJ Fanning
38d4834ba7
support copying to hssf row
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893945 13f79535-47bb-0310-9956-ffa450edef68
2021-10-06 19:06:12 +00:00
PJ Fanning
a7c82d5a22
javadoc issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893933 13f79535-47bb-0310-9956-ffa450edef68
2021-10-06 13:28:22 +00:00
PJ Fanning
cfcd2057be
javadoc issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893932 13f79535-47bb-0310-9956-ffa450edef68
2021-10-06 13:00:42 +00:00
PJ Fanning
c12f903789
genericise cell copy logic
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893931 13f79535-47bb-0310-9956-ffa450edef68
2021-10-06 12:46:20 +00:00
PJ Fanning
f05ae0c2c5
[bug-65613] experimental SXSSF writeAvoidingTempFiles
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893898 13f79535-47bb-0310-9956-ffa450edef68
2021-10-04 21:05:09 +00:00
PJ Fanning
83df3f40d8
[bug-65613] experimental SXSSF writeAvoidingTempFiles
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893897 13f79535-47bb-0310-9956-ffa450edef68
2021-10-04 20:51:05 +00:00
PJ Fanning
51ce81924d
[bug-65613] experimental SXSSF writeAvoidingTempFiles
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893896 13f79535-47bb-0310-9956-ffa450edef68
2021-10-04 20:34:47 +00:00
PJ Fanning
87d4716880
upgrade reflections jar
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893887 13f79535-47bb-0310-9956-ffa450edef68
2021-10-04 15:31:09 +00:00
PJ Fanning
defa6de0fd
make array into immutable collection (spotbugs issue)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893863 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 22:04:05 +00:00
PJ Fanning
41a48d80bc
make array into immutable collection (spotbugs issue)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893861 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 21:58:42 +00:00
Andreas Beeker
9f7085a281
#65612 - XSLF CustomGeometry - replace XmlStreamReader access with XmlBeans delegate
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893859 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 21:05:19 +00:00
PJ Fanning
acadd84b53
sonar issues
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893847 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 09:11:35 +00:00
PJ Fanning
1da3708e8b
[bug-65609] add naive test case
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893792 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 17:03:26 +00:00
PJ Fanning
10e607a1ce
[bug-65609] add flushBufferedData to SXSSFSheet
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893791 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 16:51:12 +00:00
PJ Fanning
b15e441e80
typos in javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893790 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 16:27:30 +00:00
Marius Volkhart
227c04bc92
Consolidate spreadsheet PictureData javadocs
...
If docs for an implementation were identical or substantially similar to that of the interface, I removed them from the implementation, as Javadocs inherit automatically.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893780 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 12:18:01 +00:00
Marius Volkhart
e239fd745f
Fix Javadoc errors and warnings on JDK 17
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893777 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 11:37:33 +00:00
PJ Fanning
50a2b9376b
forbidden api
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893730 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 17:56:27 +00:00
PJ Fanning
bd1ea63abe
[github-254] Implement XSSFWorkbook linkExternalWorkbook. Thanks to @aspojo. This closes #254
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893728 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 16:16:32 +00:00
PJ Fanning
cbaf6def42
upgrade graphics2d - 0.33
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893727 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 15:17:02 +00:00
PJ Fanning
c202e5d38b
upgrade guava
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893709 13f79535-47bb-0310-9956-ffa450edef68
2021-09-28 14:41:05 +00:00
PJ Fanning
f2528bdfdc
[github-252] wrong file name format for external links
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893699 13f79535-47bb-0310-9956-ffa450edef68
2021-09-27 19:11:03 +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
595372f5a5
upgrade some build dependencies
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893577 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 19:08:46 +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
af9364710b
javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893571 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 17:11:33 +00:00
PJ Fanning
a1783b6ce7
xmlsec 2.2.3
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893567 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 16:38:21 +00:00
PJ Fanning
f44deb0829
make hyperlink duplicatable
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893456 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 22:38:59 +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
e7fecdc001
another missing class
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893449 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 18:21:34 +00:00
PJ Fanning
53d76b369e
small test change
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893443 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 12:56:26 +00:00
PJ Fanning
f591073698
add test for broken file (5.0.1-RC1 issues)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893442 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 12:45:26 +00:00
PJ Fanning
61cd25f201
remove gradle hack
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893436 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 11:00:29 +00:00
PJ Fanning
803403bc86
add support for encrypting temp files
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893435 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 10:59:52 +00:00
PJ Fanning
3edd698613
add more classes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893434 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 10:15:58 +00:00
PJ Fanning
83d837dc39
use lambdas for logging
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893433 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 08:59:08 +00:00
PJ Fanning
a20035a3b6
license
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893426 13f79535-47bb-0310-9956-ffa450edef68
2021-09-18 23:09:49 +00:00
PJ Fanning
eee18122af
license
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893425 13f79535-47bb-0310-9956-ffa450edef68
2021-09-18 23:09:26 +00:00
PJ Fanning
44f041ebcf
fix broken test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893424 13f79535-47bb-0310-9956-ffa450edef68
2021-09-18 22:14:58 +00:00
PJ Fanning
5733826765
missing classes in poi-ooxml-lite
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893423 13f79535-47bb-0310-9956-ffa450edef68
2021-09-18 21:10:58 +00:00
PJ Fanning
8d7af95fed
[bug-65581] support configurable temp file threshold
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893421 13f79535-47bb-0310-9956-ffa450edef68
2021-09-18 20:06:25 +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
Andreas Beeker
99f52557ef
try to fix Windows still opened file handle issue
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893345 13f79535-47bb-0310-9956-ffa450edef68
2021-09-14 22:52:03 +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
99047b5245
tabs to spaces
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893219 13f79535-47bb-0310-9956-ffa450edef68
2021-09-10 08:46:10 +00:00
Dominik Stadler
0739e608a8
Improve error messages when charting data is not valid
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893212 13f79535-47bb-0310-9956-ffa450edef68
2021-09-10 06:15:30 +00:00
Dominik Stadler
3e7672d856
Adjust imports and apply some IDE suggestions
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893211 13f79535-47bb-0310-9956-ffa450edef68
2021-09-10 06:15:13 +00:00
PJ Fanning
7e352f2dbe
fix spelling of quiet
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893171 13f79535-47bb-0310-9956-ffa450edef68
2021-09-09 09:19:57 +00:00
PJ Fanning
ed09bf39bd
fix error message
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893170 13f79535-47bb-0310-9956-ffa450edef68
2021-09-09 09:04:09 +00:00
PJ Fanning
f5d51e5084
minor text issues
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893146 13f79535-47bb-0310-9956-ffa450edef68
2021-09-08 16:08:18 +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
4e7753f065
still hacking the build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892940 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 14:41:19 +00:00
PJ Fanning
8cc9675636
still hacking the build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892935 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 13:40:54 +00:00
PJ Fanning
fcb374ff28
still hacking the build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892934 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 13:33:00 +00:00
PJ Fanning
bfddbcfcb7
try not to have poi-ooxml-full in pom (still need to work out how to add poi-ooxml-lite instead)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892933 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 12:51:44 +00:00
PJ Fanning
8af15235cd
slf4j 1.7.32
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892907 13f79535-47bb-0310-9956-ffa450edef68
2021-09-05 00:29:57 +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
5c6493a5fc
try to fix no-scratchpad build
...
remove or set-to-static scratchpad dependency from modules
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892795 13f79535-47bb-0310-9956-ffa450edef68
2021-09-01 22:32:48 +00:00
Andreas Beeker
1d4b743159
alter exception check to be compatible with Oracle / IBM jdk
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892704 13f79535-47bb-0310-9956-ffa450edef68
2021-08-29 18:58:36 +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
6d9b450ce3
extend xslf test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892680 13f79535-47bb-0310-9956-ffa450edef68
2021-08-28 13:27:36 +00:00
PJ Fanning
d822000133
disable broken ant build
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892679 13f79535-47bb-0310-9956-ffa450edef68
2021-08-28 13:18:08 +00:00
PJ Fanning
75c488a30a
try to fix java 11 compile issue about org.w3c.dom.css classes
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892677 13f79535-47bb-0310-9956-ffa450edef68
2021-08-28 13:05:17 +00:00
PJ Fanning
315beed17c
more use of commons-io
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892670 13f79535-47bb-0310-9956-ffa450edef68
2021-08-28 09:13:34 +00:00
PJ Fanning
5d0ea93bb4
add basic support for hdphoto/wdp images in slideshows
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892653 13f79535-47bb-0310-9956-ffa450edef68
2021-08-27 17:33:39 +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
Andreas Beeker
b9e0f8edb8
Bug 65501 - Use viewbox when rendering SVG images
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892477 13f79535-47bb-0310-9956-ffa450edef68
2021-08-20 16:53:09 +00:00
PJ Fanning
bb641dc017
try to fix test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892321 13f79535-47bb-0310-9956-ffa450edef68
2021-08-13 23:46:54 +00:00
PJ Fanning
93ab03c295
try to fix test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892320 13f79535-47bb-0310-9956-ffa450edef68
2021-08-13 23:34:33 +00:00
PJ Fanning
3ba7b4b122
slightly more impl in XSSFDataBarFormatting
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892319 13f79535-47bb-0310-9956-ffa450edef68
2021-08-13 21:40:26 +00:00
PJ Fanning
ef61f3da7c
support removing hyperlink from one cell when hyperlink is shared by many cells
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892249 13f79535-47bb-0310-9956-ffa450edef68
2021-08-11 21:25:00 +00:00
PJ Fanning
f83a4152d5
support removing hyperlink from one cell when hyperlink is shared by many cells
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892247 13f79535-47bb-0310-9956-ffa450edef68
2021-08-11 21:16:49 +00:00
PJ Fanning
4bac6db36b
support removing hyperlink from one cell when hyperlink is shared by many cells
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892246 13f79535-47bb-0310-9956-ffa450edef68
2021-08-11 21:13:45 +00:00
PJ Fanning
bf6184fd80
[bug-65490] add support for removing hyperlink directly from sheet
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892189 13f79535-47bb-0310-9956-ffa450edef68
2021-08-10 19:40:03 +00:00
PJ Fanning
d7dd7abf78
add test
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892179 13f79535-47bb-0310-9956-ffa450edef68
2021-08-10 14:22:25 +00:00
PJ Fanning
df9bc05a94
add support for reading hyperlinks that have cell refs that are area references (very limited update or write support as yet)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892178 13f79535-47bb-0310-9956-ffa450edef68
2021-08-10 14:10:59 +00:00
PJ Fanning
b4e1eedcf8
[bug-65492] XSSFExportToXml does not handle formula type cells with boolean values
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892146 13f79535-47bb-0310-9956-ffa450edef68
2021-08-09 23:37:13 +00:00
PJ Fanning
5e15f7bf77
fix broken test case
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892144 13f79535-47bb-0310-9956-ffa450edef68
2021-08-09 22:39:27 +00:00
PJ Fanning
7bcf6d5a6d
add support for reading hyperlinks that have cell refs that are area references (very limited update or write support as yet)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892141 13f79535-47bb-0310-9956-ffa450edef68
2021-08-09 21:57:40 +00:00
PJ Fanning
eecb44281e
[bug-65464] fix issue where shared formulas can be corrupted. Thanks to Nico Seegert
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891962 13f79535-47bb-0310-9956-ffa450edef68
2021-08-02 17:22:13 +00:00
PJ Fanning
cceb910254
update docs about deferred SXSSF and limitations on what can be done in row generating function
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891937 13f79535-47bb-0310-9956-ffa450edef68
2021-07-31 21:20:33 +00:00
PJ Fanning
3aa03459a7
[bug-65464] fix issue where shared formulas can be corrupted
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891849 13f79535-47bb-0310-9956-ffa450edef68
2021-07-28 09:36:37 +00:00
PJ Fanning
8c495d746e
add test case for copying a cell with hyperlink
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891778 13f79535-47bb-0310-9956-ffa450edef68
2021-07-24 14:22:08 +00:00