aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Collapse)AuthorAgeFilesLines
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@803667 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-078-76/+534
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801890 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ↵Yegor Kozlov2009-08-051-2/+13
| | | | | | Bugzilla #47606 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801305 13f79535-47bb-0310-9956-ffa450edef68
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799258 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-297-30/+715
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@798771 13f79535-47bb-0310-9956-ffa450edef68
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-251-0/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797737 13f79535-47bb-0310-9956-ffa450edef68
* Additional test case examples for NumberToTextConverterJosh Micich2009-07-241-12/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797676 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix ↵Josh Micich2009-07-233-3/+161
| | | | | | for bug 47198 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797258 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795327 13f79535-47bb-0310-9956-ffa450edef68
* fixed case-sensitive file names in unit tests for Bugzilla 47520Yegor Kozlov2009-07-161-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794621 13f79535-47bb-0310-9956-ffa450edef68
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-163-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794539 13f79535-47bb-0310-9956-ffa450edef68
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-124-6/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793281 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSF and OpenXml4J to read/write relationships with targets starting ↵Yegor Kozlov2009-07-121-0/+0
| | | | | | with '#' (internal locations), see Bugzilla 47504 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793280 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOOJosh Micich2009-07-062-0/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791595 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-241-12/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788157 13f79535-47bb-0310-9956-ffa450edef68
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing ↵Yegor Kozlov2009-06-202-0/+18
| | | | | | metafiles, see Bugzilla 47143 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786793 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for ISNA()Josh Micich2009-06-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786696 13f79535-47bb-0310-9956-ffa450edef68
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and ↵Yegor Kozlov2009-06-193-58/+127
| | | | | | file links, see Bugzilla #47375 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786442 13f79535-47bb-0310-9956-ffa450edef68
* Tweak to comments in TestExternalNameRecord (47384/786261)Josh Micich2009-06-181-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786284 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-181-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786267 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-1310-9458/+1818
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784316 13f79535-47bb-0310-9956-ffa450edef68
* Removed static void main(String[]) methods from junit classes. Other minor ↵Josh Micich2009-06-1244-2747/+695
| | | | | | clean-up. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784284 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ↵Josh Micich2009-06-122-37/+105
| | | | | | sheet protection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784240 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with ↵Yegor Kozlov2009-06-101-0/+10
| | | | | | quotes, see bugzilla #47294 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783445 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample file which has its formula records with the wrong record type idNick Burch2009-06-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783034 13f79535-47bb-0310-9956-ffa450edef68
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ↵Yegor Kozlov2009-06-072-2/+2
| | | | | | HSSFCell.findCellComment to handle sheets with more than 65536 comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@782398 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in ↵Josh Micich2009-06-061-5/+36
| | | | | | Sheet.cloneSheet() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@782177 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-044-93/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781645 13f79535-47bb-0310-9956-ffa450edef68
* rolling back r781622Josh Micich2009-06-041-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781623 13f79535-47bb-0310-9956-ffa450edef68
* submitted in errorJosh Micich2009-06-031-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781622 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47312 - Fixed formula parser to properly reject cell references ↵Josh Micich2009-06-032-1/+77
| | | | | | with a '0' row component git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781616 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-011-516/+516
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780878 13f79535-47bb-0310-9956-ffa450edef68
* Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected ↵Josh Micich2009-06-011-135/+105
| | | | | | SSTRecord test (commented out in r353769). git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780874 13f79535-47bb-0310-9956-ffa450edef68
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0110-176/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780832 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete classesJosh Micich2009-06-013-109/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780822 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning ↵Josh Micich2009-06-011-1/+1
| | | | | | fixes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780792 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records ↵Josh Micich2009-06-011-1/+82
| | | | | | after other non-PSB records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780774 13f79535-47bb-0310-9956-ffa450edef68
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ↵Yegor Kozlov2009-05-301-0/+11
| | | | | | values after removal of all rows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780245 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-231-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777834 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name ↵Josh Micich2009-05-221-4/+30
| | | | | | length is zero git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777717 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-221-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777392 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-211-0/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777275 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to ddf junits after r776424Josh Micich2009-05-207-245/+224
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776507 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in function implementations. Removed subclasses of ↵Josh Micich2009-05-201-48/+0
| | | | | | NotImplementedFunction. Minor fixes for compiler warnings, and formatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776505 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in .java test files. Minor reformatting and compiler ↵Josh Micich2009-05-1826-3291/+3290
| | | | | | warning fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776056 13f79535-47bb-0310-9956-ffa450edef68
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775701 13f79535-47bb-0310-9956-ffa450edef68
* Code clean-up in HSSFDataFormat etc. Removed bad characters from ↵Josh Micich2009-05-171-18/+19
| | | | | | TestHSSFDataFormatter. Added comment about international formats. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775570 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-162-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775500 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-153-35/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775376 13f79535-47bb-0310-9956-ffa450edef68
* Added comments and removed unused importJosh Micich2009-05-151-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775374 13f79535-47bb-0310-9956-ffa450edef68