aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add gradle wrapperPJ Fanning2018-01-264-0/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822290 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.59PJ Fanning2018-01-265-21/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822285 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62038] handle null font size in XSLFTextRun copyPJ Fanning2018-01-261-148/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822253 13f79535-47bb-0310-9956-ffa450edef68
* code cleaning according to code review recommendations (closes #93)Alain Béarez2018-01-258-60/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822224 13f79535-47bb-0310-9956-ffa450edef68
* related to Bug 61991 -- include docx in test suite to trigger inclusion of ↵Tim Allison2018-01-232-0/+8
| | | | | | CTPictureBase git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822033 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 61972] Adding chart in Document of MS-Word File without reading Temp ↵PJ Fanning2018-01-2011-583/+1033
| | | | | | MS-Word File. Thanks to Sandeep Tiwari. This closes #91 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1821764 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of xmlbeans 2.3.0 in build to simplify our build dependenciesPJ Fanning2018-01-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820869 13f79535-47bb-0310-9956-ffa450edef68
* Remove use of xmlbeans 2.3.0 in build to simplify our build dependenciesPJ Fanning2018-01-111-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820868 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary test overridePJ Fanning2018-01-091-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820652 13f79535-47bb-0310-9956-ffa450edef68
* introduce XDDFShapeProperties as user model API (closes #72 from GitHub)Alain Béarez2018-01-0682-85/+5406
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820369 13f79535-47bb-0310-9956-ffa450edef68
* [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This ↵PJ Fanning2018-01-042-0/+30
| | | | | | closes #86 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820242 13f79535-47bb-0310-9956-ffa450edef68
* Deprecate methods with typos and provide new ones.Dominik Stadler2018-01-012-59/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819776 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused property in build.xmlDominik Stadler2018-01-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819775 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61937: Add more javadocDominik Stadler2018-01-011-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819774 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61543: do not fail with "part already exists" when tables are ↵Dominik Stadler2018-01-012-14/+51
| | | | | | created/removed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819773 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-012-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819772 13f79535-47bb-0310-9956-ffa450edef68
* Add .gitattribute file and set lf for one sample-file, see bug 61609Dominik Stadler2018-01-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819771 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61648: Test Sheet.setArrayFormula for SXSSFDominik Stadler2018-01-012-8/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819770 13f79535-47bb-0310-9956-ffa450edef68
* Add test which verifies that bug 61652 is not appearing any more on latest trunkDominik Stadler2018-01-012-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819769 13f79535-47bb-0310-9956-ffa450edef68
* Update some tests and IntelliJ warningsDominik Stadler2018-01-0112-84/+73
| | | | | | Ignore disabled test instead of not listing it in the test-report at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819768 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819766 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-012-15/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819763 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-012-11/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819762 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 add back deprecated methods (removed by accident)PJ Fanning2018-01-011-0/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819761 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-159/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819759 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819758 13f79535-47bb-0310-9956-ffa450edef68
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-3125-142/+1355
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819710 13f79535-47bb-0310-9956-ffa450edef68
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3124-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819709 13f79535-47bb-0310-9956-ffa450edef68
* #61942 - Refactor PackagePartName handling and add getUnusedPartIndex methodAndreas Beeker2017-12-314-219/+225
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819708 13f79535-47bb-0310-9956-ffa450edef68
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-314-96/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819706 13f79535-47bb-0310-9956-ffa450edef68
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-314-71/+209
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819705 13f79535-47bb-0310-9956-ffa450edef68
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819704 13f79535-47bb-0310-9956-ffa450edef68
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-304-8/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819690 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58106: when a cell with a 'master' shared formula is removed, the next ↵Yegor Kozlov2017-12-304-1/+82
| | | | | | cell in the range becomes the master git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819623 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 61116: Formula evaluation fails when using matrix addition within ↵Yegor Kozlov2017-12-308-77/+102
| | | | | | index function call git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819596 13f79535-47bb-0310-9956-ffa450edef68
* Disable test which currently breaks with every little change to the ↵Dominik Stadler2017-12-281-1/+3
| | | | | | resulting XML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819424 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow ↵Dominik Stadler2017-12-281-16/+38
| | | | | | to run with unsynchronized XmlBeans git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819417 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ↵Dominik Stadler2017-12-283-3/+23
| | | | | | is detected to not incorrectly see too much text as deleted. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819405 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit ↵Dominik Stadler2017-12-283-5/+29
| | | | | | misleading compared to getFirstCellNum()... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819404 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61911: Avoid IndexOutOfBounds access when reading picturesDominik Stadler2017-12-285-13/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819403 13f79535-47bb-0310-9956-ffa450edef68
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use ↵Dominik Stadler2017-12-2824-360/+168
| | | | | | try-with-resources, update/enhance JavaDoc somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
* Added a couple missing null checks.Greg Woolsey2017-12-282-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819398 13f79535-47bb-0310-9956-ffa450edef68
* Implement DMAX and DSUM functions, following the pattern from DMIN. Greg Woolsey2017-12-275-13/+142
| | | | | | Refactored the D* function enum to have instances return the function implementation instances rather than using a case construct, now that Java 8 is required. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819376 13f79535-47bb-0310-9956-ffa450edef68
* Remove misleading SXSSF loggingPJ Fanning2017-12-262-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819282 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61869: updating a cell with shared formula produces an unreadable fileYegor Kozlov2017-12-203-6/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818818 13f79535-47bb-0310-9956-ffa450edef68
* use try with resourcesPJ Fanning2017-12-201-13/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818786 13f79535-47bb-0310-9956-ffa450edef68
* use try with resourcesPJ Fanning2017-12-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818781 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-193-13/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818629 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-1919-50/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818628 13f79535-47bb-0310-9956-ffa450edef68
* use non deprecated method for adding string to shared strings tablePJ Fanning2017-12-182-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818623 13f79535-47bb-0310-9956-ffa450edef68