aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
Commit message (Expand)AuthorAgeFilesLines
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-2/+3
* more refactoring of common ss testsYegor Kozlov2009-03-291-12/+0
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-1/+4
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-051-2/+3
* Fixing compiler warningsJosh Micich2009-01-211-176/+173
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...Josh Micich2009-01-211-5/+3
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-161-8/+13
* Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua...Josh Micich2009-01-051-5/+8
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-5/+7
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...Yegor Kozlov2008-12-171-0/+16
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...Yegor Kozlov2008-12-121-3/+3
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-041-0/+11
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-141-2/+1
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-111-2/+0
* javadocs cleanupYegor Kozlov2008-11-071-2/+1
* Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116...Josh Micich2008-11-061-32/+38
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-301-10/+20
* Merged revisions 703092 via svnmerge from Josh Micich2008-10-091-7/+8
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-191-13/+9
* merged 696038 from trunk - (Fix for bug 45780 - update area refs during HSSFS...Josh Micich2008-09-171-7/+1
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-131-257/+262
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-311-11/+8
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-291-31/+17
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-281-26/+11
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-54/+24
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-71/+7
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-071-2/+3
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-041-2/+69
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-201-3/+9
* Put in an overloaded method to keep binary compatibiltyNick Burch2008-07-181-7/+6
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-151-2/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-121-1/+7
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-101-4/+19
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-161-2/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-151-16/+16
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-051-1/+4
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-291-21/+22
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-221-2/+2
* More create helper stuff, and some sample formatting filesNick Burch2008-03-161-7/+0
* Update some more documentation, and put in a workaround for needing to create...Nick Burch2008-03-161-0/+7
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-081-2/+30
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-131-2/+28
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-041-14/+28
* Merged revisions 614878-614909 via svnmerge from Ugo Cei2008-01-251-1/+7
* Make HSSF* classes compile with JDK 1.4 interfaces.Ugo Cei2008-01-241-3/+3
* HSSF* classes implement same interfaces as XSSF* classes.Ugo Cei2008-01-241-8/+13
* Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(...Nick Burch2008-01-091-7/+33
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-041-1/+1
* Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat...Nick Burch2007-08-061-0/+8
* improved work with cell commentsYegor Kozlov2007-03-121-35/+47