aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-048-20/+159
* Improve handling and warnings when closing OPCPackage objectsNick Burch2010-08-044-6/+84
* Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty...Nick Burch2010-08-043-2/+56
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-046-2/+169
* hwpf: append any character data before paragraphs to first paragraphMaxim Valyanskiy2010-08-044-1/+23
* Fix bug #49694 - Use DataFormatter when autosizing columns, to better match t...Nick Burch2010-08-033-12/+43
* Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc...Nick Burch2010-08-034-7/+105
* Fix bug #49689 - Allow the setting of user style names on newly created HSSF ...Nick Burch2010-08-033-1/+38
* Commit unit test change tooNick Burch2010-07-291-1/+2
* Refactor to make it easier to tell which content types each POIXMLTextExtract...Nick Burch2010-07-297-51/+171
* Added clone support for UserSView* and Feat* families of records, see bug #4...Yegor Kozlov2010-07-287-1/+43
* Support for escaped unicode characters in Shared String Table, see bug #49653Yegor Kozlov2010-07-283-5/+57
* prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579Yegor Kozlov2010-07-273-1/+53
* wpf: More CharactedRun mapping fixes for fast-saved documentsMaxim Valyanskiy2010-07-275-2/+22
* preserve leading and trailing white spaces in XWPFRun, see bug #49593Yegor Kozlov2010-07-272-1/+21
* insert the content of fldSimple fields into the XWPFWordTextExtractor output,...Yegor Kozlov2010-07-274-0/+18
* Fixed parsing formulas containing defined names beginning with an underscore...Yegor Kozlov2010-07-263-1/+27
* More fixes for auto-saved documentsMaxim Valyanskiy2010-07-269-73/+111
* support for POISSON function, see bug #49538Yegor Kozlov2010-07-264-149/+344
* added a failing unit test for bug #49612Yegor Kozlov2010-07-242-0/+33
* Fix bug #49524 - Support for setting cell text to be vertically rotated, via ...Nick Burch2010-07-184-8/+61
* do case-insensitive comparison when detecting Content_Types part, tolerate ba...Yegor Kozlov2010-07-184-4/+44
* Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser...Nick Burch2010-07-167-21/+494
* Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c...Nick Burch2010-07-1612-12/+354
* Fix indent, and make the mime type matching more consistentNick Burch2010-07-161-16/+6
* 49599 - Correct writing of NoteRecord author text when switching between ASCI...Nick Burch2010-07-163-0/+35
* hwpf: Range.findRange fix for out-of-range searchesMaxim Valyanskiy2010-07-091-0/+5
* hwpf.usermodel.Range: use generics & remove redundant type castsMaxim Valyanskiy2010-07-071-34/+26
* HWPFDocument: minor cleanupMaxim Valyanskiy2010-07-071-2/+1
* HWPF: test auto-saved documentMaxim Valyanskiy2010-07-073-2/+18
* HWPF: better fix for TextPieceTable.getCharIndex()Maxim Valyanskiy2010-07-061-15/+36
* update status.xmlMaxim Valyanskiy2010-07-051-1/+1
* HWPF: Improve reading of auto-saved ("complex") documentMaxim Valyanskiy2010-07-053-11/+30
* Fix deprecated warningsNick Burch2010-07-029-39/+40
* Fix deprecated warningsNick Burch2010-07-0214-36/+32
* Fix deprecated warningsNick Burch2010-07-025-37/+47
* Fix deprecated warningsNick Burch2010-07-026-16/+16
* More Word 6 / Word 95 SupportNick Burch2010-07-0215-143/+308
* Fix generics warningsNick Burch2010-07-022-18/+18
* Update the contributor guidelines (microsoft docs, smaller patches are better...Nick Burch2010-07-0215-379/+81
* Update HWPF documentation to include the newly added word 6/95 text extractio...Nick Burch2010-06-304-32/+58
* Enable Word6Extractor in ExtractorFactoryNick Burch2010-06-304-8/+70
* Basic text extraction support for old Word 6 and Word 95 documents via some H...Nick Burch2010-06-3011-71/+530
* Fix generics warningsNick Burch2010-06-303-43/+31
* Fix bug #49508 - Allow the addition of paragraphs to XWPF Table Cells. (Also ...Nick Burch2010-06-295-10/+15
* Add sample .msg file which uses a different codepageNick Burch2010-06-291-0/+0
* Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the ...Nick Burch2010-06-294-1/+21
* More XSLF tests for the less common extensions, and initial support for .thmx...Nick Burch2010-06-2913-20/+113
* never download ooxml-schemas-.jar from maven, always build it from source xsdsYegor Kozlov2010-06-281-4/+3
* removed duplicates of PICTURE_TYPE_* constants defined in the parent Workbook...Yegor Kozlov2010-06-282-21/+0