aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjust thread-names when running integrationDominik Stadler2022-01-221-17/+36
| | | | | | | This allows to identify in thread-dumps which file is taking a long time or is causing issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897332 13f79535-47bb-0310-9956-ffa450edef68
* Don't create an error-log when slightly broken spreadsheets contain an empty ↵Dominik Stadler2022-01-222-14/+46
| | | | | | value for attribute "s" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897331 13f79535-47bb-0310-9956-ffa450edef68
* Don't add main classes to *-test.jar filesDominik Stadler2022-01-225-5/+5
| | | | | | | Better to only provide them once to avoid very strange errors if they differ for some reason git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897330 13f79535-47bb-0310-9956-ffa450edef68
* Avoid log-spam when using SXSSFWorkbook with auto-sizingDominik Stadler2022-01-222-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897324 13f79535-47bb-0310-9956-ffa450edef68
* Fix invalid comparison and optimize construction of CellStyle objects for ↵Dominik Stadler2022-01-221-37/+104
| | | | | | | | | | | | | comparison Fix copy/paste-errors where object are compared with itself for "hidden" and "locked". Integration tests showed that sometimes lots of time is spent here, so let's try to reduce the number of calls to getCellStyle(). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897323 13f79535-47bb-0310-9956-ffa450edef68
* Adjust one more version-number in the osgi-pom.xmlDominik Stadler2022-01-222-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897322 13f79535-47bb-0310-9956-ffa450edef68
* Introduce an OldVisioFormatException similar to other file-typesDominik Stadler2022-01-223-8/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897321 13f79535-47bb-0310-9956-ffa450edef68
* Improve error-message, include some details why processing the file failsDominik Stadler2022-01-221-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897320 13f79535-47bb-0310-9956-ffa450edef68
* Make all text-extractors always return a non-null StringDominik Stadler2022-01-223-2/+2
| | | | | | This changes the expected exception of some test-files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897319 13f79535-47bb-0310-9956-ffa450edef68
* Avoid stackoverflow exception that can be caused by a corrupted slideshow fileDominik Stadler2022-01-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897318 13f79535-47bb-0310-9956-ffa450edef68
* Add test-dependency on slf4j-simple to include all logs in captured test-outputDominik Stadler2022-01-223-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897317 13f79535-47bb-0310-9956-ffa450edef68
* [github-296] cache data of external workbook. Thanks to aspojo. This closes #296PJ Fanning2022-01-214-34/+209
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897311 13f79535-47bb-0310-9956-ffa450edef68
* curvesapi 1.07PJ Fanning2022-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897180 13f79535-47bb-0310-9956-ffa450edef68
* remove use of deprecated commons-math methodsPJ Fanning2022-01-174-13/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897138 13f79535-47bb-0310-9956-ffa450edef68
* unused importPJ Fanning2022-01-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897137 13f79535-47bb-0310-9956-ffa450edef68
* snapshot versionPJ Fanning2022-01-162-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897119 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65792] change way multiply and divide are calculated due to rounding issuesPJ Fanning2022-01-155-10/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897066 13f79535-47bb-0310-9956-ffa450edef68
* POI 5.2.0 releasePJ Fanning2022-01-141-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897058 13f79535-47bb-0310-9956-ffa450edef68
* remove log4j-core dependencyPJ Fanning2022-01-141-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897038 13f79535-47bb-0310-9956-ffa450edef68
* upgrade woodstoxPJ Fanning2022-01-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897032 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 1.7.33PJ Fanning2022-01-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897002 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 1.7.33PJ Fanning2022-01-134-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897000 13f79535-47bb-0310-9956-ffa450edef68
* update docsPJ Fanning2022-01-111-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896923 13f79535-47bb-0310-9956-ffa450edef68
* add removal versionPJ Fanning2022-01-111-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896909 13f79535-47bb-0310-9956-ffa450edef68
* remove and prevent links to stackoverflowAndreas Beeker2022-01-1027-91/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896899 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65796: License violation in PICT.javaAxel Howind2022-01-101-19/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896887 13f79535-47bb-0310-9956-ffa450edef68
* activate xmlbeans sonarqubeAndreas Beeker2022-01-081-7/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896837 13f79535-47bb-0310-9956-ffa450edef68
* Increase new limits for files processed in the mass-regression-testsDominik Stadler2022-01-063-3/+3
| | | | | | | Some valid test-files do trigger these limits, which indicates that we should set them a bit higher git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896745 13f79535-47bb-0310-9956-ffa450edef68
* Limit allocated elements in the PlfLfo structure for word documentsDominik Stadler2022-01-064-3/+9
| | | | | | | Use large allocation-detection here as well, otherwise some documents can try to allocate too much memory. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896744 13f79535-47bb-0310-9956-ffa450edef68
* prep v5.2.0 (RC1)PJ Fanning2022-01-053-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896701 13f79535-47bb-0310-9956-ffa450edef68
* update xmlbeans gradle callsAndreas Beeker2022-01-021-9/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896622 13f79535-47bb-0310-9956-ffa450edef68
* Add a dependency for :poi-scratchpad:javadoc to :poi-ooxml:jar to avoid ↵Dominik Stadler2022-01-011-0/+4
| | | | | | strange build-failures with parallel building git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896604 13f79535-47bb-0310-9956-ffa450edef68
* Define some system properties differently in testsDominik Stadler2022-01-011-5/+5
| | | | | | They seem to not take effect otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896602 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more outdated log4j-jarsDominik Stadler2022-01-011-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896599 13f79535-47bb-0310-9956-ffa450edef68
* Do not fail TestSignatureInfo when the current JDK does not have all the ↵Dominik Stadler2022-01-011-4/+26
| | | | | | | | | necessary setup Let's gracefully handle some expected failures with some versions of the JDK to not have flaky/failing test for users who just want to recompile POI themselves. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896598 13f79535-47bb-0310-9956-ffa450edef68
* update xmlbeans gradle callsAndreas Beeker2021-12-311-10/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896562 13f79535-47bb-0310-9956-ffa450edef68
* licensePJ Fanning2021-12-301-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896560 13f79535-47bb-0310-9956-ffa450edef68
* Limit the maximum number of records that are read for an XLSDominik Stadler2021-12-301-4/+11
| | | | | | To avoid unexpected behavior on some corrupted input-data git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896555 13f79535-47bb-0310-9956-ffa450edef68
* Do not set readIndex to "-1" on EOFDominik Stadler2021-12-302-10/+68
| | | | | | Add some simple tests of LittleEndianInputStream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896554 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65312: Make RecordType.byName work for type "formula"Dominik Stadler2021-12-302-2/+37
| | | | | | | Also avoid NullPointerException when parsing unexpected record types and check for bounds in byId() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896553 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52447: Allow HyperLinkRecord to appear as part of the RowRecordsAggregateDominik Stadler2021-12-303-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896552 13f79535-47bb-0310-9956-ffa450edef68
* fix switchPJ Fanning2021-12-301-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896551 13f79535-47bb-0310-9956-ffa450edef68
* fix excel-ant testsPJ Fanning2021-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896548 13f79535-47bb-0310-9956-ffa450edef68
* use isEmpty()PJ Fanning2021-12-3022-31/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896547 13f79535-47bb-0310-9956-ffa450edef68
* excelant evaluator if seems uselessPJ Fanning2021-12-302-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896546 13f79535-47bb-0310-9956-ffa450edef68
* refactor CopyCompare againPJ Fanning2021-12-302-22/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896543 13f79535-47bb-0310-9956-ffa450edef68
* try to fix test issuePJ Fanning2021-12-301-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896542 13f79535-47bb-0310-9956-ffa450edef68
* use isEmpty()PJ Fanning2021-12-3027-39/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896541 13f79535-47bb-0310-9956-ffa450edef68
* deprecated annotationPJ Fanning2021-12-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896540 13f79535-47bb-0310-9956-ffa450edef68
* typoPJ Fanning2021-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896539 13f79535-47bb-0310-9956-ffa450edef68