aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed RecordFormatException when reading unicode strings with photenic data, ...Yegor Kozlov2011-03-117-1/+1271
* fixed typosYegor Kozlov2011-03-092-2/+2
* updated index.xml and download.xml for 3.8 beta1Yegor Kozlov2011-03-092-0/+58
* include poi-excelantYegor Kozlov2011-03-071-1/+1
* Refactor the HMEF contents checks to use a superclass, and stub out the Rtf M...Nick Burch2011-03-054-32/+93
* Two more differences between the LZW in HDGF and HMEF:Nick Burch2011-03-054-32/+61
* Add a unit test for bug #50833Nick Burch2011-03-042-2/+38
* Add unit test showing that bug #50867 works fineNick Burch2011-03-042-0/+57
* Add unit test showing that bug #48877 no longer appliesNick Burch2011-03-041-2/+56
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-044-2/+23
* Fix bug #50784 - XSSFColors return by XSSFFont now have theme information app...Nick Burch2011-03-047-13/+53
* Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pus...Nick Burch2011-03-0410-51/+75
* Fix documentation typoNick Burch2011-03-041-1/+1
* Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha...Nick Burch2011-03-044-15/+34
* Fix generics warningsNick Burch2011-03-041-4/+3
* From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c...Nick Burch2011-03-045-15/+27
* Add documentation for the HMEF (TNEF/winmail.dat) support so far.Nick Burch2011-03-044-15/+209
* set version.id to 3.8-beta2Yegor Kozlov2011-03-041-1/+1
* ant target to create patchesYegor Kozlov2011-03-042-46/+143
* Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca...Yegor Kozlov2011-03-044-7/+290
* Setting the locale doesn't seem to set the timezone, so do that explicitly to...Nick Burch2011-03-043-9/+14
* Fix a couple of license headers, and tweak the rat settings so it runs cleanNick Burch2011-03-043-1/+37
* Tweak the attribute getter names on Attachments, and add MAPI+TNEF Attribute ...Nick Burch2011-03-035-34/+333
* Add a TNEF extractor class, which can be run from the command line to extract...Nick Burch2011-03-033-36/+166
* Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ...Nick Burch2011-03-0311-34/+388
* Switch HMEF attributes to a factory scheme for creation, then add subtypes fo...Nick Burch2011-03-0211-54/+408
* Refactor the TNEF Attributes to better match the MAPI ones, and move both int...Nick Burch2011-03-0211-316/+355
* Tweak XSSFPrintSetup to make it a little clearer what happens, and add a roun...Nick Burch2011-03-012-6/+54
* mention ExcelAnt in status.xmlYegor Kozlov2011-03-011-0/+1
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-0115-5/+368
* tweaked validation of xml to keep Gump quietYegor Kozlov2011-02-261-3/+3
* Fix bug #32903 - Correct XBAT chaining explanation in /poifs/fileformat.htmlNick Burch2011-02-252-6/+16
* Fix bug #50829 - Support for getting the tables associated with a XSSFSheetNick Burch2011-02-255-0/+59
* More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you...Nick Burch2011-02-255-37/+261
* Switch Picture processing in HSLFSlideShow to be lazy-loading, to speed thing...Nick Burch2011-02-231-13/+31
* Update the HSSF/XSSF comments documentation to include some more steps that a...Nick Burch2011-02-231-2/+11
* merged with excelant branchYegor Kozlov2011-02-2334-7/+3566
|\
| * test Ant file with ExcelAnt targetsexcelantYegor Kozlov2011-02-191-0/+120
| * initial import of ExcelAnt tasks, see Bugzilla 50610Yegor Kozlov2011-02-1833-7/+3441
| * created a branch for adoption of excelantYegor Kozlov2011-02-110-0/+0
* | Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_...Yegor Kozlov2011-02-233-10/+5
* | 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-184-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-184-1/+43
* | Add a disabled unit test for bug #50784. We need to add support for XSSF Colo...Nick Burch2011-02-182-0/+31
* | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c...Nick Burch2011-02-184-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