aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* fix tests broken by <br/> doc changesPJ Fanning2017-07-173-5/+5
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-175-7/+7
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-141-1/+1
* avoid unnecessary string concats in SXSSF SheetDataWriterPJ Fanning2017-07-131-1/+1
* add 362px font height for my computer's configuration (high-dpi monitor)Javen O'Neal2017-07-131-1/+3
* replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...Javen O'Neal2017-07-132-21/+10
* [Bug-61281] fix issue with export of table columns - Thanks to Daniel for the...PJ Fanning2017-07-121-0/+2
* [Bug-61281] guard against index out of bounds in XSSFExportToXml column mappingPJ Fanning2017-07-111-89/+123
* expand range of acceptable values in TestFontsPJ Fanning2017-07-101-3/+2
* font rendering - handle a few system dependent textbox sizesAndreas Beeker2017-07-091-2/+9
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-2/+2
* Rollback of r1801368 because of a generics bug with self-referenced types in ...Andreas Beeker2017-07-091-1/+1
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-084-45/+226
* [Bug 61246] remove flush methodPJ Fanning2017-07-031-2/+2
* [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl...PJ Fanning2017-07-031-0/+75
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-304-47/+46
* remove temporary jenkins debug outputAndreas Beeker2017-06-291-7/+0
* remove timezoned call to Date.toString() - SignatureProperties don't necessar...Andreas Beeker2017-06-291-3/+3
* remove deprecated POIXMLDocument.hasOOXMLHeaderPJ Fanning2017-06-291-2/+1
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-291-10/+1
* Remove old XSSFPaswordHelperPJ Fanning2017-06-291-5/+3
* add debugging info to find signature differencesAndreas Beeker2017-06-281-1/+19
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-287-25/+31
* Bug 61182 - Invalid signature created for streamed xslx fileAndreas Beeker2017-06-281-10/+91
* Remove some deprecated *SSF APIsPJ Fanning2017-06-282-4/+1
* 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