summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 17890: Corrected exception text for zero byte file.Jason Height2006-07-252-0/+7
* Clean up of HSSFDataFormat. Whilst Bug 22456 was probably not an issue with t...Jason Height2006-07-251-20/+4
* Exception Chaining: Added support for java 1.4 style exception chaining. Beli...Jason Height2006-07-247-12/+15
* Bug 38486: Added handling of special 0x40 (64 dec) color.Jason Height2006-07-244-10/+88
* Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown.Jason Height2006-07-231-0/+1
* Helper method for when moving stuff about in an array, plus testNick Burch2006-07-021-1/+57
* Allow fetching and changing the character set, eg to support wingdings fonts ...Nick Burch2006-06-161-0/+43
* Fix for bug 39800 - if the Array size in the simple block doesn't inclde the ...Nick Burch2006-06-131-2/+32
* If given an empty (but not null) byte array to get a whole string from, retur...Nick Burch2006-05-101-0/+2
* Forgot to check in my nit-picking grammatical changes in comments.Rainer Klute2006-05-061-27/+27
* Support for many, many character encodings added. Thanks to TrejkazRainer Klute2006-05-062-2/+162
* 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
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-0332-271/+2138
* Fixed an issue with it not compiling.Shawn Laubach2006-01-221-1/+1
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-213-13/+33
* Bug37630: SQUASHED! Array Ptgs now implemented (at least the read and write f...Jason Height2006-01-217-88/+488
* BUG 38230 Fixed. Confirmed that the typecast from byte to char caused errors....Jason Height2006-01-172-5/+10
* BUG 37056 & BUG 37058 fixedJason Height2006-01-132-1/+20
* Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.Jason Height2006-01-054-7/+22
* Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu...Jason Height2006-01-034-20/+54
* Added patch (along with fixes to it so that the unit tests work) for bug 37637Jason Height2006-01-03149-634/+411
* Performance and memory improvements:Jason Height2005-09-0239-204/+249
* UnicodeString now does not do the peculiar new String(getBytes("Unicode"),"Un...Jason Height2005-09-021-14/+5
* Added a factory implementation for BitFields. Will save a bit of memory.Jason Height2005-09-021-0/+43
* Removed the containsLabels variableJason Height2005-08-261-8/+1
* Applied patch to convert LabelRecords to LabelSSTRecords from bug19053Jason Height2005-08-262-50/+48
* Fix for Bug#28328Amol S. Deshmukh2005-08-242-2/+58
* Minor javadoc updateJason Height2005-08-231-3/+3
* Major landing of the following changes:Jason Height2005-08-18199-5022/+3056
* [35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatReco...Amol S. Deshmukh2005-07-201-5/+7
* [35799] getXFIndexForColAt(short ) addedAmol S. Deshmukh2005-07-201-1/+32
* Fix for issue# 35716: additional check added in method hasRange to detect cel...Amol S. Deshmukh2005-07-131-3/+1
* trivial editAvik Sengupta2005-07-081-1/+1
* fix for issues 34575 and 35527 { fillFields(..) modified }Amol S. Deshmukh2005-07-061-3/+5
* New formula eval stuff - added functions and refactored, by AmolAvik Sengupta2005-06-091-2/+2
* bug 35084, reported by Stefano Rocca. fixed in Sheet.javaAvik Sengupta2005-05-311-1/+1
* bug 35084, reported by Stefano Rocca. fixed in Sheet.javaAvik Sengupta2005-05-312-3/+13
* check for short EscherClientAnchor Records. Bug 34787 : by Nick BurchAvik Sengupta2005-05-251-14/+29
* Additional constants for background fill, by Andreas EngelAvik Sengupta2005-05-241-0/+4
* toString() method for HSSFCell to returnAvik Sengupta2005-05-201-3/+42
* Fix for bug 27272 : Unknown Ptg 3C and 3DAvik Sengupta2005-05-194-2/+99
* better diagnosticAvik Sengupta2005-05-191-1/+1
* unary plus: patch by Amol Deshmukh, test addedAvik Sengupta2005-05-181-1/+6
* - Improved the build process' with respect to its dependencies on JUnit, JDep...Rainer Klute2005-05-161-13/+53
* Javadoc issues resolved.Rainer Klute2005-05-163-4/+3
* StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922Avik Sengupta2005-05-161-32/+39
* 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-072-0/+62
* Bug 34745 Update ddf.EscherTextboxRecord to be cleaner, and allow setting of ...Glen Stampoultzis2005-05-051-40/+30