aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
* disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j...Yegor Kozlov2011-12-091-13/+20
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-101-0/+136
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-291-0/+692
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-201-0/+24
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-081-0/+38
* More elapsed time unit testsNick Burch2011-07-071-1/+9
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-252-0/+102
* Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()Yegor Kozlov2011-06-241-0/+35
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-231-6/+28
* Bug 50681 - Fixed autosizing columns beyond 255 character limitYegor Kozlov2011-06-161-0/+20
* Bug 51339 - Fixed arithmetic rounding in formula evaluationYegor Kozlov2011-06-131-0/+19
* 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
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-191-10/+130
* 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
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-212-3/+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
* 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
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-161-0/+501
* 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
* 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
* 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
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...Josh Micich2009-12-031-6/+70
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-0/+246
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-1/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1311-0/+0
* Added method setFunction(boolean) for defined namesYegor Kozlov2009-09-071-0/+15
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-071-32/+0
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-192-10/+8
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-182-24/+22
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ...Yegor Kozlov2009-08-051-2/+13
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-0/+88