summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short...Javen O'Neal2016-09-141-5/+60
* | bug 59833: add @Removal annotation to deprecated methodsJaven O'Neal2016-09-141-0/+3
* | bug 59873: add @Removal annotations for deprecated CreationHelper#createHyper...Javen O'Neal2016-09-144-0/+9
* | bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(...Javen O'Neal2016-09-141-0/+2
* | bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI 3....Javen O'Neal2016-09-141-0/+12
* | change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-136-17/+17
* | Disabled unit test for #60010Nick Burch2016-09-121-0/+39
* | bug 52425: Error adding Comments into cloned Sheets; patch from DanielJaven O'Neal2016-09-112-3/+49
* | bug 58191: Support merge cells within a table row; patch from Mark OlesenJaven O'Neal2016-09-112-3/+45
* | add unit test class for XSLFTableRowJaven O'Neal2016-09-111-0/+112
* | bug 59958: Add cells on the fly to the evaluation sheet cache on cache miss; ...Javen O'Neal2016-09-111-1/+22
* | bug 60102: throw IOException when writing a closed documentJaven O'Neal2016-09-102-5/+42
* | move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-0/+1
* | Add comments describing purpose of each unit testJaven O'Neal2016-09-101-0/+8
* | decrease TestSXSSFSheetAutoSizeColumn COLUMN_WIDTH_THRESHOLD_BETWEEN_SHORT_AN...Javen O'Neal2016-08-151-1/+1
* | +svn:eol-style=nativeJaven O'Neal2016-08-151-1079/+1079
* | bug 60005: fix NPE in XSLFTextParagraph.getDefaultFontSize()Javen O'Neal2016-08-151-2/+10
* | Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing X...Nick Burch2016-08-033-116/+19
* | bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelperJaven O'Neal2016-08-014-84/+148
* | bug 59922: make XSSFPasswordHelper internal because it works on XmlObject obj...Javen O'Neal2016-08-011-0/+2
* | whitespace; +svn:eol-style=nativeJaven O'Neal2016-08-011-130/+130
* | Fix zero-padding and handling of empty passwords (meaning protection on, but ...David North2016-08-012-2/+27
* | Bug 59736: Incorrect evaluation of SUBTOTAL with composite intervalDominik Stadler2016-07-311-2/+22
* | IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-316-56/+39
* | Javadoc fixNick Burch2016-07-291-1/+1
* | Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-299-84/+255
* | Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-271-1/+11
* | Bug 59634: Clarify and refine JavaDoc of various close() methods to consisten...Dominik Stadler2016-07-242-4/+11
|/
* 59106: WorkdayFunction does not read the area with holidays correctly to calc...Dominik Stadler2016-07-171-0/+13
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-172-3/+5
* bug 57919: add performance note to javadocs about using BufferedOutputStreams...Javen O'Neal2016-07-171-0/+5
* bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo...Javen O'Neal2016-07-172-50/+18
* bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPi...Javen O'Neal2016-07-171-0/+46
* bug 59873: javadoc fixJaven O'Neal2016-07-171-3/+5
* bug 59873: javadoc fixJaven O'Neal2016-07-171-1/+1
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-174-11/+13
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-21/+21
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-175-23/+79
* add cause to exceptions, log exceptions that are caught and suppressedJaven O'Neal2016-07-171-16/+25
* whitespaceJaven O'Neal2016-07-171-254/+250
* add @Override annotations to CreationHelper classesJaven O'Neal2016-07-172-4/+28
* throw exception if hyperlink is invalid type when validating hyperlinkJaven O'Neal2016-07-171-5/+11
* bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)Javen O'Neal2016-07-172-0/+2
* bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ...Javen O'Neal2016-07-172-32/+73
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-172-1/+23
* use real TempFileAndreas Beeker2016-07-171-1/+3
* #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)Andreas Beeker2016-07-173-2/+219
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-162-2/+4
* Bug 59733: Narrow down testcase some more, after the first shift, removing th...Dominik Stadler2016-07-161-10/+9
* Add a test to check for a NullPointerException in XSLFTableCellDominik Stadler2016-07-152-1/+23