aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Add standard licence header for src/java directoryMark Thomas2007-01-1526-21/+455
* License comment fixed.Rainer Klute2007-01-151-17/+16
* Yegor's patch from bug #41242Nick Burch2007-01-051-0/+12
* Comment support from bug 41198, patch from YegorNick Burch2007-01-0113-7/+772
* Switching from ASL 1.1 to AL 2.0 - no one had a reason for these being this w...Henri Yandell2006-12-3110-520/+150
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-224-20/+24
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-224-389/+389
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-22412-2060/+2472
* When sorting the contents of a directory, do so in a way that doesn't upset E...Nick Burch2006-12-121-3/+30
* 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-112-5/+5
* BUG 27496: get/setPageBreak and get/getColumnBreak now work correctly if a te...Jason Height2006-09-082-19/+42
* replaced use of String.contains(..) with String.indexOf(..) >= 0 to make it J...Amol S. Deshmukh2006-08-291-1/+1
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-299-21/+21
* bug 23631: support for getting the current pane information in excelJason Height2006-08-295-7/+144
* 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-282-0/+68
* Bug28755: CellReference will throws IllegalArgumentException when an illegal ...Jason Height2006-08-281-1/+5
* Bug36646: Ret3dPtg to include quotes when sheetname contains a space.Jason Height2006-08-281-1/+7
* Removed EXPERIMENTAL indication on the formula support.Jason Height2006-08-272-44/+0
* Added explicit RecordFormatException when a FilePass record (indicating that ...Jason Height2006-08-276-3/+213
* Bug 38796: Check for null in PageBreakRecordJason Height2006-08-271-1/+3
* Throw exception rather than returning NO IDEA SHARED FORMULAJason Height2006-08-271-1/+2
* Forgot to reset shared formula option during conversionJason Height2006-08-262-1/+7
* Found a case where the shared formula does not resolve. This was in the test ...Jason Height2006-08-262-24/+28
* bug 40285: Corrected index of CellIterator. In addition made CelIterator obey...Jason Height2006-08-251-1/+7
* 1. when formula parse fails, reported error now includes the "pointer" Amol S. Deshmukh2006-08-241-1/+3
* Bug: 40267 squashed.Jason Height2006-08-181-1/+1
* 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
* bugfix 38396: Exponential numbers are now handled by the formula parserAmol S. Deshmukh2006-08-091-5/+33
* Made a bit of a meal out of the Shared formula patch, some of our test cases ...Jason Height2006-07-2714-362/+875
* SHARED FORMULA SUPPORT:Jason Height2006-07-2517-67/+1349
* 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