aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
Commit message (Expand)AuthorAgeFilesLines
* Avoid IllegalStateException when creating Data validation in sheet with macro...Yegor Kozlov2010-10-041-0/+1
* improved rounding in MathX.mod, see Bugzilla 50033Yegor Kozlov2010-10-011-0/+1
* Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in prefere...Nick Burch2010-09-241-2/+1
* Prepare for building 3.7 beta 3Nick Burch2010-09-211-1/+5
* Apply patch+test from bug #48325 - If a HSSF header or footer lacks left/righ...Nick Burch2010-09-211-0/+1
* Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop ...Nick Burch2010-09-211-0/+1
* Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook b...Nick Burch2010-09-201-0/+1
* Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF he...Nick Burch2010-09-201-0/+1
* Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up rel...Nick Burch2010-09-201-0/+1
* Work inspired by bug #48018 - get HWPF lists more consistent in read vs write...Nick Burch2010-09-201-0/+1
* Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline leve...Nick Burch2010-09-201-0/+1
* Hopefully fix bug #47271 - Avoid infinite loops on broken HWPF documents with...Nick Burch2010-09-191-0/+1
* Fix bug #49936 - Handle HWPF documents with problematic HeaderStories betterNick Burch2010-09-171-0/+1
* Fix support for sections in old word 6 / word 95 filesNick Burch2010-09-171-0/+1
* Fix bug #49941 - Correctly handle space preservation of XSSFRichTextRuns when...Nick Burch2010-09-161-0/+1
* Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of...Nick Burch2010-09-141-0/+1
* Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe...Nick Burch2010-09-141-0/+1
* XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an...Nick Burch2010-09-141-0/+2
* Add a getBodyElements() method to XWPF IBody, to make access to embedded para...Nick Burch2010-09-141-0/+1
* More XSLFRelation entries for common .pptx file partsNick Burch2010-09-131-0/+1
* fixed evaluation of shared formulas in XSSF, see Bugzilla 49872Yegor Kozlov2010-09-121-0/+1
* avoid corruption of XSSFWorkbook after removing all merged cells from sheet, ...Yegor Kozlov2010-09-111-0/+1
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-111-0/+1
* Add getMimeType() method to HWPF Picture, and fix some generics warningsNick Burch2010-09-091-0/+1
* update status.xml (code for reading Ole10Native data)Maxim Valyanskiy2010-09-091-0/+1
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-091-0/+1
* allow sheet names longer than 31 chars in XSSF, enforce name uniqueness on th...Yegor Kozlov2010-09-071-0/+1
* improved API for hiding sheets, see Bugzilla 49878Yegor Kozlov2010-09-051-0/+1
* fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or en...Yegor Kozlov2010-09-041-0/+1
* fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEva...Yegor Kozlov2010-09-041-0/+1
* added a getter for _iStartAt in ListFormatOverrideLevelYegor Kozlov2010-09-041-0/+1
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-041-0/+1
* ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833)Yegor Kozlov2010-09-041-0/+1
* fixed LEFT and RIGHT to return #VALUE! when called with a negative operand, s...Yegor Kozlov2010-09-041-0/+1
* fixed evaluation of XSSF workbooks containing formulas with reference errors ...Yegor Kozlov2010-08-251-0/+1
* fixed fetching names of user defined styles, see Bugzila 49751Yegor Kozlov2010-08-191-0/+1
* support for protecting a XSSF workbook, see Bugzilla #48900Yegor Kozlov2010-08-181-0/+1
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-121-0/+1
* added support for RANDBETWEEN(), see Bugzilla 48526Yegor Kozlov2010-08-121-0/+1
* fixed OperandResolver to correctly handle inputs with leading decimal place, ...Yegor Kozlov2010-08-101-0/+2
* initial support for excel auto-filtersYegor Kozlov2010-08-081-3/+2
* Prepare for 3.7 beta 2Nick Burch2010-08-041-0/+4
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-0/+1
* Improve handling and warnings when closing OPCPackage objectsNick Burch2010-08-041-0/+1
* Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right sty...Nick Burch2010-08-041-0/+1
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-041-0/+1
* Fix bug #49694 - Use DataFormatter when autosizing columns, to better match t...Nick Burch2010-08-031-0/+1
* Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc...Nick Burch2010-08-031-0/+1
* Fix bug #49689 - Allow the setting of user style names on newly created HSSF ...Nick Burch2010-08-031-0/+1
* Refactor to make it easier to tell which content types each POIXMLTextExtract...Nick Burch2010-07-291-0/+1