summaryrefslogtreecommitdiffstats
path: root/test-data
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ↵Nick Burch2011-01-201-0/+0
| | | | | | built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1061288 13f79535-47bb-0310-9956-ffa450edef68
* Inside ExtractorFactory, support finding embedded OOXML documents and ↵Nick Burch2010-12-161-0/+0
| | | | | | providing extractors for them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1049802 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50440 - Support evaluating formulas with newlines in them, which ↵Nick Burch2010-12-131-0/+0
| | | | | | XSSF may have (but HSSF may not) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045021 13f79535-47bb-0310-9956-ffa450edef68
* Add a test .xlsx file which includes both normal and inline string cellsNick Burch2010-12-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045019 13f79535-47bb-0310-9956-ffa450edef68
* mark GutsRecord as terminating row blocks, prevent exception when reading ↵Yegor Kozlov2010-12-111-0/+0
| | | | | | workbooks with unexpected GutsRecords, see Bugzilla 50426 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044655 13f79535-47bb-0310-9956-ffa450edef68
* added a unit test for not reproducible bug #49156Yegor Kozlov2010-12-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044647 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for MROUND(), VAR() and VARP()Yegor Kozlov2010-12-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044642 13f79535-47bb-0310-9956-ffa450edef68
* Support for IRR() function, see Bugzilla 50409. Includes fix for Bugzilla 50437Yegor Kozlov2010-12-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044370 13f79535-47bb-0310-9956-ffa450edef68
* improved work with UDFs and Analysis Toolpack functions, ATP functions are ↵Yegor Kozlov2010-11-282-0/+0
| | | | | | enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039870 13f79535-47bb-0310-9956-ffa450edef68
* moved common formula-related code to org.apache.poi.ss.formula, eliminated ↵Yegor Kozlov2010-11-211-0/+0
| | | | | | dependencies on HSSF, reduced the number of eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037436 13f79535-47bb-0310-9956-ffa450edef68
* allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154Yegor Kozlov2010-11-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1036215 13f79535-47bb-0310-9956-ffa450edef68
* clear calculation chain when deleting row or chaing cell type to blank, see ↵Yegor Kozlov2010-11-121-0/+0
| | | | | | Bugs 50113 and 49966 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1034358 13f79535-47bb-0310-9956-ffa450edef68
* Fixed evaluation of cell references with column index greater than 255, see ↵Yegor Kozlov2010-11-101-0/+0
| | | | | | bugzilla 50096 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033556 13f79535-47bb-0310-9956-ffa450edef68
* Tolerate Double.NaN when reading .xls files, see Bugzilla 49761Yegor Kozlov2010-11-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1033004 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50118Nick Burch2010-10-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1026412 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheetsNick Burch2010-10-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1025630 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable from project filesYegor Kozlov2010-10-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1022458 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla ↵Yegor Kozlov2010-10-141-0/+0
| | | | | | 50075 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1022456 13f79535-47bb-0310-9956-ffa450edef68
* allow overridden built-in formats in XSSFCellStyle, see Bugzilla 49928 Yegor Kozlov2010-10-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1005726 13f79535-47bb-0310-9956-ffa450edef68
* support for BorderCode in HWPF, see Bugzilla 49919Yegor Kozlov2010-10-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1005447 13f79535-47bb-0310-9956-ffa450edef68
* support for processing of symbols in HWPF, see Bugzilla 49908Yegor Kozlov2010-10-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1005443 13f79535-47bb-0310-9956-ffa450edef68
* Avoid IllegalStateException when creating Data validation in sheet with ↵Yegor Kozlov2010-10-041-0/+0
| | | | | | macro, see Bugzilla 50020 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1004143 13f79535-47bb-0310-9956-ffa450edef68
* Test that shows we handle word floating and fixed pictures properlyNick Burch2010-09-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1002123 13f79535-47bb-0310-9956-ffa450edef68
* hwpt: add more 2 bytes to OldSectionTable to solve ↵Maxim Valyanskiy2010-09-271-0/+0
| | | | | | ArrayIndexOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1001712 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch+test from bug #48325 - If a HSSF header or footer lacks ↵Nick Burch2010-09-211-0/+0
| | | | | | left/right/centre information, assume it is a centre one git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@999320 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49931 - Avoid concurrency problems when re-ordering multiple HSSF ↵Nick Burch2010-09-201-0/+0
| | | | | | header records for a PageSettingsBlock git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998967 13f79535-47bb-0310-9956-ffa450edef68
* Work inspired by bug #48018 - get HWPF lists more consistent in read vs ↵Nick Burch2010-09-201-0/+0
| | | | | | write, and preserve order as apparently that matters. Includes a fair number of list related unit tests, but not for everything git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998943 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline ↵Nick Burch2010-09-201-0/+0
| | | | | | levels can be properly fetched git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998897 13f79535-47bb-0310-9956-ffa450edef68
* Add test that shows that bug #45877 has already been fixedNick Burch2010-09-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998634 13f79535-47bb-0310-9956-ffa450edef68
* More fixes for bug #49933, workaround the fact that some word6/word95 SEPX ↵Nick Burch2010-09-191-0/+0
| | | | | | entries are compressed differently, and we don't have the specs for how they're stored git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998621 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49936 - Handle HWPF documents with problematic HeaderStories betterNick Burch2010-09-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998146 13f79535-47bb-0310-9956-ffa450edef68
* Fix support for sections in old word 6 / word 95 filesNick Burch2010-09-171-0/+0
| | | | | | | | Improve unit testing for HWPFOldDocument Sprm fix also improves some HWPFDocument files too! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@998131 13f79535-47bb-0310-9956-ffa450edef68
* Correct XWPFRun detection of bold/italic in a paragraph with multiple runs ↵Nick Burch2010-09-141-0/+0
| | | | | | of different styles git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996976 13f79535-47bb-0310-9956-ffa450edef68
* added a test file that belongs to r996265Yegor Kozlov2010-09-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@996419 13f79535-47bb-0310-9956-ffa450edef68
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@995415 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFFormulaEvaluator to support blank cells, added ↵Yegor Kozlov2010-09-041-0/+0
| | | | | | BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992620 13f79535-47bb-0310-9956-ffa450edef68
* added ZipFileAssert, this file was in the original OpenXML4J package but ↵Yegor Kozlov2010-09-042-0/+0
| | | | | | wasn't included in POI-3.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992551 13f79535-47bb-0310-9956-ffa450edef68
* fixed evaluation of XSSF workbooks containing formulas with reference errors ↵Yegor Kozlov2010-08-251-0/+0
| | | | | | (#REF!), see Bugzilla 49783 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@989100 13f79535-47bb-0310-9956-ffa450edef68
* fixed fetching names of user defined styles, see Bugzila 49751Yegor Kozlov2010-08-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@987256 13f79535-47bb-0310-9956-ffa450edef68
* added support for RANDBETWEEN(), see Bugzilla 48526Yegor Kozlov2010-08-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@984796 13f79535-47bb-0310-9956-ffa450edef68
* Remove svn:executable property from a series of files that didn't need it setNick Burch2010-08-093-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@983630 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982331 13f79535-47bb-0310-9956-ffa450edef68
* hwpf: append any character data before paragraphs to first paragraphMaxim Valyanskiy2010-08-041-0/+0
| | | | | | | (workaround for bug#48075) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@982238 13f79535-47bb-0310-9956-ffa450edef68
* wpf: More CharactedRun mapping fixes for fast-saved documentsMaxim Valyanskiy2010-07-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979618 13f79535-47bb-0310-9956-ffa450edef68
* insert the content of fldSimple fields into the XWPFWordTextExtractor ↵Yegor Kozlov2010-07-271-0/+0
| | | | | | output, see bug #49455 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979538 13f79535-47bb-0310-9956-ffa450edef68
* More fixes for auto-saved documentsMaxim Valyanskiy2010-07-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@979286 13f79535-47bb-0310-9956-ffa450edef68
* added a failing unit test for bug #49612Yegor Kozlov2010-07-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@978848 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #49524 - Support for setting cell text to be vertically rotated, via ↵Nick Burch2010-07-181-0/+0
| | | | | | style.setRotation(0xff) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965267 13f79535-47bb-0310-9956-ffa450edef68
* do case-insensitive comparison when detecting Content_Types part, tolerate ↵Yegor Kozlov2010-07-181-0/+0
| | | | | | backslashes in part names. see bug 49609 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@965258 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ↵Nick Burch2010-07-161-0/+0
| | | | | | series from HSSF Charts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@964855 13f79535-47bb-0310-9956-ffa450edef68