| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, a... | Nick Burch | 2008-07-04 | 1 | -15/+28 |
* | Fix bug #45336 - Fix HSSFColor.getTripletHash() | Nick Burch | 2008-07-04 | 1 | -4/+8 |
* | Fix for bug 45334 - added impl for ERROR.TYPE() | Josh Micich | 2008-07-03 | 1 | -21/+74 |
* | Fix for bug 45334 - formula parser needs to handle dots in identifiers | Josh Micich | 2008-07-03 | 1 | -17/+72 |
* | Avoid spurious missing lines with the MissingRecordAware event code, and odd ... | Nick Burch | 2008-06-28 | 1 | -28/+40 |
* | Finish the EventWorkbookBuilder, now does sheet references in formulas properly | Nick Burch | 2008-06-28 | 1 | -4/+8 |
* | Make a start on being able to process formulas in the eventusermodel code | Nick Burch | 2008-06-24 | 1 | -0/+195 |
* | Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe... | Josh Micich | 2008-06-20 | 5 | -78/+63 |
* | Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecord | Josh Micich | 2008-06-19 | 2 | -139/+59 |
* | A partial fix for bug #30978, but something still remains, which seems to be ... | Nick Burch | 2008-06-18 | 1 | -2/+22 |
* | Make the test related to bug #30978, which shows that named ranges pointing t... | Nick Burch | 2008-06-16 | 1 | -1/+1 |
* | Slight tweak for named ranges pointing at deleted sheets, related to bug #30978 | Nick Burch | 2008-06-16 | 3 | -3/+12 |
* | added extra RVA test case (for bug 45206) | Josh Micich | 2008-06-15 | 1 | -12/+10 |
* | bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the und... | Yegor Kozlov | 2008-06-08 | 1 | -42/+113 |
* | Correctly increment the reference count of a blip when a picture is inserted | Yegor Kozlov | 2008-06-08 | 1 | -0/+4 |
* | Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera... | Josh Micich | 2008-06-07 | 66 | -2482/+1000 |
* | Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte... | Josh Micich | 2008-06-06 | 1 | -38/+23 |
* | Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg... | Josh Micich | 2008-06-05 | 3 | -44/+70 |
* | Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to... | Josh Micich | 2008-06-05 | 1 | -1/+9 |
* | Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date... | Nick Burch | 2008-05-28 | 1 | -2/+6 |
* | Fix for 45060 (and 45041) - Improved token class transformation during formul... | Josh Micich | 2008-05-28 | 5 | -323/+510 |
* | Changed class hierarchy of Ptg to improve 'operand class' transformation. | Josh Micich | 2008-05-27 | 48 | -528/+395 |
* | Small fix for FormulaParser. Need case-insentive match for IF function name | Josh Micich | 2008-05-26 | 1 | -14/+17 |
* | Follow-on fix for bug 42564 (r653668). Array elements are stored internally c... | Josh Micich | 2008-05-26 | 1 | -20/+24 |
* | Help for bug #44840 - Improved handling of HSSFObjectData, especially for ent... | Nick Burch | 2008-05-23 | 2 | -21/+60 |
* | Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell... | Nick Burch | 2008-05-23 | 1 | -0/+17 |
* | Extend the support for specifying a policy to HSSF on missing / blank cells w... | Nick Burch | 2008-05-23 | 2 | -9/+52 |
* | Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by getInde... | Josh Micich | 2008-05-23 | 1 | -165/+114 |
* | Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bu... | Josh Micich | 2008-05-23 | 1 | -19/+8 |
* | Bug 45041 - improved FormulaParser parse error messages | Josh Micich | 2008-05-23 | 1 | -31/+34 |
* | Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records | Josh Micich | 2008-05-23 | 2 | -17/+20 |
* | Fix for 45066 - sheet encoding size mismatch problems | Josh Micich | 2008-05-23 | 3 | -176/+130 |
* | improved toString and refactored toFormulaString on Area(3D)Ptg | Josh Micich | 2008-05-21 | 3 | -95/+79 |
* | Put abstract write(OutputStream) method on POIDocument | Nick Burch | 2008-05-20 | 1 | -0/+6 |
* | Fix bug #44977 - Support for AM/PM in excel date formats | Nick Burch | 2008-05-20 | 1 | -1/+2 |
* | Support for specifying a policy to HSSF on missing / blank cells when fetching | Nick Burch | 2008-05-20 | 1 | -0/+53 |
* | Patch from bug #44937 from Squeeself- Partial support for extracting Escher i... | Nick Burch | 2008-05-20 | 1 | -14/+21 |
* | Fix bug 44898 - Correctly handle short last blocks in POIFS | Nick Burch | 2008-05-20 | 2 | -11/+22 |
* | Minor patch to improve FormulaParser error messages like those from bug 45041 | Josh Micich | 2008-05-19 | 1 | -1/+4 |
* | Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulas | Josh Micich | 2008-05-19 | 2 | -21/+66 |
* | added HSSFName.isDeleted() to check if the name points to cell that no longer... | Yegor Kozlov | 2008-05-17 | 1 | -0/+9 |
* | Fix for bug 40414 - update selected/active sheet after removing sheet from wo... | Josh Micich | 2008-05-16 | 1 | -4/+44 |
* | Simplification of BiffViewer. Made easier to send results to file. | Josh Micich | 2008-05-16 | 1 | -346/+199 |
* | 44523 - fixed workbook sheet selection and focus | Josh Micich | 2008-05-15 | 5 | -82/+204 |
* | Added boolean flag to turn on use of merged columns in autosize | Yegor Kozlov | 2008-05-11 | 1 | -18/+41 |
* | 41187 - fixed HSSFSheet to properly read xls files without ROW records | Josh Micich | 2008-05-11 | 5 | -936/+387 |
* | bug 23630 - fixed spelling mistake in constant name | Josh Micich | 2008-05-11 | 1 | -17/+9 |
* | removed unused constructor and old comment after r654649 | Josh Micich | 2008-05-08 | 1 | -12/+0 |
* | fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since... | Josh Micich | 2008-05-08 | 1 | -5/+3 |
* | 44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue()... | Josh Micich | 2008-05-08 | 5 | -154/+140 |