| Commit message (Expand) | Author | Age | Files | Lines |
* | Update a test to match the new warning on short files | Nick Burch | 2008-05-07 | 1 | -1/+1 |
* | Add disabled test for bug #44898, and slightly improve a few poifs related er... | Nick Burch | 2008-05-06 | 3 | -0/+37 |
* | Another attempt to fix unicode problems in functionMetadata.txt. Made that f... | Josh Micich | 2008-05-06 | 1 | -5/+80 |
* | Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ... | Nick Burch | 2008-05-06 | 1 | -4/+15 |
* | 42570 - fixed LabelRecord to use empty string instead of null when the length... | Josh Micich | 2008-05-06 | 3 | -0/+42 |
* | 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt... | Josh Micich | 2008-05-06 | 3 | -1/+97 |
* | Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes | Josh Micich | 2008-05-05 | 1 | -51/+51 |
* | Added test case method javadoc for old bug 44675 | Josh Micich | 2008-05-05 | 1 | -0/+8 |
* | bug #44235 is not reproducible in 3.1-beta1 | Yegor Kozlov | 2008-05-05 | 2 | -0/+12 |
* | Fixed 44675 - Parameter operand classes (function metadata) required to encod... | Josh Micich | 2008-05-03 | 3 | -1/+72 |
* | 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A... | Josh Micich | 2008-05-02 | 2 | -7/+20 |
* | added disabled junit for bug 44916 | Josh Micich | 2008-05-01 | 4 | -30/+98 |
* | fixed bug 44892 - made HSSFWorkbook.getSheet(String) case insensitive | Josh Micich | 2008-05-01 | 1 | -1/+19 |
* | Tests to show that bugs 44891 and 44861 were both already fixed | Nick Burch | 2008-04-30 | 5 | -2/+38 |
* | correctly process PICT blips (see bug #44886) | Yegor Kozlov | 2008-04-30 | 2 | -0/+157 |
* | Fix from Trejkaz from bug #44857 - Avoid OOM on unknown escher records when E... | Nick Burch | 2008-04-27 | 2 | -1/+27 |
* | added a unit test and closed bug #28774 | Yegor Kozlov | 2008-04-17 | 2 | -0/+11 |
* | Rich text in HSSFTextbox must have at least one format run. Make sure it is s... | Yegor Kozlov | 2008-04-16 | 1 | -0/+19 |
* | Conditional Formatting (30311) - API improvements, added HSSFSheetConditional... | Josh Micich | 2008-04-15 | 2 | -17/+21 |
* | Nice and small change here... Update the formula parser code to use usermodel... | Nick Burch | 2008-04-15 | 9 | -32/+25 |
* | make sure all hslf classes use POI loggers | Yegor Kozlov | 2008-04-14 | 1 | -2/+2 |
* | Finish off eventusermodel based Excel Extractor, and update the xls to csv co... | Nick Burch | 2008-04-13 | 1 | -3/+1 |
* | Start on a eventusermodel based excel text extractor | Nick Burch | 2008-04-13 | 1 | -0/+46 |
* | Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and... | Nick Burch | 2008-04-11 | 2 | -0/+71 |
* | Update the sample embeded documents to be from know sources, so we can test b... | Nick Burch | 2008-04-11 | 10 | -0/+0 |
* | bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe... | Josh Micich | 2008-04-10 | 3 | -5/+136 |
* | Implement a proxy HSSFListener which tracks the format records, and lets you ... | Nick Burch | 2008-04-09 | 1 | -0/+65 |
* | some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to ... | Josh Micich | 2008-04-09 | 1 | -1/+1 |
* | 30311 - More work on Conditional Formatting - patch from Dmitriy | Josh Micich | 2008-04-07 | 2 | -14/+26 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 46 | -4212/+3145 |
* | Follow up fix after r644473 (bug 44739) TestHSSFConditionalFormatting had a b... | Josh Micich | 2008-04-03 | 2 | -3/+4 |
* | Fix for bug 44739 - Conditional formatting (regions with max row/col index) | Josh Micich | 2008-04-03 | 3 | -72/+159 |
* | Make a bit of a start on being able to edit chart titles, based on the email ... | Nick Burch | 2008-04-03 | 2 | -0/+0 |
* | Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault... | Yegor Kozlov | 2008-04-02 | 2 | -1/+61 |
* | 44694 - HPSF: Support for property sets without sections | Rainer Klute | 2008-04-02 | 1 | -0/+0 |
* | Bug #44733 - DPRODUCT function should be index 189, not 191 | Josh Micich | 2008-04-01 | 4 | -15/+55 |
* | changes/status for #44675, #44695, #44691 | Josh Micich | 2008-03-31 | 11 | -163/+169 |
* | silenced noisy tests | Josh Micich | 2008-03-31 | 2 | -4/+4 |
* | removed incorrect test case methods | Josh Micich | 2008-03-31 | 1 | -114/+1 |
* | More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy.... | Josh Micich | 2008-03-31 | 7 | -414/+666 |
* | Update Formula test spreadsheet for count, and also do a copy as an ooxml .xl... | Nick Burch | 2008-03-30 | 2 | -0/+0 |
* | Move the FormulaEvaluator code out of scratchpad | Nick Burch | 2008-03-29 | 36 | -0/+5316 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 1 | -0/+360 |
* | Add test to show that bug #44693 is incorrect | Nick Burch | 2008-03-28 | 2 | -0/+24 |
* | annotated previous changelist(641964) with wrong buzilla number. Previous ch... | Josh Micich | 2008-03-27 | 1 | -2/+2 |
* | fixes for ExternalNameRecord serialisation bug #44691 | Josh Micich | 2008-03-27 | 2 | -3/+58 |
* | patch 44675 - made POI capable of recognising var-args functions. Some relat... | Josh Micich | 2008-03-26 | 8 | -5/+825 |
* | Fix for readCompressedUnicode not moaning about length=0, from bug #44643 | Nick Burch | 2008-03-20 | 2 | -0/+14 |
* | Test relating to bug #44636 | Nick Burch | 2008-03-20 | 1 | -0/+0 |
* | Fix bug #44627 - improve the thread safety of POILogFactory | Nick Burch | 2008-03-19 | 2 | -17/+16 |