aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-0/+10
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov2009-05-301-0/+11
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-185-1275/+1282
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-201-1/+7
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-181-2/+0
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-181-0/+40
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-171-3/+16
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-111-333/+357
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-5/+51
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-062-0/+47
* more refactoring of common ss testsYegor Kozlov2009-03-297-1/+987
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-276-9/+1507
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-221-0/+277
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-011-0/+63
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb...Yegor Kozlov2009-02-261-7/+26
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-251-1/+42
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-241-27/+18
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-151-0/+276