| Commit message (Expand) | Author | Age | Files | Lines |
* | merged with excelant branch | Yegor Kozlov | 2011-02-23 | 30 | -0/+3362 |
|\ |
|
| * | test Ant file with ExcelAnt targetsexcelant | Yegor Kozlov | 2011-02-19 | 1 | -0/+120 |
| * | initial import of ExcelAnt tasks, see Bugzilla 50610 | Yegor Kozlov | 2011-02-18 | 29 | -0/+3242 |
* | | Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_... | Yegor Kozlov | 2011-02-23 | 1 | -0/+1 |
* | | Add a unit test that shows bug #48079 no longer applies, and we can resize co... | Nick Burch | 2011-02-18 | 1 | -0/+39 |
* | | Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed c... | Nick Burch | 2011-02-18 | 3 | -2/+39 |
* | | Fix generics warnings | Nick Burch | 2011-02-18 | 1 | -6/+6 |
* | | Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b... | Nick Burch | 2011-02-18 | 3 | -1/+43 |
* | | Add a disabled unit test for bug #50784. We need to add support for XSSF Colo... | Nick Burch | 2011-02-18 | 1 | -0/+31 |
* | | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c... | Nick Burch | 2011-02-18 | 3 | -1/+63 |
* | | Fix a couple more 1.6isms | Nick Burch | 2011-02-11 | 2 | -3/+4 |
* | | Fix a 1.6ism | Nick Burch | 2011-02-11 | 1 | -2/+7 |
* | | Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re... | Nick Burch | 2011-02-11 | 3 | -4/+2 |
* | | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 3 | -1/+35 |
|/ |
|
* | fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o... | Yegor Kozlov | 2011-02-11 | 3 | -3/+38 |
* | fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug... | Yegor Kozlov | 2011-02-10 | 2 | -12/+32 |
* | Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF ... | Nick Burch | 2011-02-04 | 3 | -14/+136 |
* | hwpf: ignore invalid style reference | Maxim Valyanskiy | 2011-01-31 | 1 | -4/+15 |
* | hwpf: ignore null-reference to parent stylesheet (bug#50688) | Maxim Valyanskiy | 2011-01-31 | 2 | -0/+13 |
* | hwpf: ignore incorrect ListFormatOverride reference that causes IndexOutOfBou... | Maxim Valyanskiy | 2011-01-27 | 2 | -1/+5 |
* | Remove un-used imports | Nick Burch | 2011-01-21 | 1 | -6/+0 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 6 | -52/+109 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 7 | -3/+305 |
* | remove System.out.println() from the test code | Yegor Kozlov | 2011-01-19 | 1 | -2/+0 |
* | User Defined Function Documentation/Example, see Bugzilla 50587 | Yegor Kozlov | 2011-01-19 | 9 | -0/+599 |
* | Update the HMEF page with the latest status of the code | Nick Burch | 2011-01-13 | 1 | -3/+5 |
* | Start on TNEF RTF attribute decompression, but not quite finished yet | Nick Burch | 2011-01-13 | 4 | -2/+70 |
* | Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ... | Nick Burch | 2011-01-12 | 4 | -17/+129 |
* | HMEF dumping and properties tweaks | Nick Burch | 2011-01-12 | 2 | -6/+23 |
* | Start to decode the MAPI Properties in the TNEF stream for HMEF | Nick Burch | 2011-01-12 | 6 | -1/+280 |
* | hwpf: fix ArrayIndexOutOfBoundsException in Range.getCharacterRun() (TIKA-577) | Maxim Valyanskiy | 2011-01-12 | 1 | -0/+5 |
* | MAPIProperty is a better fit name for HSMF, so change the name before it gets... | Nick Burch | 2011-01-12 | 10 | -1127/+1127 |
* | Copy the MAPI type information over completely to HSMF | Nick Burch | 2011-01-12 | 2 | -539/+95 |
* | More converting of HSMF code to use strongly type attributes | Nick Burch | 2011-01-11 | 4 | -60/+39 |
* | Add a HSMF dev tool for listing the chunks with their types and names | Nick Burch | 2011-01-11 | 1 | -0/+70 |
* | Start converting HSMF code to use the new strongly type MAPIAttribute class f... | Nick Burch | 2011-01-11 | 9 | -45/+169 |
* | Create a new HSMF MAPI Attributes class to hold the attribute list in a stron... | Nick Burch | 2011-01-11 | 2 | -19/+1081 |
* | In NPOIFS, close the file we opened in more exception cases | Nick Burch | 2011-01-05 | 1 | -0/+8 |
* | Add NPOIFS section to the documentation | Nick Burch | 2011-01-01 | 1 | -9/+68 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 2 | -7/+74 |
* | Tweak HSLF and HWPF to work well with NPOIFS, and add unit tests for this | Nick Burch | 2011-01-01 | 4 | -38/+98 |
* | Add unit test for using HSSF with both POIFS and NPOIFS | Nick Burch | 2011-01-01 | 3 | -1/+34 |
* | Fix generics warnings, and add another constructor | Nick Burch | 2011-01-01 | 1 | -7/+27 |
* | Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ... | Nick Burch | 2010-12-31 | 1 | -15/+64 |
* | NPOIFS needs an explicit close, as it has to keep the File / buffer around to... | Nick Burch | 2010-12-30 | 1 | -1/+14 |
* | Refactor DocumentInputStream so that it can transparently handle both old sty... | Nick Burch | 2010-12-29 | 5 | -274/+410 |
* | Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use... | Nick Burch | 2010-12-29 | 2 | -28/+60 |
* | Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy... | Nick Burch | 2010-12-29 | 11 | -34/+78 |
* | More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o... | Nick Burch | 2010-12-29 | 8 | -69/+124 |
* | More NPOIFS XBAT updates | Nick Burch | 2010-12-29 | 2 | -42/+55 |