| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | throw exception when the maximum number of fonts was exceeded | Yegor Kozlov | 2007-11-06 | 1 | -0/+3 |
* | improved handling rotated text in HSSFSheet.autoSizeColumn | Yegor Kozlov | 2007-11-06 | 1 | -43/+57 |
* | fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe... | Yegor Kozlov | 2007-11-03 | 1 | -5/+5 |
* | Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil... | Yegor Kozlov | 2007-11-03 | 1 | -4/+42 |
* | Implement an Excel text extractor, and put all the existing text extractors u... | Nick Burch | 2007-10-27 | 2 | -0/+193 |
* | In FormulaParser, add in non-static methods too for toFormulaString, which us... | Nick Burch | 2007-10-15 | 1 | -2/+22 |
* | Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ... | Nick Burch | 2007-10-15 | 2 | -5/+12 |
* | HSSFPicture.resize() - a handy method to reset a picture to its original widt... | Yegor Kozlov | 2007-10-01 | 4 | -10/+140 |
* | Fix True/False function arguments (from Pavel, bug #43496 | Nick Burch | 2007-09-27 | 1 | -2/+2 |
* | Fix from Pavel Krupets for Excel Bug Date (1900/2/29) | Nick Burch | 2007-09-25 | 1 | -23/+25 |
* | Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI... | Nick Burch | 2007-09-24 | 2 | -12/+29 |
* | Update POIDocument to use POILogger | Nick Burch | 2007-09-19 | 1 | -3/+3 |
* | Finish the POIDocument move, and update HSSFWorkbook to use it | Nick Burch | 2007-09-19 | 1 | -66/+22 |
* | Move POIDocument out of the scratchpad | Nick Burch | 2007-09-19 | 1 | -0/+216 |
* | Fix for cell references on rows > 32768 (bug #43399) | Nick Burch | 2007-09-18 | 1 | -1/+39 |
* | Improved Formula Parser support for ranges and exponents, from Pavel Krupets ... | Nick Burch | 2007-09-18 | 1 | -54/+83 |
* | Fix for rows between 32767 and 65536, don't incorrectly cast to a short (fixe... | Nick Burch | 2007-09-17 | 1 | -3/+5 |
* | Add a note on autoSizeColumn being a somewhat slow opperation. Update the sta... | Nick Burch | 2007-09-17 | 1 | -0/+4 |
* | fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ... | Yegor Kozlov | 2007-09-13 | 1 | -11/+7 |
* | fix broken compilation. removed a reference to a class from the scratchpad. | Yegor Kozlov | 2007-09-11 | 1 | -17/+0 |
* | Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details. | Yegor Kozlov | 2007-09-08 | 5 | -1/+342 |
* | initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se... | Yegor Kozlov | 2007-08-26 | 7 | -14/+590 |
* | fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 411... | Yegor Kozlov | 2007-08-26 | 2 | -38/+71 |
* | Fix for bug #42844 - Include some of the crazy continue record handling that ... | Nick Burch | 2007-08-23 | 1 | -5/+35 |
* | When writing out a workbook, skip a WORKBOOK stream (if there is one), since ... | Nick Burch | 2007-08-23 | 1 | -0/+7 |
* | Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ... | Nick Burch | 2007-08-15 | 1 | -1/+1 |
* | Patch from bug #43108 - when fetching system properties, use sensible default... | Nick Burch | 2007-08-15 | 3 | -8/+27 |
* | 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 | 2 | -8/+37 |
* | If the Escher layer is asked to draw text with an invalid font, throw a much ... | Nick Burch | 2007-08-09 | 1 | -0/+8 |
* | Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat... | Nick Burch | 2007-08-06 | 3 | -4/+61 |
* | fixed Bug 42999: HSSFPatriarch positioning problem | Yegor Kozlov | 2007-08-03 | 1 | -4/+4 |
* | you can now protect files with writeProtectWorkbook | Andrew C. Oliver | 2007-07-18 | 6 | -6/+322 |
* | keep the javadoc compiler quiet | Yegor Kozlov | 2007-07-02 | 4 | -9/+8 |
* | 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 | 5 | -30/+208 |
* | 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 | 5 | -6/+0 |
* | Restored the cast: JDK 1.4 needs it. :-( | Rainer Klute | 2007-06-26 | 1 | -2/+2 |
* | make the code compatible with JDK 1.4.2 | Yegor Kozlov | 2007-06-26 | 1 | -1/+1 |
* | Removed unnecessary cast. | Rainer Klute | 2007-06-25 | 1 | -2/+2 |
* | Consistency check added when reading property set stream. An IllegalPropertyD... | Rainer Klute | 2007-06-23 | 1 | -0/+24 |
* | Add a new method on HSSFDateUtil of isADateFormat, which will cope with both ... | Nick Burch | 2007-06-17 | 1 | -2/+38 |
* | replace Jakarta POI --> Apache POI in package.html files | Yegor Kozlov | 2007-06-06 | 17 | -17/+17 |
* | Replace the single method JavaDoc copied from the JDK with our own documentat... | Nick Burch | 2007-06-04 | 2 | -16/+34 |
* | http://issues.apache.org/bugzilla/show_bug.cgi?id=23951 | Andrew C. Oliver | 2007-06-04 | 2 | -1/+14 |
* | Detect, and report a meaningful error, if we come across an Office 2007 XML d... | Nick Burch | 2007-04-23 | 2 | -0/+44 |
* | applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup | Yegor Kozlov | 2007-04-16 | 1 | -0/+17 |
* | applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor... | Yegor Kozlov | 2007-04-16 | 2 | -11/+174 |