aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
Commit message (Expand)AuthorAgeFilesLines
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-291-0/+56
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-251-28/+41
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-251-0/+58
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-221-8/+8
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-4/+4
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-211-1/+1
* renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeftYegor Kozlov2009-11-131-6/+7
* added a method to set arabic mode in HSSFSheet, see Bugzilla 47970Yegor Kozlov2009-11-061-0/+17
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-6/+6
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-121-55/+49
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-041-10/+2
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov2009-05-301-5/+6
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-181-0/+2
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-7/+11
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-22/+24
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-251-1/+1
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-241-0/+25
* fixed autoSizeColumn() to use cached formula values when processing formula c...Yegor Kozlov2009-02-191-4/+8
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-131-149/+148
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-1/+8
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-051-10/+17
* Support for reading HSSF column stylesNick Burch2009-01-061-0/+18
* Fix for bug 46445 - move hyperlinks when shifting rowsYegor Kozlov2008-12-301-0/+6
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-2/+2
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...Yegor Kozlov2008-12-171-0/+8
* Generics warnings and other clean-up in HSSFSheetJosh Micich2008-12-011-147/+80
* removed unused methodJosh Micich2008-11-261-16/+0
* record sid clean-upJosh Micich2008-11-191-1/+1
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-141-3/+3
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-141-0/+6
* javadocs cleanupYegor Kozlov2008-11-071-1/+1
* Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from Josh Micich2008-10-271-1/+1
* Merged revisions 700005,700203-700204 via svnmerge from Josh Micich2008-09-291-2/+2
* Fix jdk14 compile issueNick Burch2008-09-171-1/+1
* merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned...Josh Micich2008-09-171-47/+68
* merged 696038 from trunk - (Fix for bug 45780 - update area refs during HSSFS...Josh Micich2008-09-171-61/+27
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-131-15/+29
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-10/+18
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-271-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-201-1/+2
* Little tweak to the imports to keep things more consistent with 3.1Nick Burch2008-08-151-2/+2
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-14/+16
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-100/+66
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-071-29/+5
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-041-115/+65
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-151-3/+1
* Finish region tweaks, and fix up upgrading docNick Burch2008-07-121-2/+1
* Fix up a few cases where we were using ss.Region but should be using hssf.Reg...Nick Burch2008-07-121-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-101-5/+12
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-101-43/+77