summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* validate hyperlink address as discussed on poi-userYegor Kozlov2012-02-023-2/+52
| | | | 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-304-28/+63
| | | | | | 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
* bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBATMaxim Valyanskiy2012-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1237629 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
* support kerning in XSLF text runsYegor Kozlov2012-01-254-6/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1235668 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for SUMIFS(), see Bugzilla 52462Yegor Kozlov2012-01-215-1/+422
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1234305 13f79535-47bb-0310-9956-ffa450edef68
* more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classesYegor Kozlov2012-01-193-7/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1233242 13f79535-47bb-0310-9956-ffa450edef68
* corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as ↵Yegor Kozlov2012-01-171-6/+16
| | | | | | reported in poi-dev git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1232321 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
* added common interface for containers of shapes in XSLFYegor Kozlov2012-01-144-4/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1231481 13f79535-47bb-0310-9956-ffa450edef68
* Correct fraction formatting quick return logicNick Burch2012-01-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1231144 13f79535-47bb-0310-9956-ffa450edef68
* Support more OOXML custom properties for text extractionNick Burch2012-01-111-54/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230168 13f79535-47bb-0310-9956-ffa450edef68
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ↵Nick Burch2012-01-113-6/+51
| | | | | | 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-117-37/+75
| | | | | | 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-112-1/+17
| | | | | | 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-093-1/+6
| | | | | | times without seconds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1229281 13f79535-47bb-0310-9956-ffa450edef68
* more progress with merging external slidesYegor Kozlov2011-12-283-5/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225169 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled tests for custom formatsNick Burch2011-12-281-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225098 13f79535-47bb-0310-9956-ffa450edef68
* Add AM/PM DataFormatter tests for bug #52389 (already working properly)Nick Burch2011-12-281-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225095 13f79535-47bb-0310-9956-ffa450edef68
* Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten ↵Nick Burch2011-12-283-4/+19
| | | | | | the criteria for triggering fraction formatting matching git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225093 13f79535-47bb-0310-9956-ffa450edef68
* Fix generics warningsNick Burch2011-12-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225092 13f79535-47bb-0310-9956-ffa450edef68
* patch from Bugzilla 52200: updated XWPF table example codeYegor Kozlov2011-12-252-11/+155
| | | | 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-2113-81/+1008
| | | | | | 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-204-71/+113
| | | | | | 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-203-28/+45
| | | | | | 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-203-14/+65
| | | | | | 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-202-1/+16
| | | | | | 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-194-3/+19
| | | | | | 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/+5
| | | | | | XSSFRichTextString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220645 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from ↵Yegor Kozlov2011-12-193-25/+82
| | | | | | XSSFRichTextString git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220642 13f79535-47bb-0310-9956-ffa450edef68
* Addition to Bugzilla 51961: enable compression of temp files when loading ↵Yegor Kozlov2011-12-161-1/+26
| | | | | | existing workbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1215080 13f79535-47bb-0310-9956-ffa450edef68
* applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more ↵Yegor Kozlov2011-12-162-89/+154
| | | | | | flexible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1215079 13f79535-47bb-0310-9956-ffa450edef68
* more xlsf docs and samplesYegor Kozlov2011-12-164-17/+207
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1215077 13f79535-47bb-0310-9956-ffa450edef68
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-1111-87/+569
| | | | 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
* Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS oneNick Burch2011-12-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212976 13f79535-47bb-0310-9956-ffa450edef68
* current version is 3.8-beta6 nowYegor Kozlov2011-12-103-9/+11
| | | | 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-1062-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-106-4/+49
| | | | | | does not close underlying .zip file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212744 13f79535-47bb-0310-9956-ffa450edef68
* fixed javadoc warningsYegor Kozlov2011-12-0929-61/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212511 13f79535-47bb-0310-9956-ffa450edef68
* keep rat quietYegor Kozlov2011-12-093-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212403 13f79535-47bb-0310-9956-ffa450edef68
* disabled a test failing under jdk 1.5: it assumes rounding mode half-up and ↵Yegor Kozlov2011-12-091-13/+20
| | | | | | jdk 1.6+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212401 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46288: fixed refcount of Fill pictures in HSLFYegor Kozlov2011-12-094-1/+65
| | | | 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-0911-269/+483
| | | | 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-075-45/+139
| | | | 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-064-196/+245
| | | | | | with test (and fixing indents) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210774 13f79535-47bb-0310-9956-ffa450edef68
* Test that shows that bug #52288 is already fixedNick Burch2011-12-062-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210768 13f79535-47bb-0310-9956-ffa450edef68
* Add test file for bug #51873 from Jeremy, and a test that uses itNick Burch2011-12-052-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210332 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Marcel May from bug #51875 - More XSSF formula new-line supportNick Burch2011-12-055-20/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210299 13f79535-47bb-0310-9956-ffa450edef68