aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-2173-230/+233
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* removed dependencies on HSSF, prepare to move common formula stuff to org.apa...Yegor Kozlov2010-11-202-4/+3
* clear calculation chain when deleting row or chaing cell type to blank, see B...Yegor Kozlov2010-11-121-1/+1
* Fixed evaluation of cell references with column index greater than 255, see b...Yegor Kozlov2010-11-102-7/+27
* use cached formula result when autosizing sheet columns, see Bugzilla 50211Yegor Kozlov2010-11-092-0/+308
* Tolerate Double.NaN when reading .xls files, see Bugzilla 49761Yegor Kozlov2010-11-091-1/+6
* Fix bug #50118Nick Burch2010-10-222-3/+57
* avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not foundYegor Kozlov2010-10-201-0/+12
* support for retrieving pictures from HSSF workbooks, see bugzilla 50022Yegor Kozlov2010-10-041-6/+8
* Avoid IllegalStateException when creating Data validation in sheet with macro...Yegor Kozlov2010-10-041-0/+8
* improved rounding in MathX.mod, see Bugzilla 50033Yegor Kozlov2010-10-011-0/+14
* Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ...Nick Burch2010-09-211-0/+18
* Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he...Nick Burch2010-09-201-1/+10
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-111-0/+25
* Add license headers to Ole10Native-related classesMaxim Valyanskiy2010-09-091-0/+17
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-092-0/+20
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-091-0/+2
* 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-053-84/+157
* 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-042-53/+259
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-042-0/+57
* fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, s...Yegor Kozlov2010-09-041-0/+73
* fixed fetching names of user defined styles, see Bugzila 49751Yegor Kozlov2010-08-191-3/+25
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-181-0/+14
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-121-1/+45
* added support for RANDBETWEEN(), see Bugzilla 48526Yegor Kozlov2010-08-121-0/+194
* fixed OperandResolver to correctly handle inputs with leading decimal place, ...Yegor Kozlov2010-08-101-0/+89
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-092-0/+0
* initial support for excel auto-filtersYegor Kozlov2010-08-083-12/+191
* increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on ...Yegor Kozlov2010-08-061-8/+8
* Add a dist exclude, and a missing headerNick Burch2010-08-051-1/+17
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-041-0/+84
* Fix bug #49694 - Use DataFormatter when autosizing columns, to better match t...Nick Burch2010-08-031-0/+38
* Fix bug #49689 - Allow the setting of user style names on newly created HSSF ...Nick Burch2010-08-031-0/+34
* Added clone support for UserSView* and Feat* families of records, see bug #4...Yegor Kozlov2010-07-281-0/+9
* prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579Yegor Kozlov2010-07-271-1/+39
* Fixed parsing formulas containing defined names beginning with an underscore...Yegor Kozlov2010-07-261-0/+23
* support for POISSON function, see bug #49538Yegor Kozlov2010-07-261-0/+95
* added a failing unit test for bug #49612Yegor Kozlov2010-07-241-0/+33
* Fix bug #49524 - Support for setting cell text to be vertically rotated, via ...Nick Burch2010-07-181-1/+43
* Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c...Nick Burch2010-07-163-1/+101
* 49599 - Correct writing of NoteRecord author text when switching between ASCI...Nick Burch2010-07-161-0/+26
* When formatting numbers with DataFormatter, handle brackets following coloursNick Burch2010-06-141-0/+38
* force ASCII encoding when compiling sources, fixed unmappable characters for ...Yegor Kozlov2010-06-132-4/+4
* Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext...Nick Burch2010-06-102-0/+167
* Add more to test for bug #46664, including the last bit which is disabled pen...Nick Burch2010-06-101-1/+20
* Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas d...Nick Burch2010-06-091-0/+44
* cleaned javadoc warningsYegor Kozlov2010-06-062-2/+2