| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add disabled test for bug #44898, and slightly improve a few poifs related er... | Nick Burch | 2008-05-06 | 2 | -3/+5 |
* | Another attempt to fix unicode problems in functionMetadata.txt. Made that f... | Josh Micich | 2008-05-06 | 1 | -8/+10 |
* | Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ... | Nick Burch | 2008-05-06 | 1 | -2/+6 |
* | Improve JavaDocs about iterators and gaps | Nick Burch | 2008-05-06 | 2 | -2/+5 |
* | 42570 - fixed LabelRecord to use empty string instead of null when the length... | Josh Micich | 2008-05-06 | 1 | -34/+18 |
* | 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt... | Josh Micich | 2008-05-06 | 5 | -283/+192 |
* | Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes | Josh Micich | 2008-05-05 | 1 | -67/+84 |
* | restored mistakenly commented line | Yegor Kozlov | 2008-05-05 | 1 | -1/+1 |
* | take into account indentation in HSSFSheet.autosizeColumn | Yegor Kozlov | 2008-05-05 | 1 | -5/+7 |
* | Swapped ArrayIndexOutOfBoundsException for plain array length check in Abstra... | Josh Micich | 2008-05-03 | 1 | -3/+5 |
* | 44929 - Improved error handling in HSSFWorkbook when attempting to read a BIF... | Josh Micich | 2008-05-03 | 1 | -123/+142 |
* | Fixed 44675 - Parameter operand classes (function metadata) required to encod... | Josh Micich | 2008-05-03 | 6 | -13/+112 |
* | should have been submitted with r652934 | Josh Micich | 2008-05-02 | 1 | -14/+3 |
* | 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A... | Josh Micich | 2008-05-02 | 8 | -95/+48 |
* | 44914 - Fix/suppress warning message - WARN. Unread n bytes of record 0xNN | Josh Micich | 2008-05-01 | 4 | -224/+204 |
* | fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitive | Josh Micich | 2008-05-01 | 2 | -6/+8 |
* | more flexible creation of a cluster | Yegor Kozlov | 2008-04-30 | 1 | -2/+25 |
* | correctly process PICT blips (see bug #44886) | Yegor Kozlov | 2008-04-30 | 2 | -17/+65 |
* | Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E... | Nick Burch | 2008-04-27 | 1 | -2/+5 |
* | Rich text in HSSFTextbox must have at least one format run. Make sure it is s... | Yegor Kozlov | 2008-04-16 | 1 | -0/+3 |
* | Conditional Formatting (30311) - API improvements, added HSSFSheetConditional... | Josh Micich | 2008-04-15 | 8 | -241/+399 |
* | Nice and small change here... Update the formula parser code to use usermodel... | Nick Burch | 2008-04-15 | 64 | -195/+227 |
* | make sure all hslf classes use POI loggers | Yegor Kozlov | 2008-04-14 | 4 | -2/+11 |