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