aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed problem with linking shared formulas when ranges overlapJosh Micich2008-11-072-3/+44
* javadocs cleanupYegor Kozlov2008-11-079-22/+12
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-303-11/+156
* Fixed compilation error introduced in r708982Josh Micich2008-10-301-15/+7
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-291-0/+673
* Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from Josh Micich2008-10-272-0/+24
* Merged revisions 706772,707450,707481 via svnmerge from Josh Micich2008-10-262-12/+28
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-0/+17
* Merged revisions 703063 via svnmerge from Josh Micich2008-10-0918-452/+1096
* Merged revisions 701756,702231 via svnmerge from Josh Micich2008-10-091-4/+8
* Merged revisions 700479,700493,700916,701302,701569,701598,701747 via svnmerg...Josh Micich2008-10-095-14/+25
* applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920Yegor Kozlov2008-10-011-0/+1
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-2913-381/+834
* Merged revisions 698047 via svnmerge from Josh Micich2008-09-2313-259/+674
* Merged revisions 697145 via svnmerge from Josh Micich2008-09-191-21/+4
* formula improvements from joshYegor Kozlov2008-09-193-0/+73
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-1917-837/+2350
* Merged revisions 696813 via svnmerge from Josh Micich2008-09-184-0/+169
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-134-248/+395
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-075-78/+354