| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca... | Josh Micich | 2009-01-21 | 1 | -312/+370 |
* | Removed System.out.println and compiler warnings from test code | Josh Micich | 2009-01-21 | 1 | -81/+75 |
* | Fix for bug 46547 - Allow for addition of conditional formatting when data va... | Josh Micich | 2009-01-21 | 1 | -572/+617 |
* | Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som... | Josh Micich | 2009-01-16 | 4 | -44/+96 |
* | Bugzilla 46523 - added implementation for SUMIF | Josh Micich | 2009-01-13 | 1 | -0/+0 |
* | Improvements to countif implementation in preparation for sumif | Josh Micich | 2009-01-13 | 1 | -22/+99 |
* | Support for reading HSSF column styles | Nick Burch | 2009-01-06 | 4 | -0/+39 |
* | Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua... | Josh Micich | 2009-01-05 | 3 | -2/+94 |
* | Fix for 45031 - added implementation for CHOOSE function. | Josh Micich | 2008-12-31 | 1 | -0/+0 |
* | Patch 46410 from Steven Butler - added impl for TIME() function. | Josh Micich | 2008-12-31 | 2 | -0/+123 |
* | added HSSFPictureData.getFormat() as requested in #46320 | Yegor Kozlov | 2008-12-30 | 1 | -0/+2 |
* | Fix for bug 46445 - move hyperlinks when shifting rows | Yegor Kozlov | 2008-12-30 | 3 | -0/+69 |
* | continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 ... | Yegor Kozlov | 2008-12-29 | 5 | -4/+71 |
* | unit test for bug #19172 | Yegor Kozlov | 2008-12-26 | 1 | -0/+26 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 5 | -25/+84 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 3 | -12/+96 |
* | Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ... | Yegor Kozlov | 2008-12-17 | 1 | -0/+26 |
* | Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serializatio... | Josh Micich | 2008-12-16 | 1 | -9/+22 |
* | 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c... | Yegor Kozlov | 2008-12-12 | 1 | -318/+341 |
* | Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 characters | Nick Burch | 2008-12-09 | 1 | -0/+35 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 1 | -440/+459 |
* | re-arranging methods getRecordSize and getDataSize in Record / StandardRecord... | Josh Micich | 2008-12-04 | 1 | -50/+45 |
* | (bug 46156) fix junit error after c722284 | Josh Micich | 2008-12-02 | 1 | -4/+2 |
* | (bug 46156) fix unused import/compiler error after c722284 | Josh Micich | 2008-12-01 | 1 | -1/+0 |
* | Fix for bug 46156 - improved POI's number rendering to more closely match Exc... | Josh Micich | 2008-12-01 | 9 | -132/+723 |
* | Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty row | Josh Micich | 2008-12-01 | 1 | -220/+253 |
* | Fix for bug 46206 - tolerate missing DIMENSION records | Josh Micich | 2008-11-28 | 1 | -32/+75 |
* | fixed NPE in HyperlinkRecord.toString() | Josh Micich | 2008-11-26 | 1 | -0/+5 |
* | Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte... | Josh Micich | 2008-11-24 | 3 | -1/+101 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 2 | -5/+5 |
* | Fixes / additions for reserialization of HyperlinkRecord | Josh Micich | 2008-11-21 | 2 | -12/+157 |
* | refactoring test case | Josh Micich | 2008-11-21 | 1 | -17/+23 |
* | Fixed NoteRecord to allow for unicode author names | Josh Micich | 2008-11-19 | 1 | -17/+33 |
* | moving other chart records into dedicated package | Josh Micich | 2008-11-19 | 38 | -73/+181 |
* | Initial support for union operator in FormulaParser (fix for broken junits) | Josh Micich | 2008-11-19 | 3 | -12/+43 |
* | Refactoring Record.serialize methods | Josh Micich | 2008-11-19 | 2 | -49/+40 |
* | Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str... | Josh Micich | 2008-11-15 | 2 | -15/+50 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 2 | -20/+19 |
* | Fix for bug 46174 - HSSFName now handles general formulas (not just area refe... | Josh Micich | 2008-11-14 | 7 | -141/+118 |
* | Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecord | Josh Micich | 2008-11-13 | 2 | -64/+95 |
* | Changes to formula evaluation allowing for reduced memory usage | Josh Micich | 2008-11-13 | 2 | -4/+8 |
* | Fix bug #45290 - Support odd files where the POIFS header block comes after t... | Nick Burch | 2008-11-12 | 4 | -5/+12 |
* | Fix bug #46184 - more odd escaped date formats | Nick Burch | 2008-11-12 | 1 | -0/+1 |
* | Fix for bug #46137 - continue records after eofrecord | Nick Burch | 2008-11-10 | 2 | -0/+10 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 2 | -20/+20 |
* | Fixed problem with linking shared formulas when ranges overlap | Josh Micich | 2008-11-07 | 4 | -0/+128 |
* | javadocs cleanup | Yegor Kozlov | 2008-11-07 | 3 | -3/+3 |
* | Merged revisions 711764 via svnmerge from ooxml | Josh Micich | 2008-11-06 | 2 | -30/+74 |
* | Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116... | Josh Micich | 2008-11-06 | 10 | -311/+370 |
* | Merged revisions 709263-709264,709317 via svnmerge from | Josh Micich | 2008-10-31 | 2 | -24/+29 |