aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Collapse)AuthorAgeFilesLines
* Support a couple more crazy formats, as identified in bug #48872, plus test themNick Burch2010-05-281-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949226 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once createdNick Burch2010-05-271-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948880 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-272-0/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948825 13f79535-47bb-0310-9956-ffa450edef68
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a ↵Nick Burch2010-05-261-8/+25
| | | | | | Color, irrespective of if the Color is indexed or inline-defined git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948511 13f79535-47bb-0310-9956-ffa450edef68
* Add test which shows that bug #48832 is invalidNick Burch2010-05-262-0/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948473 13f79535-47bb-0310-9956-ffa450edef68
* Added loose tests to junit hierarchyJosh Micich2010-05-246-14/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947860 13f79535-47bb-0310-9956-ffa450edef68
* Changed JRE 6 dependent code to its JRE 5 equivalentJosh Micich2010-05-242-23/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947842 13f79535-47bb-0310-9956-ffa450edef68
* Add in missing license headers to a few filesNick Burch2010-05-243-3/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947644 13f79535-47bb-0310-9956-ffa450edef68
* Fixed tests failing in non-english locales, see Bugzilla 49191Yegor Kozlov2010-05-221-4/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947310 13f79535-47bb-0310-9956-ffa450edef68
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-163-446/+519
| | | | 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-103-0/+389
| | | | | | 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
* Hopefully finish fixing bug #49139 - track down another subtle hard coding ↵Nick Burch2010-05-051-3/+3
| | | | | | of 512, and switch to using the big block size variable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941334 13f79535-47bb-0310-9956-ffa450edef68
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-031-2/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940648 13f79535-47bb-0310-9956-ffa450edef68
* Enable the tests for bug #49139, now that we have a sample test file to go ↵Nick Burch2010-05-031-4/+12
| | | | | | with it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940519 13f79535-47bb-0310-9956-ffa450edef68
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. ↵Nick Burch2010-04-2515-71/+128
| | | | | | Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937834 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026Yegor Kozlov2010-04-242-0/+164
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937652 13f79535-47bb-0310-9956-ffa450edef68
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-7/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935896 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headersNick Burch2010-04-141-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933959 13f79535-47bb-0310-9956-ffa450edef68
* Lots more documentation on how we read in POIFS files and process the ↵Nick Burch2010-04-132-0/+24
| | | | | | 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
* Fix an issue with the HSMF tests working on some machines but not others - ↵Nick Burch2010-02-191-7/+17
| | | | | | | | Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able to correctly match up chunks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@911878 13f79535-47bb-0310-9956-ffa450edef68
* Support evaluation of indirect defined names in INDIRECTYegor Kozlov2010-02-141-5/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@910043 13f79535-47bb-0310-9956-ffa450edef68
* Add patch from Jukka from bug #48617 + test - Optionally allow the ↵Nick Burch2010-01-261-0/+43
| | | | | | overriding of the Locale used by DataFormatter to control how the default number and date formats should look git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@903303 13f79535-47bb-0310-9956-ffa450edef68
* Implement the ExtRst part of a UnicodeStringNick Burch2010-01-193-10/+192
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900746 13f79535-47bb-0310-9956-ffa450edef68
* records.UnicodeString isn't actually a Record, just a common part that ↵Nick Burch2010-01-186-2/+18
| | | | | | exists in many other records. As such, move it to records.common, which is where all the other record components live git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900362 13f79535-47bb-0310-9956-ffa450edef68
* avoid creating unnecessary temp files, tighten up usage of temp files in ↵Yegor Kozlov2010-01-141-2/+3
| | | | | | unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@899364 13f79535-47bb-0310-9956-ffa450edef68
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-131-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898804 13f79535-47bb-0310-9956-ffa450edef68
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
* Initialise the link type of HSSFHyperLink, so that getType() on it worksNick Burch2010-01-051-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896049 13f79535-47bb-0310-9956-ffa450edef68
* More FeatRecord supportNick Burch2010-01-031-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@895487 13f79535-47bb-0310-9956-ffa450edef68
* improved usermodel to prevent data corruption when setting array formulas, ↵Yegor Kozlov2009-12-293-3/+265
| | | | | | mimic Excel behaviour and block changing cells included in multi-cell arrays git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894469 13f79535-47bb-0310-9956-ffa450edef68
* Start testing the contents of FeatRecordNick Burch2009-12-271-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894091 13f79535-47bb-0310-9956-ffa450edef68
* Make InternalSheet capture the feature related recordsNick Burch2009-12-272-5/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894081 13f79535-47bb-0310-9956-ffa450edef68
* Looks like we already had Ref8U but with a different name... Switch to using ↵Nick Burch2009-12-271-9/+10
| | | | | | CellRangeAddress instead! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894078 13f79535-47bb-0310-9956-ffa450edef68
* More work on FeatRecord/Shared Features. More is still needed though, it's ↵Nick Burch2009-12-263-4/+128
| | | | | | still WIP git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894018 13f79535-47bb-0310-9956-ffa450edef68
* Finish off common Ref8U subrecord, and add testsNick Burch2009-12-261-0/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894015 13f79535-47bb-0310-9956-ffa450edef68
* Replaced getInstance methods with field for instances of ITestDataProvider. ↵Josh Micich2009-12-2624-409/+400
| | | | | | Some simplification in hierarchy of related tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893929 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-263-68/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893909 13f79535-47bb-0310-9956-ffa450edef68
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-252-18/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893900 13f79535-47bb-0310-9956-ffa450edef68
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-251-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893898 13f79535-47bb-0310-9956-ffa450edef68
* Added CellRange return type for Sheet array formula methods. Renamed new ↵Josh Micich2009-12-256-128/+240
| | | | | | test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893897 13f79535-47bb-0310-9956-ffa450edef68
* added HSSF usermodel tests for array formulas, added support for array ↵Yegor Kozlov2009-12-255-2/+373
| | | | | | formulas in ss interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893870 13f79535-47bb-0310-9956-ffa450edef68
* added tests for XSSF usermodel for array formulas, this change is a step ↵Yegor Kozlov2009-12-231-0/+14
| | | | | | towards adoption of the patch submitted in Bugzilla 48292 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893625 13f79535-47bb-0310-9956-ffa450edef68
* Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug ↵Josh Micich2009-12-233-15/+19
| | | | | | 47251 / r892862). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893402 13f79535-47bb-0310-9956-ffa450edef68
* improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425Yegor Kozlov2009-12-221-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893105 13f79535-47bb-0310-9956-ffa450edef68
* Added getRow() and getColumn() functions to TwoDEval to simplify logic in ↵Josh Micich2009-12-222-1/+42
| | | | | | INDEX implementation. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893063 13f79535-47bb-0310-9956-ffa450edef68
* Fixed SharedValueManager to create separate empty instances in anticipation ↵Josh Micich2009-12-222-10/+10
| | | | | | of instances becoming mutable. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893057 13f79535-47bb-0310-9956-ffa450edef68
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-228-86/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893051 13f79535-47bb-0310-9956-ffa450edef68
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-228-112/+107
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893050 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused Model, ModelFactory. ModelFactoryListener etc.Josh Micich2009-12-222-156/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893041 13f79535-47bb-0310-9956-ffa450edef68
* renamed function implementations to avoid potential name clashesJosh Micich2009-12-212-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893030 13f79535-47bb-0310-9956-ffa450edef68