aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
Commit message (Expand)AuthorAgeFilesLines
* updated current version on status.xml, also some misc post-release improvemen...Yegor Kozlov2009-12-071-1/+3
* fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzil...Yegor Kozlov2009-12-041-0/+1
* Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved fieldJosh Micich2009-12-021-6/+7
* fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701Yegor Kozlov2009-12-021-0/+1
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-301-0/+1
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-272-114/+30
* Add support for creating SummaryInformation and DocumentSummaryInformation pr...Nick Burch2009-11-251-0/+1
* Fix bug #48180 - short chart records skipping some unused fieldsNick Burch2009-11-251-0/+1
* Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious...Nick Burch2009-11-251-1/+2
* Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ...Nick Burch2009-11-251-0/+1
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-211-0/+1
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-211-2/+6
* Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.c...Dave Fisher2009-11-1913-548/+881
* fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele...Yegor Kozlov2009-11-161-0/+1
* Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()Josh Micich2009-11-131-0/+1
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-121-0/+1
* cleanup of build.xmlYegor Kozlov2009-11-061-81/+3
* added a method to set arabic mode in HSSFSheet, see Bugzilla 47970Yegor Kozlov2009-11-061-0/+1
* release system resources when calling javax.imageio.ImageIO in Picture.resize()Yegor Kozlov2009-11-061-0/+1
* more documentation changesDave Fisher2009-11-061-13/+7
* documentation changesDave Fisher2009-11-064-118/+34
* reorganized TOC, removed obsolete pagesYegor Kozlov2009-11-066-66/+157
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no...Nick Burch2009-11-041-0/+1
* When running the "compile-ooxml-xsds" ant task, also generate the source jar ...Nick Burch2009-11-031-0/+1
* Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis...Nick Burch2009-11-031-0/+1
* Bugzilla 48096 - relaxed validation check in RecalcIdRecordJosh Micich2009-11-031-0/+1
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra...Josh Micich2009-11-031-0/+1
* fixed logic for matching cells and comments in HSSFCell.getCellComment()Yegor Kozlov2009-10-291-0/+1
* [47942] added implementation of protection features to XLSX and DOCX files. P...Ugo Cei2009-10-281-0/+2
* drop a line on Git access to POI sourcesYegor Kozlov2009-10-281-0/+8
* preserve leading and trailing white spaces in XSSFRichTextString, see Bugzill...Yegor Kozlov2009-10-281-0/+1
* Update link to dev.HSSF.javaNick Burch2009-10-261-1/+1
* Bugzilla 48044 - added implementation for CountBlank function (patch from Mad...Josh Micich2009-10-241-0/+1
* Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersecti...Josh Micich2009-10-211-0/+1
* The Visio info on gnome.ru is no more. Switch the links to a web.archive.org ...Nick Burch2009-10-201-2/+2
* deleted 'svn:executable' propertyJosh Micich2009-10-167-0/+0
* From bug #47999 - avoid un-needed call to the JVM Garbage Collector when work...Nick Burch2009-10-161-0/+1
* added Ant target to compile scratchpad examples, added example HSMF applicati...Yegor Kozlov2009-10-041-0/+2
* fixed ColumnHelper to correctly handle columns included in a column spanYegor Kozlov2009-10-041-0/+3
* updated index.html to reflect current releaseYegor Kozlov2009-09-281-27/+7
* fixed XSSFCell.getStringCellValue() to properly handle cached formula resultsYegor Kozlov2009-09-261-0/+1
* fixed non-ASCII symbols to keep javac quietYegor Kozlov2009-09-251-1/+3
* Bugzilla 47747 - fixed logic for locating shared formula recordsJosh Micich2009-09-181-1/+2
* Reverted initial application of patches 47848(r815935) and 47849(r815942). So...Josh Micich2009-09-161-3/+1
* Added possibility to get EvaluationCell from RefEval, see bugzilla 47849Yegor Kozlov2009-09-161-1/+2
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-161-0/+1
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-161-0/+1
* fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008...Yegor Kozlov2009-09-131-0/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+1
* added javadoc how to avoid Excel crash when creating too many HSSFRichTextStr...Yegor Kozlov2009-09-131-0/+1