| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to use POIDocument | Nick Burch | 2007-09-17 | 1 | -2/+5 |
* | When writing out a HSLF file, optionally also write out all the different OLE... | Nick Burch | 2007-09-17 | 4 | -1/+125 |
* | Ensure that evaluateInCell sets the underlying cell type properly (fix from P... | Nick Burch | 2007-09-17 | 1 | -0/+3 |
* | Implementation of the Day function from Pavel Krupets | Nick Burch | 2007-09-17 | 1 | -5/+44 |
* | Fix the indenting on write(), which has been messed up for an age | Nick Burch | 2007-09-17 | 1 | -81/+97 |
* | Add a note on autoSizeColumn being a somewhat slow opperation. Update the sta... | Nick Burch | 2007-09-17 | 3 | -0/+14 |
* | fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ... | Yegor Kozlov | 2007-09-13 | 3 | -11/+25 |
* | fix broken compilation. removed a reference to a class from the scratchpad. | Yegor Kozlov | 2007-09-11 | 2 | -18/+1 |
* | support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details. | Yegor Kozlov | 2007-09-09 | 3 | -6/+70 |
* | Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details. | Yegor Kozlov | 2007-09-08 | 6 | -16/+375 |
* | Support for getting OLE object data from slide show. See Bug 43247 for details. | Yegor Kozlov | 2007-09-08 | 10 | -22/+847 |
* | initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se... | Yegor Kozlov | 2007-08-26 | 10 | -18/+593 |
* | fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 411... | Yegor Kozlov | 2007-08-26 | 3 | -38/+191 |
* | Changelog update | Nick Burch | 2007-08-23 | 2 | -0/+4 |
* | Fix for bug #42844 - Include some of the crazy continue record handling that ... | Nick Burch | 2007-08-23 | 3 | -5/+123 |
* | When writing out a workbook, skip a WORKBOOK stream (if there is one), since ... | Nick Burch | 2007-08-23 | 2 | -0/+77 |
* | Implementation of Month and Year functions, from Guenter Kickinger (bug #43199) | Nick Burch | 2007-08-23 | 2 | -3/+88 |
* | When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOB | Nick Burch | 2007-08-23 | 1 | -4/+9 |
* | Add in missing copyright headers to a couple of new testcases | Nick Burch | 2007-08-15 | 2 | -0/+34 |
* | Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ... | Nick Burch | 2007-08-15 | 5 | -1/+29 |
* | Patch from bug #43108 - when fetching system properties, use sensible default... | Nick Burch | 2007-08-15 | 5 | -8/+29 |
* | Patch from David Law in bug #43093 - handle Area3D formula references that re... | Nick Burch | 2007-08-15 | 4 | -3/+49 |
* | Bug 43090: autoSizeColumn can calculate negative sizes for the column width d... | Yegor Kozlov | 2007-08-10 | 1 | -0/+3 |
* | Further enhancements to Font Metrics support, wrt fonts with bold/italic vari... | Nick Burch | 2007-08-09 | 3 | -8/+46 |
* | If the Escher layer is asked to draw text with an invalid font, throw a much ... | Nick Burch | 2007-08-09 | 2 | -0/+22 |
* | fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd... | Yegor Kozlov | 2007-08-06 | 3 | -5/+34 |
* | Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat... | Nick Burch | 2007-08-06 | 7 | -5/+145 |
* | fixed Bug 42999: HSSFPatriarch positioning problem | Yegor Kozlov | 2007-08-03 | 2 | -4/+31 |
* | you can now protect files with writeProtectWorkbook | Andrew C. Oliver | 2007-07-18 | 6 | -6/+322 |
* | Add stub hsmf documentation | Nick Burch | 2007-07-09 | 3 | -0/+86 |
* | Initial HSMF (outlook) support from Travis | Nick Burch | 2007-07-09 | 15 | -0/+989 |
* | Update the homepage for 3.0.1 release | Nick Burch | 2007-07-06 | 1 | -5/+8 |
* | Update the changelog with a couple of things | Nick Burch | 2007-07-02 | 2 | -0/+10 |
* | keep the javadoc compiler quiet | Yegor Kozlov | 2007-07-02 | 12 | -20/+23 |
* | oops...forgot these | Andrew C. Oliver | 2007-07-02 | 2 | -0/+259 |
* | Now can protect sheets with a password. So everyone may cease whining about it | Andrew C. Oliver | 2007-07-02 | 6 | -30/+224 |
* | Yet more javadoc fixes | Nick Burch | 2007-06-29 | 20 | -63/+22 |
* | Lots more javadoc warning fixes | Nick Burch | 2007-06-29 | 129 | -563/+148 |
* | Some more fixes for javadoc warnings | Nick Burch | 2007-06-29 | 22 | -80/+0 |
* | Fix a whole slew of javadoc warnings | Nick Burch | 2007-06-29 | 208 | -832/+0 |
* | Several TLP tweaks and typo fixes in the documentation. Update the changelog ... | Nick Burch | 2007-06-27 | 11 | -10/+160 |
* | Include a test for the text extraction code. Update code to use POILogger ins... | Nick Burch | 2007-06-27 | 5 | -6/+140 |
* | Lots more HDGF support for chunks, and add support for basic text extraction | Nick Burch | 2007-06-27 | 10 | -4/+224 |
* | Restored the cast: JDK 1.4 needs it. :-( | Rainer Klute | 2007-06-26 | 1 | -2/+2 |
* | fixed [Bug 42677] - HSLF SlideShow write() issues on tables | Yegor Kozlov | 2007-06-26 | 2 | -2/+31 |
* | make the code compatible with JDK 1.4.2 | Yegor Kozlov | 2007-06-26 | 5 | -4/+49 |
* | Removed unnecessary cast. | Rainer Klute | 2007-06-25 | 1 | -2/+2 |
* | move poi to top level | Joe Schaefer | 2007-06-25 | 0 | -0/+0 |
* | Consistency check added when reading property set stream. An IllegalPropertyD... | Rainer Klute | 2007-06-23 | 1 | -0/+24 |
* | Make a start on processing the commands within the chunks, and their values. ... | Nick Burch | 2007-06-21 | 4 | -3/+203 |