aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-1118-169/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851089 13f79535-47bb-0310-9956-ffa450edef68
* Add one more test for bug 62828 and fix some IDE warningsDominik Stadler2019-01-114-40/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851088 13f79535-47bb-0310-9956-ffa450edef68
* Bug #60977 writing XSSF with custom properties twice corrupts outputGreg Woolsey2019-01-112-0/+73
| | | | | | | | turns out the output XML data buffer for the custom properties document was appended to, not replaced, when writing in the presence of existing content. Now clearing output buffer first in this case. When first creating custom properties, i.e. first write after changes, there is no buffer yet, so nothing to clear. Does not affect any read operations, or other writes beyond custom properties, as that was where the problem lay, not down in the Zip stuff. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851084 13f79535-47bb-0310-9956-ffa450edef68
* use spaces for indentsPJ Fanning2019-01-101-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850926 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63054: updated formulas in test spreadsheet to keep build happyYegor Kozlov2019-01-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850772 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63054: improved evaluation of array formulas with error in argumentsYegor Kozlov2019-01-082-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850742 13f79535-47bb-0310-9956-ffa450edef68
* unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ↵Vladislav Galas2019-01-0710-136/+411
| | | | | | javadoc and tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850676 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-0713-97/+321
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850646 13f79535-47bb-0310-9956-ffa450edef68
* updated mockito to 2.23.4 to fix java 11 buildVladislav Galas2019-01-062-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850590 13f79535-47bb-0310-9956-ffa450edef68
* throw IllegalArgumnetException if null directory specifiedPJ Fanning2019-01-042-141/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850394 13f79535-47bb-0310-9956-ffa450edef68
* Fixed build (explicitly specified charset for new String(byte[]))Vladislav Galas2019-01-041-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850366 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe.Vladislav Galas2019-01-042-21/+57
| | | | | | Also removed unused code. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850342 13f79535-47bb-0310-9956-ffa450edef68
* Improved test coverage for *Cell classesVladislav Galas2019-01-044-3/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850338 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from ↵Vladislav Galas2019-01-038-18/+141
| | | | | | underlying XSSFSheet. Thanks to Axel Howind. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850212 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-029-17/+43
| | | | | | | Changed CellReference to CellAddress in XSSFHyperlink because it is what it should return. Updated all relevant tests, added a test for CellReference(Cell). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850210 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62307: made Cell#getNumericCellValue() behavior consistent across ↵Vladislav Galas2019-01-022-7/+14
| | | | | | HSSF/XSSF/SXSSF.\nAll three implementations throw ISE when trying to get numeric value from a boolean-valued cell, have it a formula set or not. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850207 13f79535-47bb-0310-9956-ffa450edef68
* Add missing revert() in OPCPackage to close Zip-streams alwaysDominik Stadler2019-01-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850115 13f79535-47bb-0310-9956-ffa450edef68
* Add missing file-close in ZipInputStreamZipEntrySource seen in some mass ↵Dominik Stadler2019-01-011-2/+8
| | | | | | regression tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850114 13f79535-47bb-0310-9956-ffa450edef68
* fix since annotationPJ Fanning2018-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850048 13f79535-47bb-0310-9956-ffa450edef68
* exclude integrationtest/build from rat-checkAndreas Beeker2018-12-311-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850041 13f79535-47bb-0310-9956-ffa450edef68
* #63047 - Make POILogger subclassableAndreas Beeker2018-12-316-210/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850040 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test for bug 60460 to also run fine on WindowsDominik Stadler2018-12-311-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850022 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-307-87/+239
| | | | | | instead of throwing NullPointerException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850008 13f79535-47bb-0310-9956-ffa450edef68
* IDE and JavaDoc fixesDominik Stadler2018-12-307-31/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850007 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Disable XMLBeans-JDK-11 as it will not work yetDominik Stadler2018-12-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849970 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60845: Apply patch and adjust testsDominik Stadler2018-12-304-103/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849969 13f79535-47bb-0310-9956-ffa450edef68
* IDE and JavaDoc fixes, make base test classes abstractDominik Stadler2018-12-307-32/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849968 13f79535-47bb-0310-9956-ffa450edef68
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-2834-556/+1481
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849898 13f79535-47bb-0310-9956-ffa450edef68
* Add Enum method to help identifying unknown records with POI-VisualizerAndreas Beeker2018-12-281-3/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849897 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2018-12-281-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849896 13f79535-47bb-0310-9956-ffa450edef68
* Zero out garbage bytes in FontEntityAtomAndreas Beeker2018-12-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849895 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL for Github PR build: Try to create the one file which is read ↵Dominik Stadler2018-12-281-7/+10
| | | | | | from src/documentation during target 'jenkins' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849887 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: enable Github PR builds, it seems to be functional nowDominik Stadler2018-12-281-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849885 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: throttle Github PR builds to not run many at onceDominik Stadler2018-12-281-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849884 13f79535-47bb-0310-9956-ffa450edef68
* Run Cell-tests on HSSF as well and make handling of null-values consistent ↵Dominik Stadler2018-12-284-26/+53
| | | | | | across implementations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849881 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-286-54/+242
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849880 13f79535-47bb-0310-9956-ffa450edef68
* Use normal string parameter for nowDominik Stadler2018-12-281-1/+3
| | | | | | Plugin for gitParam is not installed in the Apache Jenkins instance git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849879 13f79535-47bb-0310-9956-ffa450edef68
* Add test which verifies that bug 61605 is already fixedDominik Stadler2018-12-282-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849878 13f79535-47bb-0310-9956-ffa450edef68
* Add XMLBeans jobs for JDK 8 and 11.Dominik Stadler2018-12-281-6/+41
| | | | | | Add initial version of Jenkins DSL for the Github-PullRequest build-job git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849838 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test to not require src/documentation to be availableDominik Stadler2018-12-282-3/+1109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849837 13f79535-47bb-0310-9956-ffa450edef68
* Adjust/enhance tests for bug 62275 some moreDominik Stadler2018-12-282-32/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849836 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62629: Allow to handle files with invalid content types for picturesDominik Stadler2018-12-274-17/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849814 13f79535-47bb-0310-9956-ffa450edef68
* Re-instate two dev-tools that we lost in some refactoring,Dominik Stadler2018-12-272-0/+282
| | | | | | at least OOXMLPrettyPrint is still very useful for comparing ooxml-files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849813 13f79535-47bb-0310-9956-ffa450edef68
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-279-207/+217
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849812 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-2626-173/+797
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849765 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-263-36/+40
| | | | | | way as Excel/LibreOffice git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849764 13f79535-47bb-0310-9956-ffa450edef68
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-2613-129/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849763 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect constant for pict-filesDominik Stadler2018-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849762 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecesssary semicolonsDominik Stadler2018-12-2616-19/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849761 13f79535-47bb-0310-9956-ffa450edef68
* Simplify some string operationsDominik Stadler2018-12-2615-38/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849760 13f79535-47bb-0310-9956-ffa450edef68