summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-232-0/+44
* applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroupYegor Kozlov2007-04-161-0/+17
* applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor...Yegor Kozlov2007-04-162-11/+174
* Fix for bug 41946: remember if the complex part of an array property is empty...Yegor Kozlov2007-04-121-10/+20
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-202-2/+2
* improved work with cell commentsYegor Kozlov2007-03-122-35/+56
* fix amateur hour coding mistake Andrew C. Oliver2007-03-021-5/+6
* http://issues.apache.org/bugzilla/show_bug.cgi?id=40548Andrew C. Oliver2007-03-021-5/+8
* Allow user defined named ranges. Calling super doesn't seem to break anythin...Andrew C. Oliver2007-03-021-1/+4
* not autofit for formula cellsYegor Kozlov2007-02-261-2/+0
* support for auto-sizing worksheet columnsYegor Kozlov2007-02-131-0/+99
* changing attributes of existing cell comments is reflected after saveYegor Kozlov2007-01-312-5/+24
* 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