aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-06-161-0/+3
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-06-091-32/+32
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-06-061-42/+67
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-283-331/+532
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-234-126/+101
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-2/+8
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-161-849/+318
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-062-4/+28
* In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t...Nick Burch2008-04-151-7/+7
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-151-8/+9
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-141-0/+5
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-051-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-051-5/+7
* Merged revisions 642878-642946 via svnmerge from Nick Burch2008-04-051-4/+2
* Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134...Nick Burch2008-03-291-2/+24
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-291-0/+73
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-292-25/+18
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-084-786/+1090
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-041-1/+20
* Patch to support UncalcedRecord and usermodel code for it, to indicate formul...Nick Burch2008-01-161-3/+39
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-151-1/+12
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-092-5/+73
* Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr...Nick Burch2008-01-091-0/+6
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-081-4/+23
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-081-0/+23
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat...Nick Burch2007-11-121-0/+8
* In FormulaParser, add in non-static methods too for toFormulaString, which us...Nick Burch2007-10-151-2/+22
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ...Nick Burch2007-10-151-4/+11
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-1/+6
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ...Nick Burch2007-09-181-54/+83
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-031-4/+4
* you can now protect files with writeProtectWorkbookAndrew C. Oliver2007-07-182-5/+93
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-021-1/+141
* Some more fixes for javadoc warningsNick Burch2007-06-294-4/+0
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-061-1/+1
* http://issues.apache.org/bugzilla/show_bug.cgi?id=23951Andrew C. Oliver2007-06-041-1/+13
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-201-1/+1
* Add standard licence header for src/java directoryMark Thomas2007-01-151-1/+18
* Comment support from bug 41198, patch from YegorNick Burch2007-01-012-1/+138
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2214-70/+84
* BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te...Jason Height2006-09-081-6/+21
* bug 23631: support for getting the current pane information in excelJason Height2006-08-291-2/+25
* bug 31044: Corrected parsing of references which contain double sheet names i...Jason Height2006-08-281-2/+13
* Bug 33736: Applied patch for Column Hiding. ThanksJason Height2006-08-281-0/+45
* 1. when formula parse fails, reported error now includes the "pointer" Amol S. Deshmukh2006-08-241-1/+3
* bugfix 38396: Exponential numbers are now handled by the formula parserAmol S. Deshmukh2006-08-091-5/+33
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-211-2/+11
* BUG 37056 & BUG 37058 fixedJason Height2006-01-131-0/+20
* Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu...Jason Height2006-01-031-3/+12
* Added patch (along with fixes to it so that the unit tests work) for bug 37637Jason Height2006-01-035-18/+17