aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty rowJosh Micich2008-12-014-495/+542
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-293-164/+173
* Simplified logic in getStyleRecord() (investigating bug 46259)Josh Micich2008-11-291-10/+10
* Fixed generics compiler warnings in Workbook. Other minor code clean-up.Josh Micich2008-11-292-434/+306
* Fix for bug 46206 - tolerate missing DIMENSION recordsJosh Micich2008-11-285-51/+116
* improved toString methodsJosh Micich2008-11-272-140/+88
* removed unused methodJosh Micich2008-11-261-16/+0
* Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SX...Josh Micich2008-11-2616-80/+1072
* fixed NPE in HyperlinkRecord.toString()Josh Micich2008-11-262-1/+6
* updated DOAP for POI, this file is used by projects.apache.org to manage a re...Yegor Kozlov2008-11-252-13/+87
* properly set font size when applying indexed fontYegor Kozlov2008-11-251-0/+1
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte...Josh Micich2008-11-249-492/+581
* set new version.id=3.5-beta5Yegor Kozlov2008-11-244-4/+13
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-2115-110/+202
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-214-343/+670
* refactoring test caseJosh Micich2008-11-211-17/+23
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-206-223/+1773
* improved tasks for making Maven artifacts1. maven-dist is now obsolete, maven...Yegor Kozlov2008-11-208-267/+341
* should have been submitted with r719053 (moving other chart records into dedi...Josh Micich2008-11-191-0/+1
* Fixed NoteRecord to allow for unicode author namesJosh Micich2008-11-192-72/+95
* moving other chart records into dedicated packageJosh Micich2008-11-1979-149/+306
* record sid clean-upJosh Micich2008-11-1916-512/+290
* fixing test hierarchiesJosh Micich2008-11-192-3/+46
* consolidated TestXSSFHeaderFooterJosh Micich2008-11-192-67/+43
* added getNumberOfCells CellRangeAddressBase etcJosh Micich2008-11-192-0/+14
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-1910-52/+203
* Refactoring Record.serialize methodsJosh Micich2008-11-1941-1877/+965
* Refactoring Record.serialize methodsJosh Micich2008-11-1894-1127/+571
* Fixed XSSFName and test casesJosh Micich2008-11-183-15/+32
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-164-34/+98
* Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str...Josh Micich2008-11-155-25/+62
* Follow-on from r713909 (bug 46174) - fixing Name to support general formulasJosh Micich2008-11-152-18/+33
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-155-105/+824
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-1413-385/+620
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-1423-261/+640
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-1413-638/+155
* refactoring Record.serializeJosh Micich2008-11-1410-136/+26
* Patch from Patrick Cheng (bugzilla 46189) - added chart records: CHARTFRTINFO...Josh Micich2008-11-1411-5/+585
* Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecordJosh Micich2008-11-135-94/+126
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-1310-265/+395
* updated javadocJosh Micich2008-11-131-1/+1
* extracted local variableJosh Micich2008-11-131-9/+10
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-1213-32/+69
* Fix bug #46184 - more odd escaped date formatsNick Burch2008-11-124-0/+5
* Include the sheet number in the output of XLS2CSVmraNick Burch2008-11-123-1/+6
* Fix bug #46043 - correctly write out HPSF properties with HWPFNick Burch2008-11-125-17/+35
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-1217-689/+280
* docs cleanup and improvementsYegor Kozlov2008-11-115-216/+257
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-1113-347/+390
* fixed bug#46182: Slideshow.readPictures() skips pictures with invalid headersYegor Kozlov2008-11-113-9/+10