| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed inconsistency between HSSFSHeet.getColumnWidth and HSSFSheet.getDefault... | Yegor Kozlov | 2008-04-02 | 3 | -6/+68 |
* | added set accessor to indentation level | Yegor Kozlov | 2008-04-02 | 1 | -0/+9 |
* | Restored an entry that had been deleted by chance. | Rainer Klute | 2008-04-02 | 1 | -0/+1 |
* | 44694 - HPSF: Support for property sets without sections | Rainer Klute | 2008-04-02 | 5 | -4/+11 |
* | fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION record | Josh Micich | 2008-04-01 | 1 | -15/+10 |
* | Bug #44733 - DPRODUCT function should be index 189, not 191 | Josh Micich | 2008-04-01 | 5 | -16/+56 |
* | Implement Sheet.removeShape(Shape shape) in HSLF | Yegor Kozlov | 2008-03-31 | 5 | -0/+72 |
* | changes/status for #44675, #44695, #44691 | Josh Micich | 2008-03-31 | 23 | -226/+235 |
* | silenced noisy tests | Josh Micich | 2008-03-31 | 3 | -31/+29 |
* | 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 | 17 | -1635/+1965 |
* | Update Formula test spreadsheet for count, and also do a copy as an ooxml .xl... | Nick Burch | 2008-03-30 | 2 | -0/+0 |
* | Count implementation from ooxml branch | Nick Burch | 2008-03-30 | 1 | -2/+95 |
* | Documentation update | Nick Burch | 2008-03-29 | 1 | -5/+6 |
* | Move the FormulaEvaluator code out of scratchpad | Nick Burch | 2008-03-29 | 376 | -5/+7 |
* | Merge several bug tests into one file | Nick Burch | 2008-03-29 | 4 | -245/+169 |
* | Update docs now that missing record aware eventusermodel has moved | Nick Burch | 2008-03-29 | 1 | -2/+3 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 7 | -2/+4 |
* | Add test to show that bug #44693 is incorrect | Nick Burch | 2008-03-28 | 2 | -0/+24 |
* | (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Adde... | Josh Micich | 2008-03-27 | 4 | -119/+152 |
* | annotated previous changelist(641964) with wrong buzilla number. Previous ch... | Josh Micich | 2008-03-27 | 2 | -3/+3 |
* | fixes for ExternalNameRecord serialisation bug #44691 | Josh Micich | 2008-03-27 | 3 | -138/+199 |
* | Add failing (but disabled) test from bug #44691 | Nick Burch | 2008-03-27 | 1 | -0/+70 |
* | Fix typo, and point hwpf people at the new microsoft docs | Nick Burch | 2008-03-27 | 2 | -3/+4 |
* | Patch from Raghu from bug #44652 - Improved handling of Pictures in Word Docu... | Nick Burch | 2008-03-27 | 6 | -24/+43 |
* | patch 44675 - made POI capable of recognising var-args functions. Some relat... | Josh Micich | 2008-03-26 | 19 | -786/+1831 |
* | more javadoc + clean-up from Dmitriy (bug 30311 att 21711) | Josh Micich | 2008-03-26 | 3 | -488/+523 |
* | Added class javadoc. Patch 30311 from Dmtriy. | Josh Micich | 2008-03-25 | 1 | -0/+45 |
* | sort to int conversion sign extension fix | Josh Micich | 2008-03-21 | 1 | -3/+3 |
* | Tweak how you get dataformat strings out of cell styles, to be more logical, ... | Nick Burch | 2008-03-21 | 3 | -9/+24 |
* | FAQ page doesn't like the new doc dtd, so go back to the old one for it | Nick Burch | 2008-03-21 | 1 | -1/+1 |
* | Update a lot of the site to apache documentation format 1.3, from 1.1. Also, ... | Nick Burch | 2008-03-20 | 36 | -62/+1785 |
* | Make junit happy | Nick Burch | 2008-03-20 | 1 | -2/+2 |
* | Fix for readCompressedUnicode not moaning about length=0, from bug #44643 | Nick Burch | 2008-03-20 | 3 | -1/+18 |
* | Simple patch from Josh from bug #44636 - fix for RefVPtg and edit-in-excel od... | Nick Burch | 2008-03-20 | 3 | -0/+3 |
* | Test relating to bug #44636 | Nick Burch | 2008-03-20 | 3 | -0/+118 |
* | Fix bug #44627 - improve the thread safety of POILogFactory | Nick Burch | 2008-03-19 | 5 | -37/+69 |
* | Patch from Dmitriy from bug #30311 - Support for conditional formatting records | Nick Burch | 2008-03-19 | 22 | -14/+4841 |
* | Add test to show that bug #43251 is already fixed | Nick Burch | 2008-03-19 | 2 | -0/+14 |
* | Added test to show that bug #41546 is already fixed. Also rename a test file ... | Nick Burch | 2008-03-19 | 3 | -1/+23 |
* | Reformat index page slightly, and add some info on ooxml support being in pro... | Nick Burch | 2008-03-19 | 1 | -29/+41 |
* | support align=distributed in HSSFTextbox | Yegor Kozlov | 2008-03-17 | 1 | -0/+2 |
* | Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ... | Nick Burch | 2008-03-16 | 5 | -47/+131 |
* | Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu... | Nick Burch | 2008-03-16 | 1 | -0/+71 |
* | Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu... | Nick Burch | 2008-03-16 | 8 | -206/+381 |
* | Patch from Josh from bug #44606 - Support calculated string values for evalua... | Nick Burch | 2008-03-16 | 4 | -36/+39 |
* | Patch from Josh, which shows that various bugs are now fixed | Nick Burch | 2008-03-16 | 3 | -0/+218 |
* | Add accessors to horizontal and vertical alignment in HSSFTextbox | Yegor Kozlov | 2008-03-14 | 5 | -4/+114 |
* | Add test to show that bug #28031 is really closed | Nick Burch | 2008-03-13 | 1 | -0/+24 |
* | Make a start on handling different big block sizes in POIFS, but work isn't c... | Nick Burch | 2008-03-13 | 9 | -33/+84 |