summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert to use POIDocumentNick Burch2007-09-171-2/+5
* When writing out a HSLF file, optionally also write out all the different OLE...Nick Burch2007-09-174-1/+125
* Ensure that evaluateInCell sets the underlying cell type properly (fix from P...Nick Burch2007-09-171-0/+3
* Implementation of the Day function from Pavel KrupetsNick Burch2007-09-171-5/+44
* Fix the indenting on write(), which has been messed up for an ageNick Burch2007-09-171-81/+97
* Add a note on autoSizeColumn being a somewhat slow opperation. Update the sta...Nick Burch2007-09-173-0/+14
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ...Yegor Kozlov2007-09-133-11/+25
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-112-18/+1
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-093-6/+70
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-086-16/+375
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-0810-22/+847
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se...Yegor Kozlov2007-08-2610-18/+593
* fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 411...Yegor Kozlov2007-08-263-38/+191
* Changelog updateNick Burch2007-08-232-0/+4
* Fix for bug #42844 - Include some of the crazy continue record handling that ...Nick Burch2007-08-233-5/+123
* When writing out a workbook, skip a WORKBOOK stream (if there is one), since ...Nick Burch2007-08-232-0/+77
* Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)Nick Burch2007-08-232-3/+88
* When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOBNick Burch2007-08-231-4/+9
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-152-0/+34
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ...Nick Burch2007-08-155-1/+29
* Patch from bug #43108 - when fetching system properties, use sensible default...Nick Burch2007-08-155-8/+29
* Patch from David Law in bug #43093 - handle Area3D formula references that re...Nick Burch2007-08-154-3/+49
* 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-093-8/+46
* If the Escher layer is asked to draw text with an invalid font, throw a much ...Nick Burch2007-08-092-0/+22
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd...Yegor Kozlov2007-08-063-5/+34
* Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat...Nick Burch2007-08-067-5/+145
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-032-4/+31
* you can now protect files with writeProtectWorkbookAndrew C. Oliver2007-07-186-6/+322
* Add stub hsmf documentationNick Burch2007-07-093-0/+86
* Initial HSMF (outlook) support from TravisNick Burch2007-07-0915-0/+989
* Update the homepage for 3.0.1 releaseNick Burch2007-07-061-5/+8
* Update the changelog with a couple of thingsNick Burch2007-07-022-0/+10
* keep the javadoc compiler quietYegor Kozlov2007-07-0212-20/+23
* 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-026-30/+224
* 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-2922-80/+0
* Fix a whole slew of javadoc warningsNick Burch2007-06-29208-832/+0
* Several TLP tweaks and typo fixes in the documentation. Update the changelog ...Nick Burch2007-06-2711-10/+160
* Include a test for the text extraction code. Update code to use POILogger ins...Nick Burch2007-06-275-6/+140
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-2710-4/+224
* Restored the cast: JDK 1.4 needs it. :-(Rainer Klute2007-06-261-2/+2
* fixed [Bug 42677] - HSLF SlideShow write() issues on tablesYegor Kozlov2007-06-262-2/+31
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-265-4/+49
* Removed unnecessary cast.Rainer Klute2007-06-251-2/+2
* move poi to top levelJoe Schaefer2007-06-250-0/+0
* Consistency check added when reading property set stream. An IllegalPropertyD...Rainer Klute2007-06-231-0/+24
* Make a start on processing the commands within the chunks, and their values. ...Nick Burch2007-06-214-3/+203