summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix up build issuePJ Fanning2020-06-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879293 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated classesPJ Fanning2020-06-2728-1612/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879276 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated classesPJ Fanning2020-06-273-362/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879272 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated classesPJ Fanning2020-06-276-906/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879270 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated classesPJ Fanning2020-06-277-647/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879269 13f79535-47bb-0310-9956-ffa450edef68
* update deprecation versionPJ Fanning2020-06-271-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879268 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated methods from CellPJ Fanning2020-06-276-105/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879266 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated Font methods from WorkbookPJ Fanning2020-06-276-61/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879259 13f79535-47bb-0310-9956-ffa450edef68
* try to fix test compilePJ Fanning2020-06-271-3/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879257 13f79535-47bb-0310-9956-ffa450edef68
* try to fix test compilePJ Fanning2020-06-272-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879256 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated Name methods from WorkbookPJ Fanning2020-06-276-628/+448
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879255 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64561] XWPFSDTContent.getText() is empty for nested SDT elementsPJ Fanning2020-06-262-10/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879223 13f79535-47bb-0310-9956-ffa450edef68
* fix ASL headersAndreas Beeker2020-06-253-15/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879210 13f79535-47bb-0310-9956-ffa450edef68
* improve memory safety in HWPFDocumentCoreTim Allison2020-06-222-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879097 13f79535-47bb-0310-9956-ffa450edef68
* try to fix windows failuresAndreas Beeker2020-06-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879011 13f79535-47bb-0310-9956-ffa450edef68
* Handle more detected FileMagic types gracefully when running regression testingDominik Stadler2020-06-151-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878871 13f79535-47bb-0310-9956-ffa450edef68
* Throw an exception with more information instead of an NPEDominik Stadler2020-06-151-0/+4
| | | | | | This seems to be a corrupted document and shows up in regression tests and should at least be reported with some more information git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878870 13f79535-47bb-0310-9956-ffa450edef68
* Always close Reader in testDominik Stadler2020-06-151-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878869 13f79535-47bb-0310-9956-ffa450edef68
* Add some more tests for bug 63624Dominik Stadler2020-06-151-5/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878868 13f79535-47bb-0310-9956-ffa450edef68
* Add some more tests from bug 63819Dominik Stadler2020-06-151-7/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878867 13f79535-47bb-0310-9956-ffa450edef68
* try to fix broken testPJ Fanning2020-06-112-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878750 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary importsPJ Fanning2020-06-111-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878749 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the ↵PJ Fanning2020-06-111-1/+1
| | | | | | order of the rows. Thanks to Alex Richter git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878747 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64516] XSSFSheet.shiftRows has a bug when shifting rows affect the ↵PJ Fanning2020-06-112-28/+21
| | | | | | order of the rows. Thanks to Alex Richter git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878746 13f79535-47bb-0310-9956-ffa450edef68
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-1112-238/+417
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878730 13f79535-47bb-0310-9956-ffa450edef68
* [github-182] Fix root property size calculation. Thanks to netmackan. This ↵PJ Fanning2020-06-103-188/+271
| | | | | | closes #182 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878721 13f79535-47bb-0310-9956-ffa450edef68
* test tidy upPJ Fanning2020-06-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878675 13f79535-47bb-0310-9956-ffa450edef68
* [github-181] make Value function work with arrays. Thanks to Miłosz ↵PJ Fanning2020-06-062-156/+183
| | | | | | Rembisz. This closes #181 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878541 13f79535-47bb-0310-9956-ffa450edef68
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-0416-581/+540
| | | | | | | | various fixes to HSLF moved line spacing to the following line refactored PropertyFetcher with lambdas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878492 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheetsPJ Fanning2020-06-023-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878389 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64477] prevent duplicate call to delete temporary file (SXSSF finalizer)PJ Fanning2020-05-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878227 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63290: retrieve default run properties from paragraphAlain Béarez2020-05-274-1/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878147 13f79535-47bb-0310-9956-ffa450edef68
* Get rid of redundant getParentParagraphAlain Béarez2020-05-272-74/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878146 13f79535-47bb-0310-9956-ffa450edef68
* next version will be 5.0.0PJ Fanning2020-05-171-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877875 13f79535-47bb-0310-9956-ffa450edef68
* next version will be 5.0.0PJ Fanning2020-05-1710-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877872 13f79535-47bb-0310-9956-ffa450edef68
* Fix test-failureDominik Stadler2020-05-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877847 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, make lock-objects final, use generics, remove unused ↵Dominik Stadler2020-05-165-39/+34
| | | | | | allocated fields to reduce memory overhead of DocumentInputStream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877818 13f79535-47bb-0310-9956-ffa450edef68
* Update ToCSV example to print out file-names in error messagesDominik Stadler2020-05-161-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877817 13f79535-47bb-0310-9956-ffa450edef68
* Bug 64322: Optimize performance of reading ole2 filesDominik Stadler2020-05-162-13/+96
| | | | | | | | | Remember channel-size to no re-read it for every read-access, but reset it if we extend the size of the file profiling indicates Channel.size() sometimes has similar runtime overhead as position() or read()! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877816 13f79535-47bb-0310-9956-ffa450edef68
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-162-4/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877815 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 64420: NPE in XSSFReader for files with macro-sheetsDominik Stadler2020-05-162-10/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877814 13f79535-47bb-0310-9956-ffa450edef68
* forbidden-apis-check issuesPJ Fanning2020-05-161-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877801 13f79535-47bb-0310-9956-ffa450edef68
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-154-1/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877793 13f79535-47bb-0310-9956-ffa450edef68
* [github-179] add an option for RangeCopier.copyRange() to clone styles. ↵PJ Fanning2020-05-152-9/+73
| | | | | | Thanks to xjlin0. This closes #179 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877792 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-153-5/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877776 13f79535-47bb-0310-9956-ffa450edef68
* mark test code as ok to suppress forbidden-apis checkPJ Fanning2020-05-141-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877759 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64441] add test casePJ Fanning2020-05-141-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877747 13f79535-47bb-0310-9956-ffa450edef68
* fix errors due to new lib structureAndreas Beeker2020-05-071-21/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877466 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-063-0/+318
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877419 13f79535-47bb-0310-9956-ffa450edef68
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-0589-13141/+1932
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877398 13f79535-47bb-0310-9956-ffa450edef68