| Commit message (Expand) | Author | Age | Files | Lines |
* | initial support for SXSSF tests | Yegor Kozlov | 2011-05-18 | 3 | -32/+32 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 1 | -0/+12 |
* | Add a unit test for the formula evaluation caching/updating, which ensures th... | Nick Burch | 2011-05-01 | 1 | -0/+38 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 1 | -0/+85 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 1 | -10/+130 |
* | Fix bug #50718 - More helpful error message when you try to create a CellRefe... | Nick Burch | 2011-03-04 | 1 | -0/+17 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 1 | -0/+129 |
* | Add a unit test that shows bug #48079 no longer applies, and we can resize co... | Nick Burch | 2011-02-18 | 1 | -0/+39 |
* | Remove un-used imports | Nick Burch | 2011-01-21 | 1 | -6/+0 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 1 | -0/+33 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 3 | -0/+143 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 2 | -0/+121 |
* | code cleanup as suggested in Bugzilla 50446 | Yegor Kozlov | 2010-12-10 | 1 | -1/+1 |
* | Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437 | Yegor Kozlov | 2010-12-10 | 2 | -0/+232 |
* | improved work with UDFs and Analysis Toolpack functions, ATP functions are en... | Yegor Kozlov | 2010-11-28 | 1 | -0/+144 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 28 | -27/+1270 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 68 | -17/+9054 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -1/+1 |
* | clear calculation chain when deleting row or chaing cell type to blank, see B... | Yegor Kozlov | 2010-11-12 | 1 | -1/+1 |
* | use cached formula result when autosizing sheet columns, see Bugzilla 50211 | Yegor Kozlov | 2010-11-09 | 1 | -0/+255 |
* | fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ... | Yegor Kozlov | 2010-09-11 | 1 | -0/+25 |
* | allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th... | Yegor Kozlov | 2010-09-07 | 1 | -0/+38 |
* | improved API for hiding sheets, see Bugzilla 49878 | Yegor Kozlov | 2010-09-05 | 1 | -0/+148 |
* | fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en... | Yegor Kozlov | 2010-09-04 | 1 | -1/+2 |
* | fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva... | Yegor Kozlov | 2010-09-04 | 1 | -0/+246 |
* | change cell type to error when setting Double.NaN or Infinities, see Bugzill... | Yegor Kozlov | 2010-09-04 | 1 | -0/+55 |
* | support for protecting a XSSF workbook, see Bugzilla #48900 | Yegor Kozlov | 2010-08-18 | 1 | -0/+14 |
* | Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati... | Nick Burch | 2010-08-04 | 1 | -0/+84 |
* | When formatting numbers with DataFormatter, handle brackets following colours | Nick Burch | 2010-06-14 | 1 | -0/+38 |
* | Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han... | Nick Burch | 2010-06-01 | 1 | -3/+10 |
* | More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r... | Nick Burch | 2010-06-01 | 1 | -0/+68 |
* | More fixes inspired by bug #48872 - handle zero formatting rules, and better ... | Nick Burch | 2010-06-01 | 1 | -0/+81 |
* | ensure english locale for POI build | Yegor Kozlov | 2010-05-30 | 1 | -5/+7 |
* | Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col... | Nick Burch | 2010-05-26 | 1 | -8/+25 |
* | Added loose tests to junit hierarchy | Josh Micich | 2010-05-24 | 1 | -0/+1 |
* | Changed JRE 6 dependent code to its JRE 5 equivalent | Josh Micich | 2010-05-24 | 1 | -2/+2 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 1 | -0/+501 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 3 | -0/+389 |
* | Add patch from Jukka from bug #48617 + test - Optionally allow the overriding... | Nick Burch | 2010-01-26 | 1 | -0/+43 |
* | improved usermodel to prevent data corruption when setting array formulas, mi... | Yegor Kozlov | 2009-12-29 | 1 | -0/+260 |
* | Looks like we already had Ref8U but with a different name... Switch to using ... | Nick Burch | 2009-12-27 | 1 | -0/+80 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 10 | -226/+253 |
* | Clean-up in BaseTestSheetShiftRows and subclasses. | Josh Micich | 2009-12-26 | 1 | -29/+29 |
* | Made public instance fields for ITestDataProvider singletons. | Josh Micich | 2009-12-25 | 1 | -3/+8 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 1 | -43/+69 |
* | added HSSF usermodel tests for array formulas, added support for array formul... | Yegor Kozlov | 2009-12-25 | 1 | -0/+210 |
* | fixed special cases of dereferenceResult method | Josh Micich | 2009-12-16 | 1 | -1/+34 |
* | More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C... | Josh Micich | 2009-12-03 | 1 | -6/+70 |
* | Made BlankEval instance consistent with other Eval singletons. | Josh Micich | 2009-11-28 | 1 | -1/+1 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 1 | -55/+0 |