aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelog againNick Burch2008-01-091-1/+14
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-091-1/+7
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S...Nick Burch2008-01-086-20/+57
* Support for unicode named named ranges (patch and test from bug #42033)Nick Burch2008-01-081-19/+23
* Fix bug #34023 - when shifting rows, update the any formula references to tho...Nick Burch2008-01-081-6/+47
* Add a new method onto AreaReference to get all the cells referenced, not just...Nick Burch2008-01-083-1/+42
* Extend named range support in formulas to include non-contiguous named rangesNick Burch2008-01-082-16/+45
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-081-4/+23
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-083-0/+62
* Fix for bug #44167 - patch from Paolo MottadelliNick Burch2008-01-082-12/+77
* Fix bug #44070 - patch from Gian Carlo PaceNick Burch2008-01-071-1/+21
* Improve the javadocs for font and fill related colourings, and add another te...Nick Burch2008-01-022-22/+29
* fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc...Yegor Kozlov2007-12-241-2/+2
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-042-37/+53
* String Continue records support (with test), from bug #41064Nick Burch2007-12-043-1/+13
* SBAT fix from bug #11744Nick Burch2007-12-042-0/+23
* Usermodel support for the datavalidation code, and tests for it (bug 27511)Nick Burch2007-12-031-0/+93
* More code from bug #27511, now ported to the new style record codeNick Burch2007-12-033-13/+603
* Start on importing validation patches from bug #27511 (DVRecord still needs m...Nick Burch2007-12-033-0/+882
* fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE recordsYegor Kozlov2007-11-232-5/+14
* Preserve unread bytes when serializing the recordYegor Kozlov2007-11-231-7/+24
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat...Nick Burch2007-11-121-0/+8
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-121-9/+9
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-122-1/+148
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-121-4/+15
* Support getting and setting as int, as well as short (bug #43648)Nick Burch2007-11-121-2/+34
* throw exception when the maximum number of fonts was exceededYegor Kozlov2007-11-061-0/+3
* improved handling rotated text in HSSFSheet.autoSizeColumnYegor Kozlov2007-11-061-43/+57
* fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe...Yegor Kozlov2007-11-031-5/+5
* Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil...Yegor Kozlov2007-11-031-4/+42
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-272-0/+193
* In FormulaParser, add in non-static methods too for toFormulaString, which us...Nick Burch2007-10-151-2/+22
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ...Nick Burch2007-10-152-5/+12
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-014-10/+140
* Fix True/False function arguments (from Pavel, bug #43496Nick Burch2007-09-271-2/+2
* Fix from Pavel Krupets for Excel Bug Date (1900/2/29)Nick Burch2007-09-251-23/+25
* Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI...Nick Burch2007-09-242-12/+29
* Update POIDocument to use POILoggerNick Burch2007-09-191-3/+3
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-66/+22
* Move POIDocument out of the scratchpadNick Burch2007-09-191-0/+216
* Fix for cell references on rows > 32768 (bug #43399)Nick Burch2007-09-181-1/+39
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ...Nick Burch2007-09-181-54/+83
* Fix for rows between 32767 and 65536, don't incorrectly cast to a short (fixe...Nick Burch2007-09-171-3/+5
* Add a note on autoSizeColumn being a somewhat slow opperation. Update the sta...Nick Burch2007-09-171-0/+4
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ...Yegor Kozlov2007-09-131-11/+7
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-111-17/+0
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-085-1/+342
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se...Yegor Kozlov2007-08-267-14/+590
* fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 411...Yegor Kozlov2007-08-262-38/+71
* Fix for bug #42844 - Include some of the crazy continue record handling that ...Nick Burch2007-08-231-5/+35