summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ...Nick Burch2007-08-151-1/+1
* Patch from bug #43108 - when fetching system properties, use sensible default...Nick Burch2007-08-153-8/+27
* Bug 43090: autoSizeColumn can calculate negative sizes for the column width d...Yegor Kozlov2007-08-101-0/+3
* Further enhancements to Font Metrics support, wrt fonts with bold/italic vari...Nick Burch2007-08-092-8/+37
* If the Escher layer is asked to draw text with an invalid font, throw a much ...Nick Burch2007-08-091-0/+8
* Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat...Nick Burch2007-08-063-4/+61
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-031-4/+4
* you can now protect files with writeProtectWorkbookAndrew C. Oliver2007-07-186-6/+322
* keep the javadoc compiler quietYegor Kozlov2007-07-024-9/+8
* oops...forgot theseAndrew C. Oliver2007-07-022-0/+259
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-025-30/+208
* Yet more javadoc fixesNick Burch2007-06-2920-63/+22
* Lots more javadoc warning fixesNick Burch2007-06-29129-563/+148
* Some more fixes for javadoc warningsNick Burch2007-06-295-6/+0
* Restored the cast: JDK 1.4 needs it. :-(Rainer Klute2007-06-261-2/+2
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-261-1/+1
* Removed unnecessary cast.Rainer Klute2007-06-251-2/+2
* Consistency check added when reading property set stream. An IllegalPropertyD...Rainer Klute2007-06-231-0/+24
* Add a new method on HSSFDateUtil of isADateFormat, which will cope with both ...Nick Burch2007-06-171-2/+38
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-0617-17/+17
* Replace the single method JavaDoc copied from the JDK with our own documentat...Nick Burch2007-06-042-16/+34
* http://issues.apache.org/bugzilla/show_bug.cgi?id=23951Andrew C. Oliver2007-06-042-1/+14
* 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