summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return ↵Javen O'Neal2016-09-141-5/+60
| | | | | | | | | | | | short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760627 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59833: add @Removal annotation to deprecated methodsJaven O'Neal2016-09-141-0/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760623 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59873: add @Removal annotations for deprecated ↵Javen O'Neal2016-09-144-0/+9
| | | | | | | | | | | | CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760621 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59907: add @Removal annotations to deprecated ↵Javen O'Neal2016-09-141-0/+2
| | | | | | | | | | | | ClientAnchor#setAnchorType(int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760619 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI ↵Javen O'Neal2016-09-141-0/+12
| | | | | | | | | | | | 3.14 beta 1 and broke backwards compatibility without a 2 release deprecation notice git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760617 13f79535-47bb-0310-9956-ffa450edef68
* | change CellValue#getCellType() to return an int instead of an enum for ↵Javen O'Neal2016-09-136-17/+17
| | | | | | | | | | | | backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
* | Disabled unit test for #60010Nick Burch2016-09-121-0/+39
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760458 13f79535-47bb-0310-9956-ffa450edef68
* | bug 52425: Error adding Comments into cloned Sheets; patch from DanielJaven O'Neal2016-09-112-3/+49
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760221 13f79535-47bb-0310-9956-ffa450edef68
* | bug 58191: Support merge cells within a table row; patch from Mark OlesenJaven O'Neal2016-09-112-3/+45
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760217 13f79535-47bb-0310-9956-ffa450edef68
* | add unit test class for XSLFTableRowJaven O'Neal2016-09-111-0/+112
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760216 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59958: Add cells on the fly to the evaluation sheet cache on cache miss; ↵Javen O'Neal2016-09-111-1/+22
| | | | | | | | | | | | patch from Tomasz Stanczak git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760213 13f79535-47bb-0310-9956-ffa450edef68
* | bug 60102: throw IOException when writing a closed documentJaven O'Neal2016-09-102-5/+42
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760206 13f79535-47bb-0310-9956-ffa450edef68
* | move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760203 13f79535-47bb-0310-9956-ffa450edef68
* | Add comments describing purpose of each unit testJaven O'Neal2016-09-101-0/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760130 13f79535-47bb-0310-9956-ffa450edef68
* | decrease TestSXSSFSheetAutoSizeColumn ↵Javen O'Neal2016-08-151-1/+1
| | | | | | | | | | | | COLUMN_WIDTH_THRESHOLD_BETWEEN_SHORT_AND_LONG so that poi-ooxml-schemas can be built on 'Java: 1.8.0_101/1.8.0_101-b13/25.101-b13/OpenJDK 64-Bit Server VM from Oracle Corporation on Linux: 4.7.0-1-default' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1756402 13f79535-47bb-0310-9956-ffa450edef68
* | +svn:eol-style=nativeJaven O'Neal2016-08-151-1079/+1079
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1756398 13f79535-47bb-0310-9956-ffa450edef68
* | bug 60005: fix NPE in XSLFTextParagraph.getDefaultFontSize()Javen O'Neal2016-08-151-2/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1756397 13f79535-47bb-0310-9956-ffa450edef68
* | Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing ↵Nick Burch2016-08-033-116/+19
| | | | | | | | | | | | XSSFFormulaEvaluator.evaluateAll() to mirror HSSF and use any setup referenced workbooks (stackoverflow #38706562) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755079 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelperJaven O'Neal2016-08-014-84/+148
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754786 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59922: make XSSFPasswordHelper internal because it works on XmlObject ↵Javen O'Neal2016-08-011-0/+2
| | | | | | | | | | | | objects, which are generally an internal implementation detail of POI-OOXML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754785 13f79535-47bb-0310-9956-ffa450edef68
* | whitespace; +svn:eol-style=nativeJaven O'Neal2016-08-011-130/+130
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754784 13f79535-47bb-0310-9956-ffa450edef68
* | Fix zero-padding and handling of empty passwords (meaning protection on, but ↵David North2016-08-012-2/+27
| | | | | | | | | | | | | | | | no password to remove it) for XSSF workbook protection. https://bz.apache.org/bugzilla/show_bug.cgi?id=59920 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754744 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 59736: Incorrect evaluation of SUBTOTAL with composite intervalDominik Stadler2016-07-311-2/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754674 13f79535-47bb-0310-9956-ffa450edef68
* | IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-316-56/+39
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754673 13f79535-47bb-0310-9956-ffa450edef68
* | Javadoc fixNick Burch2016-07-291-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754530 13f79535-47bb-0310-9956-ffa450edef68
* | Introduce name-based methods for access to named ranges in a workbook, and ↵David North2016-07-299-84/+255
| | | | | | | | | | | | | | | | | | | | | | | | deprecate the old index-based methods. Re-organise internally to use a map so that lookup is O(1) rather than O(n ranges). Add a dependency on commons collections 4, also ASL licensed so no problem. https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754521 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-271-1/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754328 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 59634: Clarify and refine JavaDoc of various close() methods to ↵Dominik Stadler2016-07-242-4/+11
|/ | | | | | consistently state that close() invalidates the object git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753912 13f79535-47bb-0310-9956-ffa450edef68
* 59106: WorkdayFunction does not read the area with holidays correctly to ↵Dominik Stadler2016-07-171-0/+13
| | | | | | calculate work days git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753125 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-172-3/+5
| | | | | | test-updates git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753122 13f79535-47bb-0310-9956-ffa450edef68
* bug 57919: add performance note to javadocs about using ↵Javen O'Neal2016-07-171-0/+5
| | | | | | BufferedOutputStreams on Document.write(OutputStream) if underlying resource is high latency git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753112 13f79535-47bb-0310-9956-ffa450edef68
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage ↵Javen O'Neal2016-07-172-50/+18
| | | | | | | | for HSLFSlideShow add tests for SlideShow.findPicture and SlideShow.addPicture git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753073 13f79535-47bb-0310-9956-ffa450edef68
* bug 58190: add unit tests for XMLSlideShow#addPicture and ↵Javen O'Neal2016-07-171-0/+46
| | | | | | XMLSlideShow#findPicture git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753065 13f79535-47bb-0310-9956-ffa450edef68
* bug 59873: javadoc fixJaven O'Neal2016-07-171-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753043 13f79535-47bb-0310-9956-ffa450edef68
* bug 59873: javadoc fixJaven O'Neal2016-07-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753042 13f79535-47bb-0310-9956-ffa450edef68
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-174-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753041 13f79535-47bb-0310-9956-ffa450edef68
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753040 13f79535-47bb-0310-9956-ffa450edef68
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-175-23/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753035 13f79535-47bb-0310-9956-ffa450edef68
* add cause to exceptions, log exceptions that are caught and suppressedJaven O'Neal2016-07-171-16/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753030 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-07-171-254/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753028 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotations to CreationHelper classesJaven O'Neal2016-07-172-4/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753017 13f79535-47bb-0310-9956-ffa450edef68
* throw exception if hyperlink is invalid type when validating hyperlinkJaven O'Neal2016-07-171-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753016 13f79535-47bb-0310-9956-ffa450edef68
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-172-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753015 13f79535-47bb-0310-9956-ffa450edef68
* bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ↵Javen O'Neal2016-07-172-32/+73
| | | | | | hash mark; patch contributed by Guillermo Alvarez git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753013 13f79535-47bb-0310-9956-ffa450edef68
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-172-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753009 13f79535-47bb-0310-9956-ffa450edef68
* use real TempFileAndreas Beeker2016-07-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753004 13f79535-47bb-0310-9956-ffa450edef68
* #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)Andreas Beeker2016-07-173-2/+219
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753003 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged ↵Dominik Stadler2016-07-162-2/+4
| | | | | | region on exists merged region git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752997 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59733: Narrow down testcase some more, after the first shift, removing ↵Dominik Stadler2016-07-161-10/+9
| | | | | | the first row is sufficient to trigger the problem git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752996 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to check for a NullPointerException in XSLFTableCellDominik Stadler2016-07-152-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752862 13f79535-47bb-0310-9956-ffa450edef68