aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
Commit message (Expand)AuthorAgeFilesLines
* fixed the Downloads page to reflect current releaseYegor Kozlov2010-11-011-69/+17
* updated index page to reflect current release POI-3.7Yegor Kozlov2010-10-312-12/+3
* Fix bug #50118Nick Burch2010-10-221-0/+1
* Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheetsNick Burch2010-10-201-1/+1
* Several small site updates, to get us closer to complying with the new site b...Nick Burch2010-10-153-2/+16
* updated current version in trunkYegor Kozlov2010-10-151-1/+4
* avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla ...Yegor Kozlov2010-10-141-0/+1
* marked commons-logging and log4j as optional dependencies in POI poms, see Bu...Yegor Kozlov2010-10-111-0/+2
* support for BorderCode in HWPF, see Bugzilla 49919Yegor Kozlov2010-10-071-0/+1
* support for processing of symbols in HWPF, see Bugzilla 49908Yegor Kozlov2010-10-071-0/+1
* support for retrieving pictures from HSSF workbooks, see bugzilla 50022Yegor Kozlov2010-10-041-0/+1
* 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
* Update the site for 3.7 beta 3 - download page and homepageNick Burch2010-09-242-18/+26
* 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
* Update the download site for 3.7 beta 2Nick Burch2010-09-151-16/+16
* 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