aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved how HSMF handles multiple recipientsNick Burch2010-01-1217-233/+833
* add more powerpoint xml mime typesMaxim Valyanskiy2010-01-122-0/+21
* Add PublisherTextExtractor support to ExtractorFactoryNick Burch2010-01-114-0/+43
* Add status message for recent change from maxcomNick Burch2010-01-111-0/+1
* XSLF: text extraction from tablesMaxim Valyanskiy2010-01-1110-44/+219
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-112-1/+58
* Do a manual sync, as per the common skins README, to avoid a build warningNick Burch2010-01-112-0/+0
* Add embeded (attachment) support to the outlook text extractorNick Burch2010-01-084-11/+74
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-085-20/+23
* Wire up the new HSMFTextExtactor to the ExtractorFactoryNick Burch2010-01-084-176/+229
* Add a text extractor to HSMF for simpler extraction of text from .msg filesNick Burch2010-01-084-6/+185
* Fix generics warningsNick Burch2010-01-081-1/+1
* More work on the recipient related chunks, including a helper method to do be...Nick Burch2010-01-087-18/+197
* Quick bit of refactoring to save parsing the type and id twiceNick Burch2010-01-086-35/+34
* Support fetching the message date from the submission idNick Burch2010-01-086-14/+185
* Docs tweaksNick Burch2010-01-082-7/+12
* Tweak a few tests, and add in a few more chunk typesNick Burch2010-01-086-46/+70
* Complete chunk parser tests, and make more chunk groups availableNick Burch2010-01-082-0/+92
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, and...Nick Burch2010-01-087-43/+107
* Shuffle where some of the HSMF tests live to better match package names, and ...Nick Burch2010-01-0711-11/+84
* Start on major HSMF refactoring. Should compile, but not quite all tests pass...Nick Burch2010-01-0716-475/+670
* Add a couple more HSMF chunk types, and use Generics in a few placesNick Burch2010-01-073-36/+45
* Skip warnings we can't avoidNick Burch2010-01-072-4/+4
* Initialise the link type of HSSFHyperLink, so that getType() on it worksNick Burch2010-01-054-0/+40
* More FeatRecord supportNick Burch2010-01-037-14/+410
* Add in a few bits of Generics to avoid warningsNick Burch2010-01-033-15/+16
* Add a note on the different shared feature typesNick Burch2010-01-021-0/+6
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-2911-13/+479
* removed svn:eol-style=native from binary files, uncommented related tests; se...Yegor Kozlov2009-12-285-8/+4
* Start testing the contents of FeatRecordNick Burch2009-12-272-0/+52
* Add Generics types to avoid warningsNick Burch2009-12-272-9/+9
* Make InternalSheet capture the feature related recordsNick Burch2009-12-273-5/+69
* Looks like we already had Ref8U but with a different name... Switch to using ...Nick Burch2009-12-274-106/+20
* More work on FeatRecord/Shared Features. More is still needed though, it's st...Nick Burch2009-12-2613-19/+264
* Finish off common Ref8U subrecord, and add testsNick Burch2009-12-262-2/+109
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-2638-588/+504
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-264-99/+41
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-253-32/+32
* Minor clean-up in TestXSSFSheetJosh Micich2009-12-251-312/+310
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-252-6/+37
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-2524-489/+768
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-2518-159/+772
* fixed incorrect initialization of --noheader option in BiffViewerYegor Kozlov2009-12-251-1/+1
* removed mistakenly submitted testYegor Kozlov2009-12-241-14/+0
* added tests for XSSF usermodel for array formulas, this change is a step towa...Yegor Kozlov2009-12-235-6/+342
* Added arg check to NumericFunction.singleOperandEvaluate().Josh Micich2009-12-231-0/+3
* Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 4...Josh Micich2009-12-238-135/+122
* replaced commented code with 'if (false)' blockJosh Micich2009-12-231-16/+16
* improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425Yegor Kozlov2009-12-223-22/+62
* Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND...Josh Micich2009-12-225-36/+86