| Commit message (Expand) | Author | Age | Files | Lines |
* | merged TRUNK changes r608809 into REL_3_0_2_BETA2REL_3_0_2_BETA2 | Yegor Kozlov | 2008-01-04 | 81 | -199/+4408 |
* | copy BETA1 to BETA2. To be merged with TRUNK. | Yegor Kozlov | 2008-01-04 | 0 | -0/+0 |
* | updated to version 3.0.2-beta1REL_3_0_2_BETA1 | Yegor Kozlov | 2007-12-06 | 1 | -1/+1 |
* | tag r598979 as 3.0.2 BETA1 | Yegor Kozlov | 2007-11-28 | 0 | -0/+0 |
* | added my pgp key | Yegor Kozlov | 2007-11-27 | 1 | -0/+108 |
* | Update changes list | Yegor Kozlov | 2007-11-23 | 3 | -1/+5 |
* | fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records | Yegor Kozlov | 2007-11-23 | 4 | -5/+76 |
* | Preserve unread bytes when serializing the record | Yegor Kozlov | 2007-11-23 | 2 | -7/+106 |
* | Add method to return the number of styles (bug #43883) | Nick Burch | 2007-11-16 | 1 | -0/+8 |
* | Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat... | Nick Burch | 2007-11-12 | 4 | -35/+51 |
* | Patch for unicode NameRecords (bug #43837) | Nick Burch | 2007-11-12 | 5 | -9/+63 |
* | Add support for Chart Title Format records (bug #43721) | Nick Burch | 2007-11-12 | 6 | -1/+237 |
* | Fix for BOFRecord from files generated by access etc (bug #42794) | Nick Burch | 2007-11-12 | 6 | -4/+67 |
* | Support getting and setting as int, as well as short (bug #43648) | Nick Burch | 2007-11-12 | 3 | -3/+38 |
* | added a note to re-use fonts instead of creating a font for each cell | Yegor Kozlov | 2007-11-06 | 1 | -1/+34 |
* | 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 | 3 | -8/+8 |
* | Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil... | Yegor Kozlov | 2007-11-03 | 2 | -4/+43 |
* | Fix tab vs space issue in documentation code block | Nick Burch | 2007-10-30 | 1 | -1/+1 |
* | Add in a (disabled) test for bug #43670 (not yet fixed) | Nick Burch | 2007-10-28 | 4 | -3/+24 |
* | A bit more on HDGF LZW compression, but it's still not quite complete | Nick Burch | 2007-10-27 | 1 | -35/+163 |
* | Update changes list, and add text extraction to the HSSF docs | Nick Burch | 2007-10-27 | 3 | -0/+21 |
* | Implement an Excel text extractor, and put all the existing text extractors u... | Nick Burch | 2007-10-27 | 6 | -61/+352 |
* | In FormulaParser, add in non-static methods too for toFormulaString, which us... | Nick Burch | 2007-10-15 | 2 | -4/+27 |
* | HDGF progress update | Nick Burch | 2007-10-15 | 3 | -5/+10 |
* | Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ... | Nick Burch | 2007-10-15 | 3 | -5/+23 |
* | Stub out the HDGF compression routine, and tests for it. Document the first s... | Nick Burch | 2007-10-14 | 2 | -8/+187 |
* | Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D... | Nick Burch | 2007-10-13 | 4 | -85/+166 |
* | Slightly update the supported formats information, and explicitly say we don'... | Nick Burch | 2007-10-10 | 3 | -4/+10 |
* | update the change log | Yegor Kozlov | 2007-10-01 | 1 | -0/+1 |
* | HSSFPicture.resize() - a handy method to reset a picture to its original widt... | Yegor Kozlov | 2007-10-01 | 7 | -11/+242 |
* | Fix True/False function arguments (from Pavel, bug #43496 | Nick Burch | 2007-09-27 | 1 | -2/+2 |
* | roll back to the previous version. | Yegor Kozlov | 2007-09-26 | 1 | -28/+25 |
* | fixed failing test. The patch provided in Bug 43489 | Yegor Kozlov | 2007-09-26 | 1 | -6/+4 |
* | commented out a failing test until we find the reason. | Yegor Kozlov | 2007-09-26 | 1 | -2/+4 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -0/+100 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -5/+94 |
* | Improvement from Pavel - if we've already parsed a formula then evaluated it,... | Nick Burch | 2007-09-25 | 1 | -24/+27 |
* | Fix from Pavel Krupets for Excel Bug Date (1900/2/29) | Nick Burch | 2007-09-25 | 2 | -23/+59 |
* | Add some testdata paths to the single unit test task, so that more of the scr... | Nick Burch | 2007-09-24 | 1 | -0/+3 |
* | Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI... | Nick Burch | 2007-09-24 | 5 | -21/+85 |
* | Update POIDocument to use POILogger | Nick Burch | 2007-09-19 | 3 | -3/+5 |
* | Finish the POIDocument move, and update HSSFWorkbook to use it | Nick Burch | 2007-09-19 | 3 | -67/+146 |
* | Move POIDocument out of the scratchpad | Nick Burch | 2007-09-19 | 2 | -333/+0 |
* | Move POIDocument out of the scratchpad | Nick Burch | 2007-09-19 | 5 | -0/+337 |
* | Fix for cell references on rows > 32768 (bug #43399) | Nick Burch | 2007-09-18 | 5 | -1/+118 |
* | Improved Formula Parser support for ranges and exponents, from Pavel Krupets ... | Nick Burch | 2007-09-18 | 4 | -54/+149 |
* | Fix for rows between 32767 and 65536, don't incorrectly cast to a short (fixe... | Nick Burch | 2007-09-17 | 1 | -3/+5 |
* | Convert to use POIDocument | Nick Burch | 2007-09-17 | 1 | -2/+5 |