summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity ↵Tim Allison2018-10-312-26/+50
| | | | | | checks. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845299 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- fix recursionTim Allison2018-10-301-14/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845284 13f79535-47bb-0310-9956-ffa450edef68
* List additional dependencies from the Ant build file in EclipseNick Burch2018-10-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845255 13f79535-47bb-0310-9956-ffa450edef68
* bug 62625 -- clean up importsTim Allison2018-10-301-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845246 13f79535-47bb-0310-9956-ffa450edef68
* bug 62625 -- add special handling for REFERENCE_NAME record that may onlyTim Allison2018-10-303-4/+68
| | | | | | contain an ascii string, against the spec in VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845238 13f79535-47bb-0310-9956-ffa450edef68
* More javadoc updatesNick Burch2018-10-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845227 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest/dev javadocs at /apidocs/dev/Nick Burch2018-10-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845222 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- fix npe by adding processing of module name mapping in ↵Tim Allison2018-10-293-16/+157
| | | | | | VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845138 13f79535-47bb-0310-9956-ffa450edef68
* update xmlbeans to 3.0.2PJ Fanning2018-10-275-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844955 13f79535-47bb-0310-9956-ffa450edef68
* bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-264-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844920 13f79535-47bb-0310-9956-ffa450edef68
* IDE warnings, slightly more tests and fix test to not leave a modified file ↵Dominik Stadler2018-10-262-19/+35
| | | | | | behind git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844894 13f79535-47bb-0310-9956-ffa450edef68
* Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-267-62/+129
| | | | | | Enhance workbook factory to allow to create new empty workbooks as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844881 13f79535-47bb-0310-9956-ffa450edef68
* Typos and IDE warningsDominik Stadler2018-10-268-41/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844879 13f79535-47bb-0310-9956-ffa450edef68
* Set NOSONAR, adjust test slightly and reformat codeDominik Stadler2018-10-261-28/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844878 13f79535-47bb-0310-9956-ffa450edef68
* Ignore directory ooxml-testlibDominik Stadler2018-10-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844877 13f79535-47bb-0310-9956-ffa450edef68
* Set NOSONAR and reformat codeDominik Stadler2018-10-262-201/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844876 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Adjust the view-description, but it is still commented outDominik Stadler2018-10-261-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844875 13f79535-47bb-0310-9956-ffa450edef68
* Remove the workaround for a bug in JDK 11 which was fixed in ea+28Dominik Stadler2018-10-261-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844874 13f79535-47bb-0310-9956-ffa450edef68
* fix class cast issur recently introduced in BaseXSSFFormulaEvaluatorPJ Fanning2018-10-191-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844311 13f79535-47bb-0310-9956-ffa450edef68
* #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-197-12/+102
| | | | | | | | | | | | added cell type = formula check when looping through the shared formula range, to ignore any non-formula cells. Also refactored a bit to enable passing in the evaluation context, as getCellFormula() uses it behind the scenes when evaluating a shared formula cell (has to shift the formula references based on the master cell). Review of these changes is welcome, as always. Checked all other code referencing the "SHARED" enum, and didn't see anything else that dealt with formula cell values and thus would need to notice non-formula cells. Added unit test based on the failing file from Bugzilla. Test failed until the fixed code was in place. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844295 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-183-1/+174
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844238 13f79535-47bb-0310-9956-ffa450edef68
* #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooserNick Burch2018-10-172-7/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844116 13f79535-47bb-0310-9956-ffa450edef68
* Failing unit test for bug #62831Nick Burch2018-10-172-1/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844115 13f79535-47bb-0310-9956-ffa450edef68
* fix more LGTM alerts, in testsAlain Béarez2018-10-1111-393/+451
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843557 13f79535-47bb-0310-9956-ffa450edef68
* 62815 -- some numeric values not correctly extracted from xlsbTim Allison2018-10-114-3/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843553 13f79535-47bb-0310-9956-ffa450edef68
* fix most alerts reported by LGTM on OOXMLAlain Béarez2018-10-1016-322/+429
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843481 13f79535-47bb-0310-9956-ffa450edef68
* add ignored resourcesAndreas Beeker2018-10-090-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843354 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62807] fix typo in XSLFTableCell#removeBorderPJ Fanning2018-10-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843180 13f79535-47bb-0310-9956-ffa450edef68
* add stax entries to forbidden apis due to android issuesPJ Fanning2018-10-063-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843009 13f79535-47bb-0310-9956-ffa450edef68
* small adjustments to byte sizes in TestPackage zip-bomb tests to try fix ↵PJ Fanning2018-10-051-1/+1
| | | | | | test that fails on old-xerces harness git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842980 13f79535-47bb-0310-9956-ffa450edef68
* use jaxp transformer instead of dom serializer to try fix old-xerces test ↵PJ Fanning2018-10-051-2/+2
| | | | | | failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842979 13f79535-47bb-0310-9956-ffa450edef68
* use jaxp transformer instead of dom serializer to try fix old-xerces test ↵PJ Fanning2018-10-051-32/+45
| | | | | | failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842974 13f79535-47bb-0310-9956-ffa450edef68
* adding tricks from other answers on StackOverflowAlain Béarez2018-10-056-76/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842959 13f79535-47bb-0310-9956-ffa450edef68
* example from StackOverflow question 47065690Alain Béarez2018-10-055-14/+192
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842925 13f79535-47bb-0310-9956-ffa450edef68
* more XDDF improvements based on SO examplesAlain Béarez2018-10-0513-14/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842876 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62800] Fix null pointer exception if a picture shape has no blip idPJ Fanning2018-10-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842782 13f79535-47bb-0310-9956-ffa450edef68
* XDDF improvements based on StackOverflow examplesAlain Béarez2018-10-0312-29/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842728 13f79535-47bb-0310-9956-ffa450edef68
* fix lgtm alerts in examplesAlain Béarez2018-10-0310-108/+144
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842707 13f79535-47bb-0310-9956-ffa450edef68
* change chart data to experiment diverse scriptsAlain Béarez2018-10-039-55/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842687 13f79535-47bb-0310-9956-ffa450edef68
* deprecate unused Nullable classPJ Fanning2018-10-031-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842684 13f79535-47bb-0310-9956-ffa450edef68
* change method to get XMLEventFactory due to issues seen on Android SDKPJ Fanning2018-10-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842683 13f79535-47bb-0310-9956-ffa450edef68
* disable junit xml collectionPJ Fanning2018-10-021-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68
* get xmlbeans job to build dist artifactsPJ Fanning2018-10-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842667 13f79535-47bb-0310-9956-ffa450edef68
* get xmlbeans job to build dist artifactsPJ Fanning2018-10-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842666 13f79535-47bb-0310-9956-ffa450edef68
* rename xmlbeans jobPJ Fanning2018-10-022-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842663 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshallerPJ Fanning2018-10-021-148/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842647 13f79535-47bb-0310-9956-ffa450edef68
* try to fix xmlbeans jenkins jobPJ Fanning2018-10-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842629 13f79535-47bb-0310-9956-ffa450edef68
* try to set up xmlbeans buildPJ Fanning2018-10-021-0/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842599 13f79535-47bb-0310-9956-ffa450edef68
* extract valuable code from 54470 submitted patchAlain Béarez2018-10-016-49/+182
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842548 13f79535-47bb-0310-9956-ffa450edef68
* use StaxHelper to get event factoryPJ Fanning2018-09-301-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842402 13f79535-47bb-0310-9956-ffa450edef68