aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model/Workbook.java
Commit message (Expand)AuthorAgeFilesLines
* A partial fix for bug #30978, but something still remains, which seems to be ...Nick Burch2008-06-181-2/+22
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-161-0/+3
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-231-2/+1
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-011-3/+3
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-071-0/+11
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-041-160/+77
* More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a...Nick Burch2008-02-011-1/+20
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-091-3/+57
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-081-0/+23
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-1/+6
* you can now protect files with writeProtectWorkbookAndrew C. Oliver2007-07-181-5/+88
* http://issues.apache.org/bugzilla/show_bug.cgi?id=23951Andrew C. Oliver2007-06-041-1/+13
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* 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-031-1/+0
* Performance and memory improvements:Jason Height2005-09-021-0/+1
* Fix for Bug#28328Amol S. Deshmukh2005-08-241-2/+16
* Major landing of the following changes:Jason Height2005-08-181-23/+9
* refactoredAvik Sengupta2005-05-021-1/+0
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-011-14/+74
* bug 34007 - DBCS cell format, patch by Alexander LitvinovAvik Sengupta2005-04-281-0/+4
* Bugzilla Bug 30951Glen Stampoultzis2004-09-191-1/+19
* Bugzilla Bug 30836Glen Stampoultzis2004-09-191-3/+11
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-30/+22
* Conditional check for logging to avoid creating too many temporary objects.Glen Stampoultzis2004-06-201-39/+65
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-091-0/+52
* Fix to 24519. getCustomPalette now works on the head with a newly created wor...Jason Height2003-11-091-1/+0
* Dont forget to set the palette pos of the new palette recordJason Height2003-10-141-0/+1
* Fix on head for custom palettes.Jason Height2003-10-141-4/+7
* MERGE from REL_2_BRANCH: bug 15228 and related fixesAvik Sengupta2003-07-271-11/+15
* MERGE from REL_2_BRANCH: Bug id 20696Avik Sengupta2003-07-271-1/+1
* Same changes as just went to the branchGlen Stampoultzis2003-06-261-60/+69
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-071-1/+16
* Print Area PatchDanny Mui2003-03-061-0/+43
* Support for changing sheet order submitted by Ruel Loehr. Probably should als...Avik Sengupta2003-03-011-0/+13
* Support for freezepanes / split panes / header rows and columns on printouts....Glen Stampoultzis2003-02-061-94/+104
* PR 15743: Add support for custom palettes: Submitted by Brian SandersAvik Sengupta2003-01-021-1/+40
* Some charting work (this is not currently working so don't expect much).Glen Stampoultzis2002-12-161-112/+139
* RecalcIdRecord added (bug 13500).Rainer Klute2002-12-111-5/+5
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14375Andrew C. Oliver2002-11-281-0/+17
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13500Andrew C. Oliver2002-11-281-5/+16
* Changes for model factory/event factory (added model marker interface)Andrew C. Oliver2002-11-231-1/+1
* Move self from developer list to committer list and update emails (so people ...Shawn Laubach2002-10-051-1/+1
* Fixed code that adds a format record to keep indexes to xfpos and bspos corre...Shawn Laubach2002-10-041-0/+2
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12349Andrew C. Oliver2002-09-061-0/+8
* custom data formats patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=...Andrew C. Oliver2002-08-151-8/+83
* String record addedGlen Stampoultzis2002-07-291-272/+271
* from russia with love (LOL)Andrew C. Oliver2002-07-211-7/+25