summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merged TRUNK changes r608809 into REL_3_0_2_BETA2REL_3_0_2_BETA2Yegor Kozlov2008-01-0481-199/+4408
* copy BETA1 to BETA2. To be merged with TRUNK.Yegor Kozlov2008-01-040-0/+0
* updated to version 3.0.2-beta1REL_3_0_2_BETA1Yegor Kozlov2007-12-061-1/+1
* tag r598979 as 3.0.2 BETA1Yegor Kozlov2007-11-280-0/+0
* added my pgp keyYegor Kozlov2007-11-271-0/+108
* Update changes listYegor Kozlov2007-11-233-1/+5
* fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE recordsYegor Kozlov2007-11-234-5/+76
* Preserve unread bytes when serializing the recordYegor Kozlov2007-11-232-7/+106
* Add method to return the number of styles (bug #43883)Nick Burch2007-11-161-0/+8
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat...Nick Burch2007-11-124-35/+51
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-125-9/+63
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-126-1/+237
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-126-4/+67
* Support getting and setting as int, as well as short (bug #43648)Nick Burch2007-11-123-3/+38
* added a note to re-use fonts instead of creating a font for each cellYegor Kozlov2007-11-061-1/+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-033-8/+8
* Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Wil...Yegor Kozlov2007-11-032-4/+43
* Fix tab vs space issue in documentation code blockNick Burch2007-10-301-1/+1
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-284-3/+24
* A bit more on HDGF LZW compression, but it's still not quite completeNick Burch2007-10-271-35/+163
* Update changes list, and add text extraction to the HSSF docsNick Burch2007-10-273-0/+21
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-276-61/+352
* In FormulaParser, add in non-static methods too for toFormulaString, which us...Nick Burch2007-10-152-4/+27
* HDGF progress updateNick Burch2007-10-153-5/+10
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ...Nick Burch2007-10-153-5/+23
* Stub out the HDGF compression routine, and tests for it. Document the first s...Nick Burch2007-10-142-8/+187
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D...Nick Burch2007-10-134-85/+166
* Slightly update the supported formats information, and explicitly say we don'...Nick Burch2007-10-103-4/+10
* update the change logYegor Kozlov2007-10-011-0/+1
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-017-11/+242
* Fix True/False function arguments (from Pavel, bug #43496Nick Burch2007-09-271-2/+2
* roll back to the previous version.Yegor Kozlov2007-09-261-28/+25
* fixed failing test. The patch provided in Bug 43489Yegor Kozlov2007-09-261-6/+4
* commented out a failing test until we find the reason.Yegor Kozlov2007-09-261-2/+4
* Implement the date function, patch from PavelNick Burch2007-09-251-0/+100
* Implement the date function, patch from PavelNick Burch2007-09-251-5/+94
* Improvement from Pavel - if we've already parsed a formula then evaluated it,...Nick Burch2007-09-251-24/+27
* Fix from Pavel Krupets for Excel Bug Date (1900/2/29)Nick Burch2007-09-252-23/+59
* Add some testdata paths to the single unit test task, so that more of the scr...Nick Burch2007-09-241-0/+3
* Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI...Nick Burch2007-09-245-21/+85
* Update POIDocument to use POILoggerNick Burch2007-09-193-3/+5
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-193-67/+146
* Move POIDocument out of the scratchpadNick Burch2007-09-192-333/+0
* Move POIDocument out of the scratchpadNick Burch2007-09-195-0/+337
* Fix for cell references on rows > 32768 (bug #43399)Nick Burch2007-09-185-1/+118
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ...Nick Burch2007-09-184-54/+149
* Fix for rows between 32767 and 65536, don't incorrectly cast to a short (fixe...Nick Burch2007-09-171-3/+5
* Convert to use POIDocumentNick Burch2007-09-171-2/+5