]> source.dussan.org Git - poi.git/log
poi.git
6 years ago#61633 - Zero width shapes aren't rendered
Andreas Beeker [Sat, 19 May 2018 21:05:10 +0000 (21:05 +0000)]
#61633 - Zero width shapes aren't rendered

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831923 13f79535-47bb-0310-9956-ffa450edef68

6 years agoremove test code
Andreas Beeker [Thu, 17 May 2018 05:35:58 +0000 (05:35 +0000)]
remove test code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831754 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#62037 - SlideNames should not be null but have a default as if accessed by VBA
Andreas Beeker [Wed, 16 May 2018 21:57:49 +0000 (21:57 +0000)]
#62037 - SlideNames should not be null but have a default as if accessed by VBA

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831745 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#62381 - Fix rendering of AutoShapes
Andreas Beeker [Wed, 16 May 2018 20:30:53 +0000 (20:30 +0000)]
#62381 - Fix rendering of AutoShapes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831743 13f79535-47bb-0310-9956-ffa450edef68

6 years agoList a few more missing functions as inline-comments, based on definitions from funct...
Nick Burch [Mon, 14 May 2018 14:25:00 +0000 (14:25 +0000)]
List a few more missing functions as inline-comments, based on definitions from functionMetadata.txt

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831572 13f79535-47bb-0310-9956-ffa450edef68

6 years agoIgnore IntelliJ project files
Andreas Beeker [Thu, 10 May 2018 10:14:23 +0000 (10:14 +0000)]
Ignore IntelliJ project files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831324 13f79535-47bb-0310-9956-ffa450edef68

6 years agoA few more places I should never have introduced Cell as a parameter, sine CellRefere...
Greg Woolsey [Tue, 8 May 2018 19:03:52 +0000 (19:03 +0000)]
A few more places I should never have introduced Cell as a parameter, sine CellReference is all that is needed, faster, and allows for undefined cells.

Backward compatible for the few people using it so far, with comments to point to the faster methods.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831203 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRandom test value/file length resulted in occasionally failures
Andreas Beeker [Mon, 7 May 2018 20:50:32 +0000 (20:50 +0000)]
Random test value/file length resulted in occasionally failures

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831127 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd convenience method for files to FileMagic
Andreas Beeker [Wed, 2 May 2018 18:33:23 +0000 (18:33 +0000)]
add convenience method for files to FileMagic

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830782 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd additional exception info to failing IOUtils.toByteArray
Andreas Beeker [Wed, 2 May 2018 17:29:24 +0000 (17:29 +0000)]
add additional exception info to failing IOUtils.toByteArray

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830779 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd license header
Andreas Beeker [Wed, 2 May 2018 05:36:15 +0000 (05:36 +0000)]
add license header

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830725 13f79535-47bb-0310-9956-ffa450edef68

6 years agoCleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated strings
Andreas Beeker [Tue, 1 May 2018 18:22:00 +0000 (18:22 +0000)]
Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated strings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830705 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107
PJ Fanning [Tue, 1 May 2018 14:47:29 +0000 (14:47 +0000)]
[githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830685 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAllow one more add-opens to silence one more warning seen in Java 9/Java 10 currently
Dominik Stadler [Mon, 30 Apr 2018 11:21:31 +0000 (11:21 +0000)]
Allow one more add-opens to silence one more warning seen in Java 9/Java 10 currently
Use latest JDK 10 versions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830551 13f79535-47bb-0310-9956-ffa450edef68

6 years agoNeed to switch to ASM 6.0 as well to make the coverage reports to work, unfortunately...
Dominik Stadler [Mon, 30 Apr 2018 09:40:36 +0000 (09:40 +0000)]
Need to switch to ASM 6.0 as well to make the coverage reports to work, unfortunately the asm-all package seems to be gone, so we need to use three jar files now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830542 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUpdate to JaCoCo 0.8.1 to support Java 10 for JaCoCo runs
Dominik Stadler [Mon, 30 Apr 2018 07:59:14 +0000 (07:59 +0000)]
Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830535 13f79535-47bb-0310-9956-ffa450edef68

6 years agodisable ImageIO cache - probably need to set it in every test class or disable it...
Andreas Beeker [Sun, 29 Apr 2018 21:12:06 +0000 (21:12 +0000)]
disable ImageIO cache - probably need to set it in every test class or disable it in the beginning of all tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830520 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#59893 - Forbid calls to InputStream.available
Andreas Beeker [Fri, 27 Apr 2018 21:38:19 +0000 (21:38 +0000)]
#59893 - Forbid calls to InputStream.available

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830400 13f79535-47bb-0310-9956-ffa450edef68

6 years agoStreamline assertion-usage in some tests
Dominik Stadler [Fri, 27 Apr 2018 06:15:05 +0000 (06:15 +0000)]
Streamline assertion-usage in some tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830296 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUpdate to forbidden-apis 2.5
Dominik Stadler [Thu, 26 Apr 2018 04:11:10 +0000 (04:11 +0000)]
Update to forbidden-apis 2.5

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830131 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFix setting active cell in .xls by populating field_6_refs whenever row/column change...
Dominik Stadler [Wed, 25 Apr 2018 20:14:07 +0000 (20:14 +0000)]
Fix setting active cell in .xls by populating field_6_refs whenever row/column changes, this fixes bug 61905

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830115 13f79535-47bb-0310-9956-ffa450edef68

6 years agoBug 62187 - commit Commons Compress unrelated changes
Andreas Beeker [Wed, 25 Apr 2018 10:03:39 +0000 (10:03 +0000)]
Bug 62187 - commit Commons Compress unrelated changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830061 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#62319 - handle slide layouts in extractor
Andreas Beeker [Fri, 20 Apr 2018 20:00:46 +0000 (20:00 +0000)]
#62319 - handle slide layouts in extractor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829677 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape name
Andreas Beeker [Fri, 20 Apr 2018 13:45:18 +0000 (13:45 +0000)]
#61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape name

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829656 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#62319 - Decommission XSLF-/PowerPointExtractor
Andreas Beeker [Fri, 20 Apr 2018 12:52:59 +0000 (12:52 +0000)]
#62319 - Decommission XSLF-/PowerPointExtractor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829653 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOOXMLLite: improve progress output: count test-classes, not single test-methods
Dominik Stadler [Fri, 20 Apr 2018 09:46:47 +0000 (09:46 +0000)]
OOXMLLite: improve progress output: count test-classes, not single test-methods

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829641 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFix unit test broken with previous check-in
Dominik Stadler [Fri, 20 Apr 2018 09:45:28 +0000 (09:45 +0000)]
Fix unit test broken with previous check-in

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829640 13f79535-47bb-0310-9956-ffa450edef68

6 years agoNullpointer fix for slideshow extractor
Andreas Beeker [Thu, 19 Apr 2018 13:34:52 +0000 (13:34 +0000)]
Nullpointer fix for slideshow extractor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829538 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd some unit-tests for setActiveCell(), although bug 61905 reports that Excel still...
Dominik Stadler [Thu, 19 Apr 2018 08:37:17 +0000 (08:37 +0000)]
Add some unit-tests for setActiveCell(), although bug 61905 reports that Excel still does not read this correctly for HSSF workbooks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829518 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd some javadoc to warn that stale cached formula cell values may result in incorrec...
Greg Woolsey [Wed, 18 Apr 2018 18:25:08 +0000 (18:25 +0000)]
add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies).

Doing it for the user turns out to not be that easy, as the FormulaEvaluator instance in use is not known in this context.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829471 13f79535-47bb-0310-9956-ffa450edef68

6 years agoBug 62092 - Text not extracted from grouped text shapes in HSLF
Andreas Beeker [Wed, 18 Apr 2018 15:02:02 +0000 (15:02 +0000)]
Bug 62092 - Text not extracted from grouped text shapes in HSLF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829453 13f79535-47bb-0310-9956-ffa450edef68

6 years agoClose resources correctly when opening encrypted documents in the TextExtractor
Dominik Stadler [Wed, 4 Apr 2018 19:41:16 +0000 (19:41 +0000)]
Close resources correctly when opening encrypted documents in the TextExtractor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828378 13f79535-47bb-0310-9956-ffa450edef68

6 years agoBug 62165: Do not close stream when opening succeeds
Dominik Stadler [Wed, 4 Apr 2018 19:41:10 +0000 (19:41 +0000)]
Bug 62165: Do not close stream when opening succeeds

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828377 13f79535-47bb-0310-9956-ffa450edef68

6 years agoCreate some directories if not existing in testcoveragereport
Dominik Stadler [Wed, 4 Apr 2018 19:41:03 +0000 (19:41 +0000)]
Create some directories if not existing in testcoveragereport

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828376 13f79535-47bb-0310-9956-ffa450edef68

6 years agoTry to avoid one NPE that popped up in commoncrawl-corpus tests
Dominik Stadler [Wed, 4 Apr 2018 19:40:54 +0000 (19:40 +0000)]
Try to avoid one NPE that popped up in commoncrawl-corpus tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828375 13f79535-47bb-0310-9956-ffa450edef68

6 years agofix error message
PJ Fanning [Wed, 4 Apr 2018 16:55:46 +0000 (16:55 +0000)]
fix error message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828364 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62254] update offset function to support optional offset values
PJ Fanning [Tue, 3 Apr 2018 21:51:30 +0000 (21:51 +0000)]
[bug-62254] update offset function to support optional offset values

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828288 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd unit tests to include more required classes in poi-ooxml-schemas, add test for...
Dominik Stadler [Mon, 2 Apr 2018 17:16:16 +0000 (17:16 +0000)]
Add unit tests to include more required classes in poi-ooxml-schemas, add test for bug 62174 so additional schema-classes are included

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828180 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOOXMLLite: IDE warnings and add an additional listener to print out progress during...
Dominik Stadler [Mon, 2 Apr 2018 17:16:07 +0000 (17:16 +0000)]
OOXMLLite: IDE warnings and add an additional listener to print out progress during running tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828179 13f79535-47bb-0310-9956-ffa450edef68

6 years agoClose resources in tests and in case of Exceptions and use try-with-resources. Close...
Dominik Stadler [Mon, 2 Apr 2018 17:16:01 +0000 (17:16 +0000)]
Close resources in tests and in case of Exceptions and use try-with-resources. Close the socket-connection during encrpyting/decrypting as soon as it is not needed any more.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828178 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUpdate excludes in OOXMLLite
Dominik Stadler [Mon, 2 Apr 2018 17:15:49 +0000 (17:15 +0000)]
Update excludes in OOXMLLite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828177 13f79535-47bb-0310-9956-ffa450edef68

6 years agoBug 61267: detect Word v2 files and report that they are not supported in Apache POI
Dominik Stadler [Mon, 2 Apr 2018 17:15:42 +0000 (17:15 +0000)]
Bug 61267: detect Word v2 files and report that they are not supported in Apache POI

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828176 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62216] add test case
PJ Fanning [Mon, 2 Apr 2018 15:59:21 +0000 (15:59 +0000)]
[bug-62216] add test case

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828174 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62216] Fix issue with SXSSF error cells
PJ Fanning [Sun, 1 Apr 2018 16:16:37 +0000 (16:16 +0000)]
[bug-62216] Fix issue with SXSSF error cells

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828144 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den Berge...
PJ Fanning [Sun, 1 Apr 2018 15:52:13 +0000 (15:52 +0000)]
[bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den Berge. This closes #104

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828143 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[github-103] take latest changes
PJ Fanning [Sun, 1 Apr 2018 15:37:14 +0000 (15:37 +0000)]
[github-103] take latest changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828142 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd missing license
PJ Fanning [Mon, 19 Mar 2018 09:22:46 +0000 (09:22 +0000)]
add missing license

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1827177 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This closes...
PJ Fanning [Mon, 19 Mar 2018 09:10:38 +0000 (09:10 +0000)]
[github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This closes #103

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1827173 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62176] synchronize temp dir creation
PJ Fanning [Tue, 13 Mar 2018 15:12:00 +0000 (15:12 +0000)]
[bug-62176] synchronize temp dir creation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1826655 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd test for setters/getters of XWPFRun to include morre generated classes in poi...
Dominik Stadler [Sun, 11 Mar 2018 21:11:11 +0000 (21:11 +0000)]
Add test for setters/getters of XWPFRun to include morre generated classes in poi-ooxml-schemas.

See also https://github.com/centic9/poi-on-android/issues/31

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1826464 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#62159 - Support XML signature over windows certificate store
Andreas Beeker [Tue, 6 Mar 2018 00:07:20 +0000 (00:07 +0000)]
#62159 - Support XML signature over windows certificate store

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825948 13f79535-47bb-0310-9956-ffa450edef68

6 years agoReduce testcase some more, add missing license header
Dominik Stadler [Mon, 5 Mar 2018 05:14:56 +0000 (05:14 +0000)]
Reduce testcase some more, add missing license header

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825851 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd unit test which verifies that ThresholdInputStream can be used. This currently...
Dominik Stadler [Sun, 4 Mar 2018 13:33:38 +0000 (13:33 +0000)]
Add unit test which verifies that ThresholdInputStream can be used. This currently fails with Java 10 because the reflection relies on internals of class ZipFile that were changed.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825818 13f79535-47bb-0310-9956-ffa450edef68

6 years agoSome IntelliJ and Javadoc fixes
Dominik Stadler [Sun, 4 Mar 2018 13:33:31 +0000 (13:33 +0000)]
Some IntelliJ and Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825817 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFix compiling with current JDK 10 RC build, OOXML-Tests are still failing due to...
Dominik Stadler [Sun, 4 Mar 2018 13:33:20 +0000 (13:33 +0000)]
Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing due to ThresholdInputStream, though.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825816 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd job to build with latest available JDK 10 early access build
Dominik Stadler [Sun, 4 Mar 2018 13:33:12 +0000 (13:33 +0000)]
Add job to build with latest available JDK 10 early access build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825815 13f79535-47bb-0310-9956-ffa450edef68

6 years agouse xmlunit for xml diffs in unit tests
PJ Fanning [Sun, 4 Mar 2018 12:24:44 +0000 (12:24 +0000)]
use xmlunit for xml diffs in unit tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825810 13f79535-47bb-0310-9956-ffa450edef68

6 years agoremove some deprecated methods
PJ Fanning [Sun, 4 Mar 2018 11:47:21 +0000 (11:47 +0000)]
remove some deprecated methods

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825807 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd JDK 10 and new slaves to job POI-DSL-Test-Environment
Dominik Stadler [Sat, 3 Mar 2018 19:05:58 +0000 (19:05 +0000)]
Add JDK 10 and new slaves to job POI-DSL-Test-Environment

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825782 13f79535-47bb-0310-9956-ffa450edef68

6 years agoremove some casts to short
PJ Fanning [Sat, 3 Mar 2018 01:48:46 +0000 (01:48 +0000)]
remove some casts to short

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825749 13f79535-47bb-0310-9956-ffa450edef68

6 years agofix license check failure
PJ Fanning [Wed, 28 Feb 2018 10:30:05 +0000 (10:30 +0000)]
fix license check failure

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825547 13f79535-47bb-0310-9956-ffa450edef68

6 years agofix problematic javadoc
PJ Fanning [Wed, 28 Feb 2018 10:01:52 +0000 (10:01 +0000)]
fix problematic javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825542 13f79535-47bb-0310-9956-ffa450edef68

6 years agoremove XDDFChart workaround that saved workbook to temp file
PJ Fanning [Wed, 28 Feb 2018 09:54:58 +0000 (09:54 +0000)]
remove XDDFChart workaround that saved workbook to temp file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825541 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[github-98] write data in respective Column in case of XDDFChart. Thanks to Sandeep...
PJ Fanning [Tue, 27 Feb 2018 23:12:53 +0000 (23:12 +0000)]
[github-98] write data in respective Column in case of XDDFChart. Thanks to Sandeep Tiwari. This closes #98

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825521 13f79535-47bb-0310-9956-ffa450edef68

6 years agouse Integer.toString to convert ints to strings
PJ Fanning [Tue, 27 Feb 2018 14:24:50 +0000 (14:24 +0000)]
use Integer.toString to convert ints to strings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825457 13f79535-47bb-0310-9956-ffa450edef68

6 years agotidy up API for font index
PJ Fanning [Mon, 26 Feb 2018 20:26:48 +0000 (20:26 +0000)]
tidy up API for font index

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825409 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99
PJ Fanning [Sun, 25 Feb 2018 17:06:19 +0000 (17:06 +0000)]
[bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825315 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFix for bug #62130. Turns out there were cases when a workbook with multiple edit...
Greg Woolsey [Sat, 24 Feb 2018 21:30:47 +0000 (21:30 +0000)]
Fix for bug #62130.  Turns out there were cases when a workbook with multiple edit/save cycles on the same instance would save stale cell data, resulting in incorrect copies.

Includes new unit test.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825277 13f79535-47bb-0310-9956-ffa450edef68

6 years agoThe table auto-filter range should not include table footer rows, while the table...
Greg Woolsey [Fri, 23 Feb 2018 23:37:04 +0000 (23:37 +0000)]
The table auto-filter range should not include table footer rows, while the table range does.  POI was using the same for both regardless of footers.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825182 13f79535-47bb-0310-9956-ffa450edef68

6 years agofurther uptake of int methods for font lookups
PJ Fanning [Thu, 22 Feb 2018 22:32:25 +0000 (22:32 +0000)]
further uptake of int methods for font lookups

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825103 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-62018] use ints to index fonts
PJ Fanning [Tue, 20 Feb 2018 00:25:43 +0000 (00:25 +0000)]
[bug-62018] use ints to index fonts

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824826 13f79535-47bb-0310-9956-ffa450edef68

6 years agoapply changes from com.github.pjfanning:xmlbeans
PJ Fanning [Fri, 16 Feb 2018 22:55:05 +0000 (22:55 +0000)]
apply changes from com.github.pjfanning:xmlbeans

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824564 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd xmlbeans code (latest from xmlbeans svn)
PJ Fanning [Fri, 16 Feb 2018 22:41:27 +0000 (22:41 +0000)]
add xmlbeans code (latest from xmlbeans svn)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd apache license to new examples due to rat check failures
PJ Fanning [Fri, 16 Feb 2018 14:08:28 +0000 (14:08 +0000)]
add apache license to new examples due to rat check failures

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824489 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUnit test to try to reproduce bug #62108 (currenly works though...)
Nick Burch [Fri, 16 Feb 2018 11:47:24 +0000 (11:47 +0000)]
Unit test to try to reproduce bug #62108 (currenly works though...)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824451 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd some write/change code as well for Groovy
Nick Burch [Thu, 15 Feb 2018 22:16:07 +0000 (22:16 +0000)]
Add some write/change code as well for Groovy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824378 13f79535-47bb-0310-9956-ffa450edef68

6 years agoCommit examples from the JVM Languages page
Nick Burch [Thu, 15 Feb 2018 21:45:47 +0000 (21:45 +0000)]
Commit examples from the JVM Languages page

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824371 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94
PJ Fanning [Wed, 14 Feb 2018 20:30:01 +0000 (20:30 +0000)]
[github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824266 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFix some IntelliJ warnings in XDGF area
Dominik Stadler [Mon, 12 Feb 2018 15:34:11 +0000 (15:34 +0000)]
Fix some IntelliJ warnings in XDGF area

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823988 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-57369] support for major and minor unit on XDDFChart axes
Alain Béarez [Mon, 12 Feb 2018 12:59:38 +0000 (12:59 +0000)]
[bug-57369] support for major and minor unit on XDDFChart axes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823963 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#55953 Added methods to position a table
Mark Murphy [Mon, 12 Feb 2018 04:12:06 +0000 (04:12 +0000)]
#55953 Added methods to position a table

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823920 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUpdate JAXB classes with fixed javadocs for java 8 doclint
Andreas Beeker [Sun, 11 Feb 2018 22:09:58 +0000 (22:09 +0000)]
Update JAXB classes with fixed javadocs for java 8 doclint

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823910 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdded missing table border types to XWPF
Mark Murphy [Sun, 11 Feb 2018 21:31:32 +0000 (21:31 +0000)]
Added missing table border types to XWPF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823904 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#61947 - Remove deprecated classes (POI 4.0.0)
Andreas Beeker [Sun, 11 Feb 2018 20:45:38 +0000 (20:45 +0000)]
#61947 - Remove deprecated classes (POI 4.0.0)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823894 13f79535-47bb-0310-9956-ffa450edef68

6 years ago#62096 - Add support for tabstops
Andreas Beeker [Sun, 11 Feb 2018 20:39:18 +0000 (20:39 +0000)]
#62096 - Add support for tabstops

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823893 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFindBugs fixes
Andreas Beeker [Sun, 11 Feb 2018 20:35:11 +0000 (20:35 +0000)]
FindBugs fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823892 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd ability to set get and remove outer borders for tables
Mark Murphy [Sun, 11 Feb 2018 18:43:20 +0000 (18:43 +0000)]
Add ability to set get and remove outer borders for tables

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823873 13f79535-47bb-0310-9956-ffa450edef68

6 years agoCorrected spelling on a few classpath entries
Mark Murphy [Sat, 10 Feb 2018 22:16:32 +0000 (22:16 +0000)]
Corrected spelling on a few classpath entries

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823799 13f79535-47bb-0310-9956-ffa450edef68

6 years agoBug 62042: Adjust gradle build to properly set the locale
Dominik Stadler [Thu, 8 Feb 2018 19:34:22 +0000 (19:34 +0000)]
Bug 62042: Adjust gradle build to properly set the locale

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823596 13f79535-47bb-0310-9956-ffa450edef68

6 years agoVarious smaller adjustments: Remove filename in test, remove unused parameters, fix...
Dominik Stadler [Thu, 8 Feb 2018 19:34:16 +0000 (19:34 +0000)]
Various smaller adjustments: Remove filename in test, remove unused parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823595 13f79535-47bb-0310-9956-ffa450edef68

6 years agofix further typo in exception message
PJ Fanning [Fri, 2 Feb 2018 11:59:58 +0000 (11:59 +0000)]
fix further typo in exception message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822948 13f79535-47bb-0310-9956-ffa450edef68

6 years agoFix small typo, closes PR #97 on Github.
Dominik Stadler [Fri, 2 Feb 2018 10:35:48 +0000 (10:35 +0000)]
Fix small typo, closes PR #97 on Github.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822937 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd mockito dependency to sonar pom.xml to fix maven-dsl build
PJ Fanning [Wed, 31 Jan 2018 10:26:45 +0000 (10:26 +0000)]
add mockito dependency to sonar pom.xml to fix maven-dsl build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822785 13f79535-47bb-0310-9956-ffa450edef68

6 years agofix findbug issues introduced recently
PJ Fanning [Wed, 31 Jan 2018 05:52:46 +0000 (05:52 +0000)]
fix findbug issues introduced recently

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822758 13f79535-47bb-0310-9956-ffa450edef68

6 years agofix use of forbidden apis in row shift code
PJ Fanning [Wed, 31 Jan 2018 05:31:31 +0000 (05:31 +0000)]
fix use of forbidden apis in row shift code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822743 13f79535-47bb-0310-9956-ffa450edef68

6 years agouse spaces for indents in some files
PJ Fanning [Wed, 31 Jan 2018 00:09:51 +0000 (00:09 +0000)]
use spaces for indents in some files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822720 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker. This...
PJ Fanning [Wed, 31 Jan 2018 00:00:17 +0000 (00:00 +0000)]
[bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker. This closes #95

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822719 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd missing licenses to source code
PJ Fanning [Tue, 30 Jan 2018 13:31:16 +0000 (13:31 +0000)]
add missing licenses to source code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822641 13f79535-47bb-0310-9956-ffa450edef68

6 years ago[github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanov...
PJ Fanning [Tue, 30 Jan 2018 13:16:49 +0000 (13:16 +0000)]
[github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822639 13f79535-47bb-0310-9956-ffa450edef68

6 years agoadd byte-buddy and objenesis dependencies for mockito
PJ Fanning [Tue, 30 Jan 2018 12:57:47 +0000 (12:57 +0000)]
add byte-buddy and objenesis dependencies for mockito

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822636 13f79535-47bb-0310-9956-ffa450edef68