aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
...
* 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-282-19/+39
* 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-2614-80/+1070
* fixed NPE in HyperlinkRecord.toString()Josh Micich2008-11-261-1/+1
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte...Josh Micich2008-11-244-489/+478
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-211-19/+58
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-212-331/+513
* 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-191-55/+62
* moving other chart records into dedicated packageJosh Micich2008-11-1939-40/+117
* record sid clean-upJosh Micich2008-11-1915-504/+289
* added getNumberOfCells CellRangeAddressBase etcJosh Micich2008-11-192-0/+14
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-195-29/+109
* Refactoring Record.serialize methodsJosh Micich2008-11-1938-1801/+916
* Refactoring Record.serialize methodsJosh Micich2008-11-1894-1127/+571
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-161-14/+36
* Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str...Josh Micich2008-11-151-10/+10
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-141-3/+3
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-2/+7
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-144-497/+35
* refactoring Record.serializeJosh Micich2008-11-1410-136/+26
* Patch from Patrick Cheng (bugzilla 46189) - added chart records: CHARTFRTINFO...Josh Micich2008-11-149-5/+583
* Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecordJosh Micich2008-11-131-30/+29
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-135-260/+375
* 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-127-27/+55
* Fix bug #46184 - more odd escaped date formatsNick Burch2008-11-121-0/+2
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-127-617/+36
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-117-253/+277
* Fix for bug #46137 - continue records after eofrecordNick Burch2008-11-101-0/+4
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-092-2/+2
* Fixed problem with linking shared formulas when ranges overlapJosh Micich2008-11-076-65/+209
* javadocs cleanupYegor Kozlov2008-11-0744-141/+80
* Merged revisions 711764 via svnmerge from ooxmlJosh Micich2008-11-061-163/+109
* Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116...Josh Micich2008-11-0621-1045/+988
* Merged revisions 709263-709264,709317 via svnmerge from Josh Micich2008-10-31151-744/+439
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-3030-906/+1061
* Fixed compilation error introduced in r708982Josh Micich2008-10-301-15/+7
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-291-0/+673
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-282-4/+2
* Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from Josh Micich2008-10-2713-160/+297
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-2665-3774/+2737
* Merged revisions 706772,707450,707481 via svnmerge from Josh Micich2008-10-2618-460/+1009
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-0/+17
* Merged revisions 703100,703197,703302,703596,703620,703645,703651,706540 via ...Josh Micich2008-10-2514-1293/+1107
* Merged revisions 703092 via svnmerge from Josh Micich2008-10-093-14/+15
* Merged revisions 703063 via svnmerge from Josh Micich2008-10-0922-494/+1263