aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* initial support for SXSSF testsYegor Kozlov2011-05-183-32/+32
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ...Nick Burch2011-05-031-0/+12
* Add a unit test for the formula evaluation caching/updating, which ensures th...Nick Burch2011-05-011-0/+38
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-251-0/+85
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-191-10/+130
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-0/+17
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-041-0/+129
* Add a unit test that shows bug #48079 no longer applies, and we can resize co...Nick Burch2011-02-181-0/+39
* Remove un-used importsNick Burch2011-01-211-6/+0
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ...Nick Burch2011-01-201-0/+33
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-193-0/+143
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-112-0/+121
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-102-0/+232
* improved work with UDFs and Analysis Toolpack functions, ATP functions are en...Yegor Kozlov2010-11-281-0/+144
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-2428-27/+1270
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2168-17/+9054
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* clear calculation chain when deleting row or chaing cell type to blank, see B...Yegor Kozlov2010-11-121-1/+1
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-091-0/+255
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-111-0/+25
* allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th...Yegor Kozlov2010-09-071-0/+38
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-051-0/+148
* fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...Yegor Kozlov2010-09-041-1/+2
* fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva...Yegor Kozlov2010-09-041-0/+246
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-041-0/+55
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-181-0/+14
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-041-0/+84
* When formatting numbers with DataFormatter, handle brackets following coloursNick Burch2010-06-141-0/+38
* Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han...Nick Burch2010-06-011-3/+10
* More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r...Nick Burch2010-06-011-0/+68
* More fixes inspired by bug #48872 - handle zero formatting rules, and better ...Nick Burch2010-06-011-0/+81
* ensure english locale for POI buildYegor Kozlov2010-05-301-5/+7
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col...Nick Burch2010-05-261-8/+25
* Added loose tests to junit hierarchyJosh Micich2010-05-241-0/+1
* Changed JRE 6 dependent code to its JRE 5 equivalentJosh Micich2010-05-241-2/+2
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-161-0/+501
* Enhanced SViewer to support most border types, cell formats, and conditional ...Yegor Kozlov2010-05-103-0/+389
* Add patch from Jukka from bug #48617 + test - Optionally allow the overriding...Nick Burch2010-01-261-0/+43
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-291-0/+260
* Looks like we already had Ref8U but with a different name... Switch to using ...Nick Burch2009-12-271-0/+80
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-2610-226/+253
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-261-29/+29
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-251-3/+8
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-251-43/+69
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-251-0/+210
* fixed special cases of dereferenceResult methodJosh Micich2009-12-161-1/+34
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...Josh Micich2009-12-031-6/+70
* Made BlankEval instance consistent with other Eval singletons.Josh Micich2009-11-281-1/+1
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-271-55/+0