| Commit message (Expand) | Author | Age | Files | Lines |
* | More XSLF tests for the less common extensions, and initial support for .thmx... | Nick Burch | 2010-06-29 | 13 | -20/+113 |
* | never download ooxml-schemas-.jar from maven, always build it from source xsds | Yegor Kozlov | 2010-06-28 | 1 | -4/+3 |
* | removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook... | Yegor Kozlov | 2010-06-28 | 2 | -21/+0 |
* | Remove a few deprecated warnings for when compiling against ooxml-schemas-1.1 | Nick Burch | 2010-06-22 | 10 | -25/+30 |
* | Add index and download entries for the 3.7 beta 1 release | Nick Burch | 2010-06-22 | 2 | -3/+59 |
* | Revert r954835 now that POI 3.7 beta1 is out - go back to using 1.5 compiled ... | Nick Burch | 2010-06-22 | 3 | -16/+16 |
* | New expected release date for 3.7 beta 1 | Nick Burch | 2010-06-15 | 1 | -2/+2 |
* | Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this... | Nick Burch | 2010-06-15 | 3 | -16/+16 |
* | Add main method | Nick Burch | 2010-06-15 | 1 | -0/+11 |
* | Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ... | Nick Burch | 2010-06-14 | 4 | -11/+55 |
* | Notes on ooxml-schemas 1.1 and 1.0 | Nick Burch | 2010-06-14 | 3 | -6/+15 |
* | Have the ooxml build correctly ensure that we have the ooxml schemas to hand | Nick Burch | 2010-06-14 | 1 | -1/+1 |
* | Better handling of Outlook messages in HSMF when there's no recipient email a... | Nick Burch | 2010-06-14 | 4 | -1/+44 |
* | When formatting numbers with DataFormatter, handle brackets following colours | Nick Burch | 2010-06-14 | 3 | -2/+41 |
* | force ASCII encoding when compiling sources, fixed unmappable characters for ... | Yegor Kozlov | 2010-06-13 | 3 | -5/+19 |
* | Bump the ooxml schema version up to 1.1, as 1.0 was compiled for Java 1.4 whi... | Nick Burch | 2010-06-11 | 1 | -4/+4 |
* | Remove spurious svn:executable flags | Nick Burch | 2010-06-11 | 6 | -0/+0 |
* | The next release will be 3.7 beta 2 | Nick Burch | 2010-06-11 | 2 | -2/+4 |
* | Keep compatibility for now, and alert people to move to the new class | Nick Burch | 2010-06-11 | 2 | -1/+36 |
* | A few little tweaks to the contribution guide | Nick Burch | 2010-06-11 | 2 | -4/+16 |
* | Fix 1.6-isms from the patch from bug #48574 | Nick Burch | 2010-06-11 | 7 | -27/+0 |
* | Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X... | Nick Burch | 2010-06-11 | 40 | -250/+4069 |
* | Test documents from bug #48574 | Nick Burch | 2010-06-11 | 4 | -0/+0 |
* | Fix for bug #48245 - tweak HWPF table cell detection to work across more files | Nick Burch | 2010-06-11 | 4 | -167/+362 |
* | Apply, with a few tweaks, the patch from bug #48996 - initial support for Ext... | Nick Burch | 2010-06-10 | 16 | -12/+318 |
* | Add additional RevisionMarkAuthorTable test | Nick Burch | 2010-06-10 | 2 | -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 | 5 | -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 | 2 | -0/+83 |
* | Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates | Nick Burch | 2010-06-04 | 5 | -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 | 5 | -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 |