summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
* rollback invalid commit - r1799740Andreas Beeker2017-06-241-65/+0
* release prepare for 3.17-beta1 - pin documentationAndreas Beeker2017-06-241-0/+65
* Add file that failed regression tests as a unit test.Greg Woolsey2017-06-241-0/+10
* unit test that is not written yet should failJaven O'Neal2017-06-201-0/+1
* simplify unit test code with IOUtils.write to a NullOutputStreamJaven O'Neal2017-06-201-7/+3
* bug 57919: close opened resourcesJaven O'Neal2017-06-201-8/+17
* rename createXls and createXlsx helper functions: these are specifically for ...Javen O'Neal2017-06-201-32/+18
* bug 58113: this passes with SXSSF nowJaven O'Neal2017-06-201-1/+0
* bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test...Javen O'Neal2017-06-201-8/+2
* Improve error message if we encounter invalid/unexpected files in integration...Dominik Stadler2017-06-191-1/+1
* Don't try to clone a chart, this makes integration-tests work for a few more ...Dominik Stadler2017-06-181-1/+1
* Fix some IntelliJ warningsDominik Stadler2017-06-181-1/+0
* Bug 56557: Fix handling chart sheets,Dominik Stadler2017-06-161-0/+21
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-0/+187
* Standardize some more common chart axis properties.Greg Woolsey2017-06-121-0/+40
* Move one testcase with incorrect source locationDominik Stadler2017-06-092-4/+71
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-071-1/+1
* Make it possible to create simple XSSF sheet tables without needing CT classe...Nick Burch2017-06-071-26/+33
* XSSFTable should format numeric/date cells when used as Column Header names a...Nick Burch2017-06-071-0/+78
* bug 58325: enable TestXSSFShape unit tests. Thanks to Dominik Stadler for the...Javen O'Neal2017-06-042-38/+69
* fix eclipse resource leak warningsAndreas Beeker2017-05-314-62/+107
* Bug 61119 - Fix preset shape rendering and shadingAndreas Beeker2017-05-301-2/+2
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-265-11/+32
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-231-0/+19
* Reformat code somewhatDominik Stadler2017-05-231-223/+217
* github-55: NumberFormatException if XSSFName.setNameName is set with a long n...Javen O'Neal2017-05-191-4/+29
* github-54: when adding a picture to an XSSFWorkbook, reduce memory consumptio...Javen O'Neal2017-05-152-3/+148
* Add ASL header and exclude table preset from rat-checkAndreas Beeker2017-05-151-0/+17
* git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-...Greg Woolsey2017-05-121-0/+62
* Bug 60352: Text extraction: Don't include the text "null" for empty cellsDominik Stadler2017-05-071-9/+3
* 61060 - teach DataFormatter about conditional formatting rules with number fo...Greg Woolsey2017-05-051-0/+41
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-291-0/+30
* bug 61021 - extract abspath from xlsbTim Allison2017-04-211-0/+7
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-205-41/+34
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-191-7/+9
* Use assertContains instead of assertTrue(text.contains) for better error mess...Nick Burch2017-04-193-44/+50
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-174-5/+5
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-171-3/+8
* fix forbidden-apis-check errorAndreas Beeker2017-04-161-2/+3
* #60996 - XSSF: Multiple embedded objects on same sheet are ignoredAndreas Beeker2017-04-161-34/+59
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-151-4/+58
* improve unit test error messagesJaven O'Neal2017-04-151-10/+16
* use hamcrest matchers to reduce custom codeJaven O'Neal2017-04-151-17/+17
* use assertStartsWith and assertEndsWith for better unit test error messagesJaven O'Neal2017-04-151-5/+8
* #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling "...Nick Burch2017-04-121-5/+3
* Failing, disabled unit test for bug #60973Nick Burch2017-04-121-1/+22
* Issue #60971, handle formula chart titlesGreg Woolsey2017-04-113-13/+36
* Adjust checking for Zip-Bomb errors so it also works on JDK >= 8Dominik Stadler2017-04-071-7/+4
* Test for another type of xml-bombDominik Stadler2017-04-062-52/+58
* Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might...Dominik Stadler2017-04-061-0/+19