aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* #63745 - Refactor EscherRecord.ToXmlAndreas Beeker2019-10-122-26/+514
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868353 13f79535-47bb-0310-9956-ffa450edef68
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-1241-2396/+1323
| | | | | | Replace EscherProperty.getAttributeMap by GenericRecord interface git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868352 13f79535-47bb-0310-9956-ffa450edef68
* bumping minimum record length based on user feedback on tika-dev listTim Allison2019-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868211 13f79535-47bb-0310-9956-ffa450edef68
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-096-32/+339
| | | | | | | Deprecate HSSFDateUtil Closes #160 on Github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868198 13f79535-47bb-0310-9956-ffa450edef68
* Catch missing scratchpad state for EMF / WMF renderingAndreas Beeker2019-09-161-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867025 13f79535-47bb-0310-9956-ffa450edef68
* try to fix build failurePJ Fanning2019-09-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866941 13f79535-47bb-0310-9956-ffa450edef68
* try to avoid casting to intPJ Fanning2019-09-146-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866933 13f79535-47bb-0310-9956-ffa450edef68
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-56/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866862 13f79535-47bb-0310-9956-ffa450edef68
* Unify PNG extractionAndreas Beeker2019-09-113-91/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866809 13f79535-47bb-0310-9956-ffa450edef68
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-1136-190/+1531
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866808 13f79535-47bb-0310-9956-ffa450edef68
* Adjust JavaDoc and code formattingDominik Stadler2019-08-291-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866053 13f79535-47bb-0310-9956-ffa450edef68
* Refactor alpha handlingAndreas Beeker2019-07-221-9/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863601 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63580 - Fix texture paint handlingAndreas Beeker2019-07-227-31/+335
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863600 13f79535-47bb-0310-9956-ffa450edef68
* try to fix NPE in testsPJ Fanning2019-07-211-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863516 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63533] fix javadoc that refers to horisontalPdiPJ Fanning2019-07-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1862382 13f79535-47bb-0310-9956-ffa450edef68
* fix rendering of xslf shapes with no/external blip partAndreas Beeker2019-06-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861958 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-236-54/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861952 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-1/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861817 13f79535-47bb-0310-9956-ffa450edef68
* tidy up some int castsPJ Fanning2019-06-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861176 13f79535-47bb-0310-9956-ffa450edef68
* [github-149] improve MAPIMessage.guess7BitEncoding, improve ↵PJ Fanning2019-05-261-0/+468
| | | | | | MAPIMessage.getHtmlBody. Thanks to Dominik Hölzl. This closes #149 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860043 13f79535-47bb-0310-9956-ffa450edef68
* remove some tab indentsPJ Fanning2019-05-221-111/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859758 13f79535-47bb-0310-9956-ffa450edef68
* fix missing space in string literal (LGTM)Alain Béarez2019-05-211-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859596 13f79535-47bb-0310-9956-ffa450edef68
* fix result of multiplication cast to wider typeAlain Béarez2019-05-218-91/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859595 13f79535-47bb-0310-9956-ffa450edef68
* fix whitespace contradicts operator precedenceAlain Béarez2019-05-212-17/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859594 13f79535-47bb-0310-9956-ffa450edef68
* fix boxed variable is never nullAlain Béarez2019-05-213-98/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859593 13f79535-47bb-0310-9956-ffa450edef68
* fix potential output resource leaks (LGTM)Alain Béarez2019-05-215-108/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859592 13f79535-47bb-0310-9956-ffa450edef68
* fix potential input resource leaks (LGTM)Alain Béarez2019-05-211-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859591 13f79535-47bb-0310-9956-ffa450edef68
* FileMagic now has patterns with up to 12 bytes (JPG)Dominik Stadler2019-05-201-4/+19
| | | | | | | Avoid exception if a very short file is encountered Add more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859564 13f79535-47bb-0310-9956-ffa450edef68
* Refine JavaDoc of WorkbookFactory slightlyDominik Stadler2019-05-161-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859368 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63431 -- unbug ChunkedCipherInputStream's read()Tim Allison2019-05-151-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859251 13f79535-47bb-0310-9956-ffa450edef68
* #59004 - HSLF rendering - adjust values for presetShapeDefinition differs in ↵Andreas Beeker2019-05-102-86/+26
| | | | | | HSLF/XSLF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859102 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-042-20/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858625 13f79535-47bb-0310-9956-ffa450edef68
* Close more file-handles in testsDominik Stadler2019-04-231-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858024 13f79535-47bb-0310-9956-ffa450edef68
* some more checks for int overflowsPJ Fanning2019-04-153-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857609 13f79535-47bb-0310-9956-ffa450edef68
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-152-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857596 13f79535-47bb-0310-9956-ffa450edef68
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-152-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857594 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerDominik Stadler2019-04-131-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857483 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857462 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-132-5/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857461 13f79535-47bb-0310-9956-ffa450edef68
* adjust formattingPJ Fanning2019-04-131-415/+389
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857452 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-105-8/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857277 13f79535-47bb-0310-9956-ffa450edef68
* Improve error message slightly and verify error when a File is passed inDominik Stadler2019-04-071-2/+3
| | | | | | as "Object" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1857067 13f79535-47bb-0310-9956-ffa450edef68
* Add some more variants of HTML with preceding newline which we see frequentlyDominik Stadler2019-03-311-5/+16
| | | | | | in the large regression test corpus git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856689 13f79535-47bb-0310-9956-ffa450edef68
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856688 13f79535-47bb-0310-9956-ffa450edef68
* replace version number 4.0.2PJ Fanning2019-03-313-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856665 13f79535-47bb-0310-9956-ffa450edef68
* fix a condition not seen until a recent expansion of the stress test. ↵Greg Woolsey2019-03-311-1/+1
| | | | | | Gracefully ignore missing/invalid external sheet references in one more path (there were several already with comments like "this seems to be what Excel does in this case") git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856655 13f79535-47bb-0310-9956-ffa450edef68
* fix build issuePJ Fanning2019-03-302-4/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856649 13f79535-47bb-0310-9956-ffa450edef68
* #63292 1904 date windowing flag not used for some format casesGreg Woolsey2019-03-301-6/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856648 13f79535-47bb-0310-9956-ffa450edef68
* #63291 CellFormat global cache isn't thread-safeGreg Woolsey2019-03-303-2/+12
| | | | | | move date format synchronization down to where the problem instance is held. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856647 13f79535-47bb-0310-9956-ffa450edef68
* #63302 Formula evaluation of names with offset or row function is incorrectGreg Woolsey2019-03-301-4/+6
| | | | | | thanks to John Lincoln White for the patch, including new unit tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856644 13f79535-47bb-0310-9956-ffa450edef68