| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 17890: Corrected exception text for zero byte file. | Jason Height | 2006-07-25 | 2 | -0/+7 |
* | Clean up of HSSFDataFormat. Whilst Bug 22456 was probably not an issue with t... | Jason Height | 2006-07-25 | 1 | -20/+4 |
* | Exception Chaining: Added support for java 1.4 style exception chaining. Beli... | Jason Height | 2006-07-24 | 7 | -12/+15 |
* | Bug 38486: Added handling of special 0x40 (64 dec) color. | Jason Height | 2006-07-24 | 4 | -10/+88 |
* | Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown. | Jason Height | 2006-07-23 | 1 | -0/+1 |
* | Helper method for when moving stuff about in an array, plus test | Nick Burch | 2006-07-02 | 1 | -1/+57 |
* | Allow fetching and changing the character set, eg to support wingdings fonts ... | Nick Burch | 2006-06-16 | 1 | -0/+43 |
* | Fix for bug 39800 - if the Array size in the simple block doesn't inclde the ... | Nick Burch | 2006-06-13 | 1 | -2/+32 |
* | If given an empty (but not null) byte array to get a whole string from, retur... | Nick Burch | 2006-05-10 | 1 | -0/+2 |
* | Forgot to check in my nit-picking grammatical changes in comments. | Rainer Klute | 2006-05-06 | 1 | -27/+27 |
* | Support for many, many character encodings added. Thanks to Trejkaz | Rainer Klute | 2006-05-06 | 2 | -2/+162 |
* | Support for line thicknes through escher graphics 2d interface. | Glen Stampoultzis | 2006-04-29 | 2 | -6/+32 |
* | Updated to support lines for the EscherGraphics2d draw() call. | Glen Stampoultzis | 2006-04-25 | 1 | -5/+11 |
* | * Writing support added to the SummaryInformation and DocumentSummaryInformat... | Rainer Klute | 2006-03-03 | 32 | -271/+2138 |
* | Fixed an issue with it not compiling. | Shawn Laubach | 2006-01-22 | 1 | -1/+1 |
* | Added the ability to set the default style for an individual column in a sheet. | Shawn Laubach | 2006-01-21 | 3 | -13/+33 |
* | Bug37630: SQUASHED! Array Ptgs now implemented (at least the read and write f... | Jason Height | 2006-01-21 | 7 | -88/+488 |
* | BUG 38230 Fixed. Confirmed that the typecast from byte to char caused errors.... | Jason Height | 2006-01-17 | 2 | -5/+10 |
* | BUG 37056 & BUG 37058 fixed | Jason Height | 2006-01-13 | 2 | -1/+20 |
* | Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed. | Jason Height | 2006-01-05 | 4 | -7/+22 |
* | Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu... | Jason Height | 2006-01-03 | 4 | -20/+54 |
* | Added patch (along with fixes to it so that the unit tests work) for bug 37637 | Jason Height | 2006-01-03 | 149 | -634/+411 |
* | Performance and memory improvements: | Jason Height | 2005-09-02 | 39 | -204/+249 |
* | UnicodeString now does not do the peculiar new String(getBytes("Unicode"),"Un... | Jason Height | 2005-09-02 | 1 | -14/+5 |
* | Added a factory implementation for BitFields. Will save a bit of memory. | Jason Height | 2005-09-02 | 1 | -0/+43 |
* | Removed the containsLabels variable | Jason Height | 2005-08-26 | 1 | -8/+1 |
* | Applied patch to convert LabelRecords to LabelSSTRecords from bug19053 | Jason Height | 2005-08-26 | 2 | -50/+48 |
* | Fix for Bug#28328 | Amol S. Deshmukh | 2005-08-24 | 2 | -2/+58 |
* | Minor javadoc update | Jason Height | 2005-08-23 | 1 | -3/+3 |
* | Major landing of the following changes: | Jason Height | 2005-08-18 | 199 | -5022/+3056 |
* | [35799] Used getXFIndexForColAt(short ) to get the default ExtendedFormatReco... | Amol S. Deshmukh | 2005-07-20 | 1 | -5/+7 |
* | [35799] getXFIndexForColAt(short ) added | Amol S. Deshmukh | 2005-07-20 | 1 | -1/+32 |
* | Fix for issue# 35716: additional check added in method hasRange to detect cel... | Amol S. Deshmukh | 2005-07-13 | 1 | -3/+1 |
* | trivial edit | Avik Sengupta | 2005-07-08 | 1 | -1/+1 |
* | fix for issues 34575 and 35527 { fillFields(..) modified } | Amol S. Deshmukh | 2005-07-06 | 1 | -3/+5 |
* | New formula eval stuff - added functions and refactored, by Amol | Avik Sengupta | 2005-06-09 | 1 | -2/+2 |
* | bug 35084, reported by Stefano Rocca. fixed in Sheet.java | Avik Sengupta | 2005-05-31 | 1 | -1/+1 |
* | bug 35084, reported by Stefano Rocca. fixed in Sheet.java | Avik Sengupta | 2005-05-31 | 2 | -3/+13 |
* | check for short EscherClientAnchor Records. Bug 34787 : by Nick Burch | Avik Sengupta | 2005-05-25 | 1 | -14/+29 |
* | Additional constants for background fill, by Andreas Engel | Avik Sengupta | 2005-05-24 | 1 | -0/+4 |
* | toString() method for HSSFCell to return | Avik Sengupta | 2005-05-20 | 1 | -3/+42 |
* | Fix for bug 27272 : Unknown Ptg 3C and 3D | Avik Sengupta | 2005-05-19 | 4 | -2/+99 |
* | better diagnostic | Avik Sengupta | 2005-05-19 | 1 | -1/+1 |
* | unary plus: patch by Amol Deshmukh, test added | Avik Sengupta | 2005-05-18 | 1 | -1/+6 |
* | - Improved the build process' with respect to its dependencies on JUnit, JDep... | Rainer Klute | 2005-05-16 | 1 | -13/+53 |
* | Javadoc issues resolved. | Rainer Klute | 2005-05-16 | 3 | -4/+3 |
* | StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922 | Avik Sengupta | 2005-05-16 | 1 | -32/+39 |
* | Fixed issue where adding builtin types pushed other formats later in the list. | Shawn Laubach | 2005-05-09 | 1 | -2/+7 |
* | user API to set window pane when wb is opened | Avik Sengupta | 2005-05-07 | 2 | -0/+62 |
* | Bug 34745 Update ddf.EscherTextboxRecord to be cleaner, and allow setting of ... | Glen Stampoultzis | 2005-05-05 | 1 | -40/+30 |