aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* take into account indentation in HSSFSheet.autosizeColumnYegor Kozlov2008-05-051-1/+1
* take into account indentation in HSSFSheet.autosizeColumnYegor Kozlov2008-05-052-6/+8
* Swapped ArrayIndexOutOfBoundsException for plain array length check in Abstra...Josh Micich2008-05-031-3/+5
* 44929 - Improved error handling in HSSFWorkbook when attempting to read a BIF...Josh Micich2008-05-033-123/+144
* Fixed 44675 - Parameter operand classes (function metadata) required to encod...Josh Micich2008-05-0311-14/+186
* should have been submitted with r652934Josh Micich2008-05-021-14/+3
* 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A...Josh Micich2008-05-0212-102/+70
* added disabled junit for bug 44916Josh Micich2008-05-014-30/+98
* 44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNNJosh Micich2008-05-016-224/+206
* fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitiveJosh Micich2008-05-015-7/+29
* Tests to show that bugs 44891 and 44861 were both already fixedNick Burch2008-04-305-2/+38
* more work on rendering ppt slidesYegor Kozlov2008-04-3023-176/+632
* a few more words in the release guideYegor Kozlov2008-04-301-6/+51
* more flexible creation of a clusterYegor Kozlov2008-04-301-2/+25
* correctly process PICT blips (see bug #44886)Yegor Kozlov2008-04-304-17/+222
* start a new section for 3.1-beta2Yegor Kozlov2008-04-302-2/+10
* Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E...Nick Burch2008-04-276-3/+36
* As mentioned on dev@ - zap the old, initial OOXML code out of trunk. It isn't...Nick Burch2008-04-2323-2496/+2
* unfinished release guide. It would be nice to have a html version.Yegor Kozlov2008-04-212-101/+135
* unfinished release guide. It would be nice to have a html version.Yegor Kozlov2008-04-211-0/+101
* update current version to 3.1-beta1Yegor Kozlov2008-04-213-3/+3
* a couple of HSLF examplesYegor Kozlov2008-04-212-0/+228
* more improvements in slide renderingYegor Kozlov2008-04-219-13/+155
* set version.id=3.0.3-beta1Yegor Kozlov2008-04-201-1/+1
* more improvements in slide renderingYegor Kozlov2008-04-2010-71/+228
* updated the docsYegor Kozlov2008-04-196-8/+34
* misc improvements in slide renderingYegor Kozlov2008-04-193-28/+60
* properly set shapeId for new shapesYegor Kozlov2008-04-197-9/+109
* Support for getting embedded sounds from slide showYegor Kozlov2008-04-1910-2/+565
* improved rendering of textYegor Kozlov2008-04-183-16/+78
* updated the list of changesYegor Kozlov2008-04-172-0/+2
* initial support for rendering powerpoint slides into imagesYegor Kozlov2008-04-1728-68/+1334
* added a unit test and closed bug #28774Yegor Kozlov2008-04-172-0/+11
* Support for getting OLE object data from slide showYegor Kozlov2008-04-1612-25/+412
* Misc improvements in Freeform shapeYegor Kozlov2008-04-162-10/+180
* Rich text in HSSFTextbox must have at least one format run. Make sure it is s...Yegor Kozlov2008-04-162-0/+22
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-164-0/+26
* Conditional Formatting (30311) - API improvements, added HSSFSheetConditional...Josh Micich2008-04-1512-258/+422
* Nice and small change here... Update the formula parser code to use usermodel...Nick Burch2008-04-1575-227/+254
* Improved factoring of ppt objects. For ppt tabels Slide.getShapes() returns t...Yegor Kozlov2008-04-153-15/+107
* TextSpecInfoAtom is present in PPT 2003+. When the text is changed we must up...Yegor Kozlov2008-04-152-1/+86
* start improving handling of resources in HSLF. PPFont object represents a fon...Yegor Kozlov2008-04-156-13/+464
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-1516-470/+797
* make sure all hslf classes use POI loggersYegor Kozlov2008-04-1422-70/+90
* Switch to using our own logger, rather than the commons oneNick Burch2008-04-143-4/+7
* misc usermodel improvements. Also added the source code for the ApacheconEU08...Yegor Kozlov2008-04-1410-138/+716
* use commons logging throughout the codeYegor Kozlov2008-04-1410-46/+38
* Add information of EventBasedExcelExtractor to the documentationNick Burch2008-04-131-0/+7
* Finish off eventusermodel based Excel Extractor, and update the xls to csv co...Nick Burch2008-04-133-14/+48
* Start on a eventusermodel based excel text extractorNick Burch2008-04-133-99/+523