| Commit message (Expand) | Author | Age | Files | Lines |
* | More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C... | Josh Micich | 2009-12-03 | 1 | -6/+70 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 1 | -0/+246 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 1 | -1/+1 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 11 | -0/+0 |
* | Added method setFunction(boolean) for defined names | Yegor Kozlov | 2009-09-07 | 1 | -0/+15 |
* | Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ... | Yegor Kozlov | 2009-09-07 | 1 | -32/+0 |
* | Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa... | Josh Micich | 2009-08-19 | 2 | -10/+8 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 2 | -24/+22 |
* | Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ... | Yegor Kozlov | 2009-08-05 | 1 | -2/+13 |
* | fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi... | Yegor Kozlov | 2009-06-19 | 1 | -0/+88 |
* | Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu... | Yegor Kozlov | 2009-06-10 | 1 | -0/+10 |
* | Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ... | Yegor Kozlov | 2009-05-30 | 1 | -0/+11 |
* | Changed CRLF to LF in .java test files. Minor reformatting and compiler warn... | Josh Micich | 2009-05-18 | 5 | -1275/+1282 |
* | avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell | Yegor Kozlov | 2009-04-20 | 1 | -1/+7 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 1 | -2/+0 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 1 | -0/+40 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 1 | -3/+16 |
* | Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common... | Josh Micich | 2009-04-11 | 1 | -333/+357 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -5/+51 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 2 | -0/+47 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 7 | -1/+987 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 6 | -9/+1507 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 1 | -0/+277 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 1 | -0/+63 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 1 | -7/+26 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 1 | -1/+42 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 1 | -27/+18 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 1 | -0/+276 |