aboutsummaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
* Remove spurious svn:executable flagsNick Burch2010-06-113-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953725 13f79535-47bb-0310-9956-ffa450edef68
* Test documents from bug #48574Nick Burch2010-06-114-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953698 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #48245 - tweak HWPF table cell detection to work across more filesNick Burch2010-06-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953694 13f79535-47bb-0310-9956-ffa450edef68
* Apply, with a few tweaks, the patch from bug #48996 - initial support for ↵Nick Burch2010-06-102-0/+0
| | | | | | External Name References in HSSF formula evaluation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953395 13f79535-47bb-0310-9956-ffa450edef68
* Add additional RevisionMarkAuthorTable testNick Burch2010-06-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953343 13f79535-47bb-0310-9956-ffa450edef68
* Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF rangesNick Burch2010-06-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951498 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for bug #45970 - shows that we can read Formulas with URL ↵Nick Burch2010-06-041-0/+0
| | | | | | based references in them, but we can't change them properly. Part of the unit test is disabled for now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951420 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49386 - avoid NPE when extracting OOXML file properties which are datesNick Burch2010-06-041-0/+0
| | | | | | | Also tidy up POIXMLPropertiesTextExtractor to exclude properties which are missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951384 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49096 - add clone support to Chart begin and end records, to allow ↵Nick Burch2010-06-021-0/+0
| | | | | | cloning of more Chart containing sheets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950611 13f79535-47bb-0310-9956-ffa450edef68
* fixed construction of the DIB picture header, see Bugzilla 43161Yegor Kozlov2010-05-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949483 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948825 13f79535-47bb-0310-9956-ffa450edef68
* Add missing test file for bug #48779Nick Burch2010-05-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948752 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled unit test for bug #48539, which is currently still brokenNick Burch2010-05-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948477 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test to show that the behaviour in bug #48923 is as expectedNick Burch2010-05-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948462 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when ↵Nick Burch2010-05-251-0/+0
| | | | | | the XSD is silly and maps them to CTEmpty git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948199 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49273 - Correct handling for Font Character Sets with indicies ↵Nick Burch2010-05-251-0/+0
| | | | | | greater than 127 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948089 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when finding cell comments, Bugzilla 48846Yegor Kozlov2010-05-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947315 13f79535-47bb-0310-9956-ffa450edef68
* Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themesNick Burch2010-05-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@946136 13f79535-47bb-0310-9956-ffa450edef68
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@944869 13f79535-47bb-0310-9956-ffa450edef68
* Enhanced SViewer to support most border types, cell formats, and conditional ↵Yegor Kozlov2010-05-109-0/+0
| | | | | | formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@942809 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49020 - Workaround Excel outputting invalid XML in button ↵Nick Burch2010-05-051-0/+0
| | | | | | definitions by not closing BR tags git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941399 13f79535-47bb-0310-9956-ffa450edef68
* Enable the tests for bug #49139, now that we have a sample test file to go ↵Nick Burch2010-05-032-0/+0
| | | | | | with it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940519 13f79535-47bb-0310-9956-ffa450edef68
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-251-0/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937792 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added ↵Yegor Kozlov2010-04-201-0/+0
| | | | | | accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935860 13f79535-47bb-0310-9956-ffa450edef68
* Lots more documentation on how we read in POIFS files and process the ↵Nick Burch2010-04-131-0/+0
| | | | | | sectors/blocks and FATs. Also add a test that shows that bug #46391 is invalid git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933663 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled test for bug #44501, which still remains, plus fix a generics ↵Nick Burch2010-01-281-0/+0
| | | | | | warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904062 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator ↵Nick Burch2010-01-281-0/+0
| | | | | | detection, and handle short strings better, hopefully solving the Negative length of ChunkHeader issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904052 13f79535-47bb-0310-9956-ffa450edef68
* Implement the ExtRst part of a UnicodeStringNick Burch2010-01-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900746 13f79535-47bb-0310-9956-ffa450edef68
* Improved how HSMF handles multiple recipientsNick Burch2010-01-124-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
* XSLF: text extraction from tablesMaxim Valyanskiy2010-01-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897875 13f79535-47bb-0310-9956-ffa450edef68
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, ↵Nick Burch2010-01-081-0/+0
| | | | | | and start on fixing core tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897167 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:eol-style=native from binary files, uncommented related tests; ↵Yegor Kozlov2009-12-284-0/+0
| | | | | | see Bugzilla 48427 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894173 13f79535-47bb-0310-9956-ffa450edef68
* More work on FeatRecord/Shared Features. More is still needed though, it's ↵Nick Burch2009-12-262-0/+0
| | | | | | still WIP git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894018 13f79535-47bb-0310-9956-ffa450edef68
* fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251Yegor Kozlov2009-12-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892862 13f79535-47bb-0310-9956-ffa450edef68
* another test for Bugzilla 48026Yegor Kozlov2009-12-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892468 13f79535-47bb-0310-9956-ffa450edef68
* Fixed INDEX function to return reference results properly.Josh Micich2009-12-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@891516 13f79535-47bb-0310-9956-ffa450edef68
* preserve POIFS StorageClsid when re-writing existing workbooks, this ↵Yegor Kozlov2009-12-151-0/+0
| | | | | | property is important for embedded objects, see Bugzilla 47920 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890714 13f79535-47bb-0310-9956-ffa450edef68
* added a test covering bookmarksYegor Kozlov2009-12-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886733 13f79535-47bb-0310-9956-ffa450edef68
* fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701Yegor Kozlov2009-12-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886113 13f79535-47bb-0310-9956-ffa450edef68
* improved work with cell comments in XSSF, also added support for cell ↵Yegor Kozlov2009-11-272-0/+42
| | | | | | comments to SS interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #48180 - short chart records skipping some unused fieldsNick Burch2009-11-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884065 13f79535-47bb-0310-9956-ffa450edef68
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835271 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample .docm file from bug #45690Nick Burch2009-11-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832643 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when calling methods from the superclass and initialize ↵Yegor Kozlov2009-11-031-0/+0
| | | | | | XSSFChartSheet with a blank sheet, see Bugzilla 48087 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68
* Hopefully fix #45672 properly - improve handling by ↵Nick Burch2009-11-031-0/+0
| | | | | | MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832584 13f79535-47bb-0310-9956-ffa450edef68
* fixed logic for matching cells and comments in HSSFCell.getCellComment()Yegor Kozlov2009-10-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@831025 13f79535-47bb-0310-9956-ffa450edef68
* [47942] added implementation of protection features to XLSX and DOCX files. ↵Ugo Cei2009-10-2814-0/+0
| | | | | | Patch submitted by Roberto Albertini. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 48044 - added implementation for CountBlank function (patch from ↵Josh Micich2009-10-241-0/+0
| | | | | | Mads Mohr Christensen) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829293 13f79535-47bb-0310-9956-ffa450edef68
* added missing test cases from r828244 (for bugzilla 48036 - IntersectionEval)Josh Micich2009-10-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@828247 13f79535-47bb-0310-9956-ffa450edef68
* deleted 'svn:executable' propertyJosh Micich2009-10-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@826045 13f79535-47bb-0310-9956-ffa450edef68