summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merged with excelant branchYegor Kozlov2011-02-2330-0/+3362
|\
| * test Ant file with ExcelAnt targetsexcelantYegor Kozlov2011-02-191-0/+120
| * initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-1829-0/+3242
* | Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_...Yegor Kozlov2011-02-231-0/+1
* | Add a unit test that shows bug #48079 no longer applies, and we can resize co...Nick Burch2011-02-181-0/+39
* | Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed c...Nick Burch2011-02-183-2/+39
* | Fix generics warningsNick Burch2011-02-181-6/+6
* | Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and b...Nick Burch2011-02-183-1/+43
* | Add a disabled unit test for bug #50784. We need to add support for XSSF Colo...Nick Burch2011-02-181-0/+31
* | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c...Nick Burch2011-02-183-1/+63
* | Fix a couple more 1.6ismsNick Burch2011-02-112-3/+4
* | Fix a 1.6ismNick Burch2011-02-111-2/+7
* | Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re...Nick Burch2011-02-113-4/+2
* | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN...Nick Burch2011-02-113-1/+35
|/
* fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o...Yegor Kozlov2011-02-113-3/+38
* fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug...Yegor Kozlov2011-02-102-12/+32
* Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF ...Nick Burch2011-02-043-14/+136
* hwpf: ignore invalid style referenceMaxim Valyanskiy2011-01-311-4/+15
* hwpf: ignore null-reference to parent stylesheet (bug#50688)Maxim Valyanskiy2011-01-312-0/+13
* hwpf: ignore incorrect ListFormatOverride reference that causes IndexOutOfBou...Maxim Valyanskiy2011-01-272-1/+5
* Remove un-used importsNick Burch2011-01-211-6/+0
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ...Nick Burch2011-01-206-52/+109
* added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607Yegor Kozlov2011-01-197-3/+305
* remove System.out.println() from the test codeYegor Kozlov2011-01-191-2/+0
* User Defined Function Documentation/Example, see Bugzilla 50587Yegor Kozlov2011-01-199-0/+599
* Update the HMEF page with the latest status of the codeNick Burch2011-01-131-3/+5
* Start on TNEF RTF attribute decompression, but not quite finished yetNick Burch2011-01-134-2/+70
* Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ...Nick Burch2011-01-124-17/+129
* HMEF dumping and properties tweaksNick Burch2011-01-122-6/+23
* Start to decode the MAPI Properties in the TNEF stream for HMEFNick Burch2011-01-126-1/+280
* hwpf: fix ArrayIndexOutOfBoundsException in Range.getCharacterRun() (TIKA-577)Maxim Valyanskiy2011-01-121-0/+5
* MAPIProperty is a better fit name for HSMF, so change the name before it gets...Nick Burch2011-01-1210-1127/+1127
* Copy the MAPI type information over completely to HSMFNick Burch2011-01-122-539/+95
* More converting of HSMF code to use strongly type attributesNick Burch2011-01-114-60/+39
* Add a HSMF dev tool for listing the chunks with their types and namesNick Burch2011-01-111-0/+70
* Start converting HSMF code to use the new strongly type MAPIAttribute class f...Nick Burch2011-01-119-45/+169
* Create a new HSMF MAPI Attributes class to hold the attribute list in a stron...Nick Burch2011-01-112-19/+1081
* In NPOIFS, close the file we opened in more exception casesNick Burch2011-01-051-0/+8
* Add NPOIFS section to the documentationNick Burch2011-01-011-9/+68
* More NPOIFS testsNick Burch2011-01-012-7/+74
* Tweak HSLF and HWPF to work well with NPOIFS, and add unit tests for thisNick Burch2011-01-014-38/+98
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-013-1/+34
* Fix generics warnings, and add another constructorNick Burch2011-01-011-7/+27
* Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ...Nick Burch2010-12-311-15/+64
* NPOIFS needs an explicit close, as it has to keep the File / buffer around to...Nick Burch2010-12-301-1/+14
* Refactor DocumentInputStream so that it can transparently handle both old sty...Nick Burch2010-12-295-274/+410
* Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use...Nick Burch2010-12-292-28/+60
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-2911-34/+78
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-298-69/+124
* More NPOIFS XBAT updatesNick Burch2010-12-292-42/+55