| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed evaluation of XSSF workbooks containing formulas with reference errors ... | Yegor Kozlov | 2010-08-25 | 5 | -12/+34 |
* | fixed fetching names of user defined styles, see Bugzila 49751 | Yegor Kozlov | 2010-08-19 | 4 | -4/+27 |
* | support for protecting a XSSF workbook, see Bugzilla #48900 | Yegor Kozlov | 2010-08-18 | 5 | -1/+81 |
* | fixed FormulaParser to correctly process defined names with underscore, see ... | Yegor Kozlov | 2010-08-12 | 3 | -2/+47 |
* | added support for RANDBETWEEN(), see Bugzilla 48526 | Yegor Kozlov | 2010-08-12 | 5 | -1/+281 |
* | tweak dependency list of ooxml-schemas jar | Nick Burch | 2010-08-12 | 1 | -1/+1 |
* | Update the index page for 3.7 Beta 2 | Nick Burch | 2010-08-11 | 1 | -2/+2 |
* | fixed OperandResolver to correctly handle inputs with leading decimal place, ... | Yegor Kozlov | 2010-08-10 | 3 | -24/+122 |
* | Compiling the OOXML xsds requires a bit more memory if on a 64 bit jvm | Nick Burch | 2010-08-10 | 1 | -1/+8 |
* | Remove svn:executable property from a series of files that didn't need it set | Nick Burch | 2010-08-09 | 16 | -0/+0 |
* | initial support for excel auto-filters | Yegor Kozlov | 2010-08-08 | 23 | -73/+826 |
* | optimized performance of HSSFCell#setHyperlink | Yegor Kozlov | 2010-08-08 | 1 | -2/+3 |
* | close OPC package before assertion, otherwise the test fails on Win7 (unix-ba... | Yegor Kozlov | 2010-08-06 | 1 | -1/+2 |
* | increased allowed range in TestHSSFSheet#testAutoSizeDate() to make tests on ... | Yegor Kozlov | 2010-08-06 | 1 | -8/+8 |
* | Add a dist exclude, and a missing header | Nick Burch | 2010-08-05 | 2 | -1/+18 |
* | Prepare for 3.7 beta 2 | Nick Burch | 2010-08-04 | 2 | -1/+5 |
* | Support nested outlook files in ExtractorFactory | Nick Burch | 2010-08-04 | 2 | -6/+35 |
* | Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg | Nick Burch | 2010-08-04 | 8 | -20/+159 |
* | Improve handling and warnings when closing OPCPackage objects | Nick Burch | 2010-08-04 | 4 | -6/+84 |
* | Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty... | Nick Burch | 2010-08-04 | 3 | -2/+56 |
* | Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati... | Nick Burch | 2010-08-04 | 6 | -2/+169 |
* | hwpf: append any character data before paragraphs to first paragraph | Maxim Valyanskiy | 2010-08-04 | 4 | -1/+23 |
* | Fix bug #49694 - Use DataFormatter when autosizing columns, to better match t... | Nick Burch | 2010-08-03 | 3 | -12/+43 |
* | Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc... | Nick Burch | 2010-08-03 | 4 | -7/+105 |
* | Fix bug #49689 - Allow the setting of user style names on newly created HSSF ... | Nick Burch | 2010-08-03 | 3 | -1/+38 |
* | Commit unit test change too | Nick Burch | 2010-07-29 | 1 | -1/+2 |
* | Refactor to make it easier to tell which content types each POIXMLTextExtract... | Nick Burch | 2010-07-29 | 7 | -51/+171 |
* | Added clone support for UserSView* and Feat* families of records, see bug #4... | Yegor Kozlov | 2010-07-28 | 7 | -1/+43 |
* | Support for escaped unicode characters in Shared String Table, see bug #49653 | Yegor Kozlov | 2010-07-28 | 3 | -5/+57 |
* | prevent ArrayIndexOutOfBoundException in UnknowEscherRecord, see bug #49579 | Yegor Kozlov | 2010-07-27 | 3 | -1/+53 |
* | wpf: More CharactedRun mapping fixes for fast-saved documents | Maxim Valyanskiy | 2010-07-27 | 5 | -2/+22 |
* | preserve leading and trailing white spaces in XWPFRun, see bug #49593 | Yegor Kozlov | 2010-07-27 | 2 | -1/+21 |
* | insert the content of fldSimple fields into the XWPFWordTextExtractor output,... | Yegor Kozlov | 2010-07-27 | 4 | -0/+18 |
* | Fixed parsing formulas containing defined names beginning with an underscore... | Yegor Kozlov | 2010-07-26 | 3 | -1/+27 |
* | More fixes for auto-saved documents | Maxim Valyanskiy | 2010-07-26 | 9 | -73/+111 |
* | support for POISSON function, see bug #49538 | Yegor Kozlov | 2010-07-26 | 4 | -149/+344 |
* | added a failing unit test for bug #49612 | Yegor Kozlov | 2010-07-24 | 2 | -0/+33 |
* | Fix bug #49524 - Support for setting cell text to be vertically rotated, via ... | Nick Burch | 2010-07-18 | 4 | -8/+61 |
* | do case-insensitive comparison when detecting Content_Types part, tolerate ba... | Yegor Kozlov | 2010-07-18 | 4 | -4/+44 |
* | Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser... | Nick Burch | 2010-07-16 | 7 | -21/+494 |
* | Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c... | Nick Burch | 2010-07-16 | 12 | -12/+354 |
* | Fix indent, and make the mime type matching more consistent | Nick Burch | 2010-07-16 | 1 | -16/+6 |
* | 49599 - Correct writing of NoteRecord author text when switching between ASCI... | Nick Burch | 2010-07-16 | 3 | -0/+35 |
* | hwpf: Range.findRange fix for out-of-range searches | Maxim Valyanskiy | 2010-07-09 | 1 | -0/+5 |
* | hwpf.usermodel.Range: use generics & remove redundant type casts | Maxim Valyanskiy | 2010-07-07 | 1 | -34/+26 |
* | HWPFDocument: minor cleanup | Maxim Valyanskiy | 2010-07-07 | 1 | -2/+1 |
* | HWPF: test auto-saved document | Maxim Valyanskiy | 2010-07-07 | 3 | -2/+18 |
* | HWPF: better fix for TextPieceTable.getCharIndex() | Maxim Valyanskiy | 2010-07-06 | 1 | -15/+36 |
* | update status.xml | Maxim Valyanskiy | 2010-07-05 | 1 | -1/+1 |
* | HWPF: Improve reading of auto-saved ("complex") document | Maxim Valyanskiy | 2010-07-05 | 3 | -11/+30 |