aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for bug noticed while investigating bugzilla 47048. Made INDEX() ↵Josh Micich2009-05-152-11/+44
| | | | | | support missing args. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775360 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug (broken junit) introduced in r773412. Also hooked up test.Josh Micich2009-05-112-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773441 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused ↵Josh Micich2009-05-102-2/+45
| | | | | | sheet EOFs to get misplaced. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773412 13f79535-47bb-0310-9956-ffa450edef68
* updated test-case comments (origin of hex-dump)Josh Micich2009-05-101-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773397 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-052-0/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@771865 13f79535-47bb-0310-9956-ffa450edef68
* test file belonging to r768389 Yegor Kozlov2009-04-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768532 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-201-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766750 13f79535-47bb-0310-9956-ffa450edef68
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-182-4/+2
| | | | | | constructor (see bugzilla 46186); always call sheet.setAlternativeExpression in conjuction with sheet.setRowSumsBelow, see bugzilla 46714 and 30714 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766273 13f79535-47bb-0310-9956-ffa450edef68
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-182-1/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766251 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also ↵Yegor Kozlov2009-04-172-3/+16
| | | | | | avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766103 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the ↵Josh Micich2009-04-171-172/+219
| | | | | | end of the workbook stream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765866 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #47034 - Reading the name of a NameRecord when the name is > 127Nick Burch2009-04-152-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765163 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more ↵Josh Micich2009-04-112-389/+377
| | | | | | common test working. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764225 13f79535-47bb-0310-9956-ffa450edef68
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-113-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764203 13f79535-47bb-0310-9956-ffa450edef68
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-102-11/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763881 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual ↵Josh Micich2009-04-088-5/+143
| | | | | | format written by Google Docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763391 13f79535-47bb-0310-9956-ffa450edef68