aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed evaluation of XSSF workbooks containing formulas with reference errors ...Yegor Kozlov2010-08-255-12/+34
* fixed fetching names of user defined styles, see Bugzila 49751Yegor Kozlov2010-08-194-4/+27
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-185-1/+81
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-123-2/+47
* added support for RANDBETWEEN(), see Bugzilla 48526Yegor Kozlov2010-08-125-1/+281
* tweak dependency list of ooxml-schemas jarNick Burch2010-08-121-1/+1
* Update the index page for 3.7 Beta 2Nick Burch2010-08-111-2/+2
* fixed OperandResolver to correctly handle inputs with leading decimal place, ...Yegor Kozlov2010-08-103-24/+122
* Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvmNick Burch2010-08-101-1/+8
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-0916-0/+0
* initial support for excel auto-filtersYegor Kozlov2010-08-0823-73/+826
* optimized performance of HSSFCell#setHyperlink Yegor Kozlov2010-08-081-2/+3
* close OPC package before assertion, otherwise the test fails on Win7 (unix-ba...Yegor Kozlov2010-08-061-1/+2
* increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on ...Yegor Kozlov2010-08-061-8/+8
* Add a dist exclude, and a missing headerNick Burch2010-08-052-1/+18
* Prepare for 3.7 beta 2Nick Burch2010-08-042-1/+5
* Support nested outlook files in ExtractorFactoryNick Burch2010-08-042-6/+35
* 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