aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already ↵Nick Burch2012-02-151-0/+1
| | | | | | been closed, give IllegalArgumentException rather than NPE git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244450 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52664 - MAPIMessage may not always have name chunks when checking ↵Nick Burch2012-02-151-0/+1
| | | | | | for 7 bit encodings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244449 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverterYegor Kozlov2012-02-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244429 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when ↵Yegor Kozlov2012-02-151-0/+1
| | | | | | reading OLE properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1244388 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol ↵Nick Burch2012-02-141-0/+1
| | | | | | fonts, where no fonts are defined git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243907 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243793 13f79535-47bb-0310-9956-ffa450edef68
* validate row and column indexes in SXSSFYegor Kozlov2012-02-121-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243232 13f79535-47bb-0310-9956-ffa450edef68
* fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498Yegor Kozlov2012-02-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1243054 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-101-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1242701 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241419 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52568: added methods to set/get an XWPFRun's text colorYegor Kozlov2012-02-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241395 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52566: added methods to set/get vertical alignment and color in ↵Yegor Kozlov2012-02-071-0/+1
| | | | | | XWPFTableCell git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241393 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 525612: added methods to get/set a table row's Can't Split and ↵Yegor Kozlov2012-02-071-0/+1
| | | | | | Repeat Header attributes in XWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241387 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52561: Added methods to set table inside borders and cell margins ↵Yegor Kozlov2012-02-071-0/+1
| | | | | | in XWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241383 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1241380 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52575: added an option to ignore missing workbook references in ↵Yegor Kozlov2012-02-061-0/+1
| | | | | | formula evaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1240903 13f79535-47bb-0310-9956-ffa450edef68
* validate hyperlink address as discussed on poi-userYegor Kozlov2012-02-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1239529 13f79535-47bb-0310-9956-ffa450edef68
* Update the license details to reflect current practice, to avoid confusionNick Burch2012-02-011-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1239253 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some ↵Nick Burch2012-01-301-0/+1
| | | | | | Office produced ones do have 2 Core Properties, despite the specification explicitly forbidding this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1237631 13f79535-47bb-0310-9956-ffa450edef68
* Correct license linkNick Burch2012-01-301-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1237621 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for SUMIFS(), see Bugzilla 52462Yegor Kozlov2012-01-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1234305 13f79535-47bb-0310-9956-ffa450edef68
* added example how to merge .pptx slidesYegor Kozlov2012-01-161-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1231850 13f79535-47bb-0310-9956-ffa450edef68
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ↵Nick Burch2012-01-111-0/+1
| | | | | | as text git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230106 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix ↵Nick Burch2012-01-111-0/+1
| | | | | | some indenting) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230045 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52446 - Handle files which have been truncated by a few bytes in ↵Nick Burch2012-01-111-0/+1
| | | | | | NPropertyTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1229963 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle ↵Nick Burch2012-01-091-0/+1
| | | | | | times without seconds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1229281 13f79535-47bb-0310-9956-ffa450edef68
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten ↵Nick Burch2011-12-281-0/+1
| | | | | | the criteria for triggering fraction formatting matching git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225093 13f79535-47bb-0310-9956-ffa450edef68
* patch from Bugzilla 52200: updated XWPF table example codeYegor Kozlov2011-12-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1224605 13f79535-47bb-0310-9956-ffa450edef68
* Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and ↵Yegor Kozlov2011-12-211-0/+1
| | | | | | networkdays git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221682 13f79535-47bb-0310-9956-ffa450edef68
* Inspired by bug #52349 - Merge the logic between the TEXT function and ↵Nick Burch2011-12-201-0/+1
| | | | | | DataFormatter git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221126 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52349 - Correctly support excel style date format strings in the ↵Nick Burch2011-12-201-0/+1
| | | | | | TEXT function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221123 13f79535-47bb-0310-9956-ffa450edef68
* Bug #52369 - XSSFExcelExtractor should format numeric cells based on the ↵Nick Burch2011-12-201-0/+1
| | | | | | format strings applied to them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221108 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #52369 - Event based XSSF parsing should handle formatting of ↵Nick Burch2011-12-201-0/+1
| | | | | | formula values in XSSFSheetXMLHandler git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221103 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52348: Avoid exception when creating cell style in a workbook that ↵Yegor Kozlov2011-12-191-0/+1
| | | | | | has an empty xf table git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220659 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from ↵Yegor Kozlov2011-12-191-0/+1
| | | | | | XSSFRichTextString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220642 13f79535-47bb-0310-9956-ffa450edef68
* applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more ↵Yegor Kozlov2011-12-161-0/+1
| | | | | | flexible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1215079 13f79535-47bb-0310-9956-ffa450edef68
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-111-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212978 13f79535-47bb-0310-9956-ffa450edef68
* updated downloads page to reflect status of 3.8-beta5 releaseYegor Kozlov2011-12-111-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212977 13f79535-47bb-0310-9956-ffa450edef68
* current version is 3.8-beta6 nowYegor Kozlov2011-12-102-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212785 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it ↵Yegor Kozlov2011-12-101-0/+1
| | | | | | does not close underlying .zip file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212744 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46288: fixed refcount of Fill pictures in HSLFYegor Kozlov2011-12-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212381 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51961: support compression of temp files in SXSSF Yegor Kozlov2011-12-092-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212330 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52268 - support cloning sheets with drawings in XSSFYegor Kozlov2011-12-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1211339 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, ↵Nick Burch2011-12-061-0/+1
| | | | | | with test (and fixing indents) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210774 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210299 13f79535-47bb-0310-9956-ffa450edef68
* Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use ↵Nick Burch2011-11-281-0/+1
| | | | | | FilteringDirectoryNode, so can exclude from copying nodes not just directly under the root git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207445 13f79535-47bb-0310-9956-ffa450edef68
* Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and ↵Nick Burch2011-11-281-0/+1
| | | | | | allows certain parts to be ignored git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1207412 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLFYegor Kozlov2011-11-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203969 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide Yegor Kozlov2011-11-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203295 13f79535-47bb-0310-9956-ffa450edef68