aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-217-60/+356
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-201-20/+36
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-191-30/+49
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-182-200/+185
* initial work on removing obsolete Eval interfaceJosh Micich2009-08-171-8/+7
* Combined FuncVarEval into FunctionEval. Simplified selection of free ref func...Josh Micich2009-08-171-8/+4
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-296-218/+867
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix for...Josh Micich2009-07-231-46/+46
* Converted ConcatEval to singletonJosh Micich2009-07-231-4/+2
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-041-8/+9
* Fix for javadoc error in Cell.setCellValue(Date) found by Mike CurwenJosh Micich2009-06-041-5/+13
* rolling back r781622Josh Micich2009-06-043-38/+9
* submitted in errorJosh Micich2009-06-033-9/+38
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-60/+52
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-011-29/+29
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-1926-3049/+3048
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-172-27/+57
* encapsulated hasUnlimitedVarags() logic into FunctionMetadataJosh Micich2009-05-171-8/+13
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-171-133/+190
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-161-1/+1
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-182-4/+20
* added Workbook.getName(String) method. Fixed javadoc on related methodsJosh Micich2009-04-161-26/+28
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-1/+1
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...Yegor Kozlov2009-04-0836-0/+5467
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-064-34/+46
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-065-1086/+1481
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-032-1/+123
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-302-3/+17
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-011-0/+133
* fixed non-standard ASF license headersYegor Kozlov2009-02-243-15/+18
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-1/+1
* Modified formula parser to encode SUM taking a single argument as tAttrSum (f...Josh Micich2009-02-022-3/+23
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-021-1/+7
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...Josh Micich2009-01-222-0/+58
* Simplifying ValueEval hierarchy, added comments to Function and OperationEval.Josh Micich2008-12-311-9/+10
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-232-5/+24
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-041-0/+1
* fixed compiler error due unused importJosh Micich2008-12-041-1/+0
* Initial add of ForkedEvaluator functionalityJosh Micich2008-12-044-0/+539
* Minor code improvements, fixed commentsJosh Micich2008-12-031-15/+39
* more generics compiler warnings fixes for poi.ss.formulaJosh Micich2008-12-038-44/+43
* fixed generics compiler warnings for poi.ss.formulaJosh Micich2008-12-038-127/+73
* modified EvaluationCell to make Evaluation API more easily wrapable.Josh Micich2008-12-032-10/+13
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-011-0/+405
* added getNumberOfCells CellRangeAddressBase etcJosh Micich2008-11-192-0/+14
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-193-9/+82
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-134-13/+120
* extracted local variableJosh Micich2008-11-131-9/+10
* Fix bug #46184 - more odd escaped date formatsNick Burch2008-11-121-0/+2
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-121-1/+1