aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* Support Excel files which contain a WORKBOOK entry, rather than the usual Wor...Nick Burch2006-11-301-1/+23
* Bug 30635: getLastCellNum return last cell num + 1. Made this clear in javadoc.Jason Height2006-09-111-3/+3
* BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te...Jason Height2006-09-081-13/+21
* bug 23631: support for getting the current pane information in excelJason Height2006-08-291-3/+12
* Bug 33736: Applied patch for Column Hiding. ThanksJason Height2006-08-281-0/+23
* bug 40285: Corrected index of CellIterator. In addition made CelIterator obey...Jason Height2006-08-251-1/+7
* git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@430976 13f7953...Sean Sullivan2006-08-121-1/+1
* In setCellFormula(String) the Ptg stack in FormulaRecord is cleared before fi...Amol S. Deshmukh2006-08-091-4/+11
* Made a bit of a meal out of the Shared formula patch, some of our test cases ...Jason Height2006-07-272-1/+15
* Clean up of HSSFDataFormat. Whilst Bug 22456 was probably not an issue with t...Jason Height2006-07-251-20/+4
* Bug 38486: Added handling of special 0x40 (64 dec) color.Jason Height2006-07-243-10/+54
* Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown.Jason Height2006-07-231-0/+1
* Allow fetching and changing the character set, eg to support wingdings fonts ...Nick Burch2006-06-161-0/+43
* Support for line thicknes through escher graphics 2d interface.Glen Stampoultzis2006-04-292-6/+32
* Updated to support lines for the EscherGraphics2d draw() call.Glen Stampoultzis2006-04-251-5/+11
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-211-1/+9
* Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.Jason Height2006-01-051-4/+14
* Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu...Jason Height2006-01-032-15/+40
* Added patch (along with fixes to it so that the unit tests work) for bug 37637Jason Height2006-01-034-176/+140
* Performance and memory improvements:Jason Height2005-09-022-17/+34
* Applied patch to convert LabelRecords to LabelSSTRecords from bug19053Jason Height2005-08-261-3/+48
* Fix for Bug#28328Amol S. Deshmukh2005-08-241-0/+42
* Minor javadoc updateJason Height2005-08-231-3/+3
* Major landing of the following changes:Jason Height2005-08-183-52/+160
* [35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatReco...Amol S. Deshmukh2005-07-201-5/+7
* Additional constants for background fill, by Andreas EngelAvik Sengupta2005-05-241-0/+4
* toString() method for HSSFCell to returnAvik Sengupta2005-05-201-3/+42
* Javadoc issues resolved.Rainer Klute2005-05-161-2/+2
* Fixed issue where adding builtin types pushed other formats later in the list.Shawn Laubach2005-05-091-2/+7
* user API to set window pane when wb is openedAvik Sengupta2005-05-071-0/+31
* Moving to headGlen Stampoultzis2005-05-011-0/+39
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-015-13/+137
* Added underline capability to the header and footer.Shawn Laubach2005-04-222-177/+257
* fix for not being able to name a sheet as Sheet1, with some testsAvik Sengupta2005-04-211-1/+1
* corrected docAvik Sengupta2005-02-171-2/+1
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is a...Rainer Klute2005-01-028-29/+25
* the zero height flag is now exposed via the usermodel -ACOAndrew C. Oliver2004-11-151-0/+16
* Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ...Jason Height2004-10-142-8/+6
* Javadoc fixes and cleanup.Glen Stampoultzis2004-09-191-181/+222
* Bugzilla Bug 30951Glen Stampoultzis2004-09-191-3/+8
* Pier's other HWPF patch.Glen Stampoultzis2004-08-241-18/+19
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-2331-900/+831
* Conditional check for logging to avoid creating too many temporary objects.Glen Stampoultzis2004-06-203-20/+38
* Some fixes to the branch. Lots left to do. Boolean records aren't supported...Glen Stampoultzis2004-04-181-6/+8
* New licence changes.Glen Stampoultzis2004-04-0931-748/+496
* Moved some tests that were added to the wrong source branch.Glen Stampoultzis2004-04-095-293/+0
* Some of the later tweaks ported to the head.Glen Stampoultzis2004-04-093-4/+13
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-0925-10/+3765
* bug 24125 - date formats. sync to head.Avik Sengupta2004-01-011-12/+0
* Set constants to be static.Shawn Laubach2003-12-311-18/+18