| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X... | Nick Burch | 2010-06-11 | 40 | -250/+4069 |
* | Fix for bug #48245 - tweak HWPF table cell detection to work across more files | Nick Burch | 2010-06-11 | 3 | -167/+362 |
* | Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext... | Nick Burch | 2010-06-10 | 14 | -12/+318 |
* | Add additional RevisionMarkAuthorTable test | Nick Burch | 2010-06-10 | 1 | -0/+23 |
* | Add more to test for bug #46664, including the last bit which is disabled pen... | Nick Burch | 2010-06-10 | 1 | -1/+20 |
* | Fix bug #46664 - fix up Tab IDs when adding new sheets, so that print areas d... | Nick Burch | 2010-06-09 | 3 | -0/+54 |
* | cleaned javadoc warnings | Yegor Kozlov | 2010-06-06 | 23 | -46/+36 |
* | Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF ranges | Nick Burch | 2010-06-04 | 4 | -3/+48 |
* | Add tests to verify that XSSF and HSSF do the same thing with retrieving the ... | Nick Burch | 2010-06-04 | 5 | -7/+83 |
* | Make the orders match the names, as otherwise people get confused (bug #49381... | Nick Burch | 2010-06-04 | 2 | -2/+2 |
* | Add unit test to verify that bug #47490 no longer exists | Nick Burch | 2010-06-04 | 1 | -0/+33 |
* | Add unit test for bug #45970 - shows that we can read Formulas with URL based... | Nick Burch | 2010-06-04 | 1 | -0/+83 |
* | Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates | Nick Burch | 2010-06-04 | 4 | -41/+87 |
* | Tweak @link reference to avoid compiler issues | Nick Burch | 2010-06-03 | 1 | -2/+1 |
* | Remove un-used imports | Nick Burch | 2010-06-03 | 1 | -2/+0 |
* | Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's n... | Nick Burch | 2010-06-03 | 3 | -3/+30 |
* | Fix bug #49378 - correct 1.6ism | Nick Burch | 2010-06-03 | 2 | -11/+28 |
* | Parse the HSMF headers chunk if present, and use it to find Dates in text ext... | Nick Burch | 2010-06-03 | 6 | -3/+70 |
* | Fix 1.6ism | Nick Burch | 2010-06-03 | 1 | -1/+9 |
* | Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM | Nick Burch | 2010-06-02 | 4 | -17/+67 |
* | Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFData... | Nick Burch | 2010-06-02 | 4 | -22/+141 |
* | Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter,... | Nick Burch | 2010-06-02 | 3 | -48/+8 |
* | Fix bug #49096 - add clone support to Chart begin and end records, to allow c... | Nick Burch | 2010-06-02 | 4 | -0/+29 |
* | List attachment names in the output of OutlookTextExtractor (to get attachmen... | Nick Burch | 2010-06-02 | 3 | -0/+45 |
* | Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemas | Nick Burch | 2010-06-02 | 1 | -0/+39 |
* | Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to han... | Nick Burch | 2010-06-01 | 3 | -4/+20 |
* | More work inspired by bug #48872 - handle MMMMM and elapsed time formatting r... | Nick Burch | 2010-06-01 | 5 | -22/+264 |
* | More fixes inspired by bug #48872 - handle zero formatting rules, and better ... | Nick Burch | 2010-06-01 | 4 | -18/+152 |
* | ensure english locale for POI build | Yegor Kozlov | 2010-05-30 | 1 | -5/+7 |
* | more cleanup of deprecation warnings generated by javac | Yegor Kozlov | 2010-05-30 | 4 | -4/+8 |
* | fixed construction of the DIB picture header, see Bugzilla 43161 | Yegor Kozlov | 2010-05-30 | 3 | -10/+20 |
* | removed deprecation warnings to keep javac quiet | Yegor Kozlov | 2010-05-29 | 4 | -10/+12 |
* | optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if the... | Yegor Kozlov | 2010-05-29 | 3 | -38/+121 |
* | Support a couple more crazy formats, as identified in bug #48872, plus test them | Nick Burch | 2010-05-28 | 2 | -4/+6 |
* | Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in... | Nick Burch | 2010-05-28 | 5 | -7/+62 |
* | Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created | Nick Burch | 2010-05-27 | 3 | -8/+11 |
* | Tidy up various indents and generics warnings | Nick Burch | 2010-05-27 | 2 | -28/+20 |
* | add myself to who.xml | Maxim Valyanskiy | 2010-05-27 | 1 | -0/+1 |
* | Initial support for reading AES-encrypted/write-protected OOXML files | Maxim Valyanskiy | 2010-05-27 | 1 | -0/+1 |
* | Initial support for reading AES-encrypted/write-protected OOXML files | Maxim Valyanskiy | 2010-05-27 | 6 | -0/+472 |
* | Add missing test file for bug #48779 | Nick Burch | 2010-05-27 | 1 | -1/+0 |
* | Moved from xssf\usermodel examples following Christian's modification to that... | Mark Beardsley | 2010-05-27 | 1 | -0/+72 |
* | Added Christian's Centre Across Selection code. | Mark Beardsley | 2010-05-27 | 1 | -23/+80 |
* | Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col... | Nick Burch | 2010-05-26 | 9 | -16/+163 |
* | Add disabled unit test for bug #48539, which is currently still broken | Nick Burch | 2010-05-26 | 1 | -0/+31 |
* | Add test which shows that bug #48832 is invalid | Nick Burch | 2010-05-26 | 2 | -0/+112 |
* | Add unit test to show that the behaviour in bug #48923 is as expected | Nick Burch | 2010-05-26 | 1 | -0/+35 |
* | Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying... | Nick Burch | 2010-05-26 | 2 | -3/+21 |
* | Add a simple testcase for the new RevisionMarkAuthorTable.java | Nick Burch | 2010-05-26 | 1 | -0/+51 |
* | Apply patch from bug #48926 - Initial support for the HWPF revision marks aut... | Nick Burch | 2010-05-26 | 4 | -0/+199 |