| Commit message (Expand) | Author | Age | Files | Lines |
* | ant target to create patches | Yegor Kozlov | 2011-03-04 | 2 | -46/+143 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 4 | -7/+290 |
* | Setting the locale doesn't seem to set the timezone, so do that explicitly to... | Nick Burch | 2011-03-04 | 3 | -9/+14 |
* | Fix a couple of license headers, and tweak the rat settings so it runs clean | Nick Burch | 2011-03-04 | 3 | -1/+37 |
* | Tweak the attribute getter names on Attachments, and add MAPI+TNEF Attribute ... | Nick Burch | 2011-03-03 | 5 | -34/+333 |
* | Add a TNEF extractor class, which can be run from the command line to extract... | Nick Burch | 2011-03-03 | 3 | -36/+166 |
* | Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ... | Nick Burch | 2011-03-03 | 11 | -34/+388 |
* | Switch HMEF attributes to a factory scheme for creation, then add subtypes fo... | Nick Burch | 2011-03-02 | 11 | -54/+408 |
* | Refactor the TNEF Attributes to better match the MAPI ones, and move both int... | Nick Burch | 2011-03-02 | 11 | -316/+355 |
* | Tweak XSSFPrintSetup to make it a little clearer what happens, and add a roun... | Nick Burch | 2011-03-01 | 2 | -6/+54 |
* | mention ExcelAnt in status.xml | Yegor Kozlov | 2011-03-01 | 1 | -0/+1 |
* | Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ... | Nick Burch | 2011-03-01 | 15 | -5/+368 |
* | tweaked validation of xml to keep Gump quiet | Yegor Kozlov | 2011-02-26 | 1 | -3/+3 |
* | Fix bug #32903 - Correct XBAT chaining explanation in /poifs/fileformat.html | Nick Burch | 2011-02-25 | 2 | -6/+16 |
* | Fix bug #50829 - Support for getting the tables associated with a XSSFSheet | Nick Burch | 2011-02-25 | 5 | -0/+59 |
* | More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you... | Nick Burch | 2011-02-25 | 5 | -37/+261 |
* | Switch Picture processing in HSLFSlideShow to be lazy-loading, to speed thing... | Nick Burch | 2011-02-23 | 1 | -13/+31 |
* | Update the HSSF/XSSF comments documentation to include some more steps that a... | Nick Burch | 2011-02-23 | 1 | -2/+11 |
* | merged with excelant branch | Yegor Kozlov | 2011-02-23 | 34 | -7/+3566 |
|\ |
|
| * | 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 | 33 | -7/+3441 |
| * | created a branch for adoption of excelant | Yegor Kozlov | 2011-02-11 | 0 | -0/+0 |
* | | Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_... | Yegor Kozlov | 2011-02-23 | 3 | -10/+5 |
* | | 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 | 4 | -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 | 4 | -1/+43 |
* | | Add a disabled unit test for bug #50784. We need to add support for XSSF Colo... | Nick Burch | 2011-02-18 | 2 | -0/+31 |
* | | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c... | Nick Burch | 2011-02-18 | 4 | -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 | 4 | -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 | 3 | -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 | 7 | -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 |