summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'REL_2_0_PRE3'.(no author)2003-07-2813-199/+769
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_2_0_PRE3@353269 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NameRecord deserialization when additional information (description) ↵Danny Mui2003-05-172-0/+102
| | | | | | | | | | | was specified PR: 19862 Submitted by: lloydj@us.ibm.com git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353105 13f79535-47bb-0310-9956-ffa450edef68
* Fixes AreaReference when a Sheet name is providedDanny Mui2003-05-171-0/+23
| | | | | | | | | | | PR: 19888 Submitted by: brett.knights@tanner.com Test Case Provided by: Arne.Clauss@gedas.de git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353104 13f79535-47bb-0310-9956-ffa450edef68
* Made sure all row records for the sheet are aggregated since rows are skippedDanny Mui2003-05-091-0/+35
| | | | | | | | if a formula yields a String. PR: 15062 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353095 13f79535-47bb-0310-9956-ffa450edef68
* Add the new testcase to the testsuite.Danny Mui2003-05-081-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353091 13f79535-47bb-0310-9956-ffa450edef68
* Patch to support reading in Shared FormulasDanny Mui2003-05-082-0/+120
| | | | | | | | | 1) Added new Record: SharedFormulaRecord that is basically a storage area 2) Enabled ExpPtg to store and serialize data for repeating formulas 3) Updated the aggregates to store the SharedFormulaRecord appropriately git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353090 13f79535-47bb-0310-9956-ffa450edef68
* FormulaParser patch to address:Danny Mui2003-05-071-8/+31
| | | | | | | | | | | 1) embedded ifs 2) GreaterEqual, LessEqual, NotEqual 3) Refactored stringliteral detection BR: 19079 Submitted By: fred at stsci dot edu git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353089 13f79535-47bb-0310-9956-ffa450edef68
* PR 13292, size of FuncPtgAvik Sengupta2003-05-061-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353088 13f79535-47bb-0310-9956-ffa450edef68
* removed non-multiplatform/1.3.x unit testAndrew C. Oliver2003-05-061-161/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353085 13f79535-47bb-0310-9956-ffa450edef68
* Addition of GreaterThan and LessThan in formulas (IF Functions)Avik Sengupta2003-05-042-1/+42
| | | | | | | | | | Originally submitted by Cameron Riley (PR 16392). Thanks. Added simple tests at high and low level, more complicated cases to be tested <= and >= probably still wont work! Had to apply diff by hand, one horrible line at a time (yikes!!) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353081 13f79535-47bb-0310-9956-ffa450edef68
* line feeds are goodAndrew C. Oliver2003-05-011-1/+161
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353074 13f79535-47bb-0310-9956-ffa450edef68
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-30120-280/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947Andrew C. Oliver2003-04-221-0/+161
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353065 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090Andrew C. Oliver2003-04-111-0/+46
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353056 13f79535-47bb-0310-9956-ffa450edef68
* FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes ↵Danny Mui2003-04-082-0/+105
| | | | | | long. Store the other 2 bytes when reading an excel file so that the "Warning: Data may have been lost" prompt is avoided after serialization. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353043 13f79535-47bb-0310-9956-ffa450edef68
* FormulaRecord patch (and testcase) to preserve Excel's NaN representation ↵Danny Mui2003-03-291-1/+35
| | | | | | | | | | when dealing with NaN formula value. We currently have NaN support in LittleEndian but the constant for NaN seems to change so we need to preserve the original bits on fill fields. Thanks Glen for your input! PR: 18114, 18155 Submitted by: Additional bug report submitted by jsun@teloptica.com (Jerry Sun) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353037 13f79535-47bb-0310-9956-ffa450edef68
* Add clone() to FormulaRecordAggregateAvik Sengupta2003-03-201-0/+34
| | | | | | | | | Original patch supplied by Henning Boeger Changed to make it deeper clone, added clone to StringRecord in the process Also added a test. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353033 13f79535-47bb-0310-9956-ffa450edef68
* Further to bug 17491:set sheet order - now made accessible from usermodel, ↵Avik Sengupta2003-03-181-0/+103
| | | | | | rudimentary testcase added. Testcase to be enhanced. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353032 13f79535-47bb-0310-9956-ffa450edef68
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-173-14/+87
| | | | | | | | | | | | | PR: Also fixes Bug #17582 Obtained from: Submitted by: Test case for non-alpha string literals provided by ext-jens.riis@nokia.com (Jens Riis) Reviewed by: Thanks Avik for your FormulaParser help git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353028 13f79535-47bb-0310-9956-ffa450edef68
* FormulaParser changes to support IF function(s)Danny Mui2003-03-152-8/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353027 13f79535-47bb-0310-9956-ffa450edef68
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-071-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353025 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 17373 - incorrect handling of continue records after unknown ↵Avik Sengupta2003-03-072-0/+103
| | | | | | records corrupting a template. Patch submitted by Csaba Nagy -- thanks git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353024 13f79535-47bb-0310-9956-ffa450edef68
* Print Area PatchDanny Mui2003-03-067-21/+509
| | | | | | | | | | | | | | | RFE Bug #14089 Also Includes Name Reference refactoring to support references of the form: Sheet1!$A$1:$B$4 instead of Sheet1.$A$1:$B$4 PR: Bug #9632 Bug #16411 Bug #16315 Bug #13775 (1.5 Bug) Submitted by: testMultiNamedRange (TestNamedRange.java) Test Case Submitted by czhang@cambian.com (Chun Zhang) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353021 13f79535-47bb-0310-9956-ffa450edef68
* fix for bug 14729 - cant merge more than 1027 times.Avik Sengupta2003-03-011-0/+79
| | | | | | | fix submitted by tony poppleton git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353020 13f79535-47bb-0310-9956-ffa450edef68
* testcase for changing sheet orderAvik Sengupta2003-03-011-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353019 13f79535-47bb-0310-9956-ffa450edef68
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-011-0/+85
| | | | | | | | | | | Alessandro Vernet for a patch thats part of this commit Toshiaki Kamoshida for a testcase and lots of debugging Dennis Doubleday & Henning Boeger for reporting the bugs Jason Height who wrote cloneSheet in the first place. Sorry it took so long to patch. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353017 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #15019. NullPointerException in shiftRows. Added the test case ↵Shawn Laubach2003-02-092-83/+179
| | | | | | | | | | | | and moved the other test case into the file. Put Toshiaki Kamoshida as an author of the test case. Test failed. Added patch. Test worked. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353004 13f79535-47bb-0310-9956-ffa450edef68
* Support for freezepanes / split panes / header rows and columns on ↵Glen Stampoultzis2003-02-065-11/+542
| | | | | | printouts... see documentation for details. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
* PR: 16145 - tests delete their output filesAvik Sengupta2003-01-262-2/+0
| | | | | | | Submitted by: Brian Sanders git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352988 13f79535-47bb-0310-9956-ffa450edef68
* added new files for custom palette patchAvik Sengupta2003-01-022-0/+283
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352979 13f79535-47bb-0310-9956-ffa450edef68
* PR 15743: Add support for custom palettes: Submitted by Brian SandersAvik Sengupta2003-01-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352978 13f79535-47bb-0310-9956-ffa450edef68
* PR:15677Avik Sengupta2003-01-011-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352975 13f79535-47bb-0310-9956-ffa450edef68
* Some reformatting only.Glen Stampoultzis2002-12-261-65/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352965 13f79535-47bb-0310-9956-ffa450edef68
* PR:15324- styles in formula cells; submitted by Danny MuiAvik Sengupta2002-12-251-0/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352961 13f79535-47bb-0310-9956-ffa450edef68
* PR:15537 - set active cell in sheet; submitted by Brian SandersAvik Sengupta2002-12-251-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352960 13f79535-47bb-0310-9956-ffa450edef68
* Resubmitted test data file with -kb set.Rainer Klute2002-12-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352947 13f79535-47bb-0310-9956-ffa450edef68
* File was checked in without -kb. I will check it back in in a second.Rainer Klute2002-12-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352946 13f79535-47bb-0310-9956-ffa450edef68
* PR:15037 - Unit Tests for 1904 date windowing; submitted by Dan ShermanAvik Sengupta2002-12-124-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352937 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: Reading Unicode properties are supported now.Rainer Klute2002-12-104-5/+180
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352933 13f79535-47bb-0310-9956-ffa450edef68
* test for ModelFactoryAndrew C. Oliver2002-11-231-0/+153
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352922 13f79535-47bb-0310-9956-ffa450edef68
* Nothing to see hereGlen Stampoultzis2002-11-141-168/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352915 13f79535-47bb-0310-9956-ffa450edef68
* event record factoryAndrew C. Oliver2002-11-111-0/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 13f79535-47bb-0310-9956-ffa450edef68
* javadoc'd fixed the email address (whoops)Andrew C. Oliver2002-11-101-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352912 13f79535-47bb-0310-9956-ffa450edef68
* new testsuite for HSSFAndrew C. Oliver2002-11-101-0/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352911 13f79535-47bb-0310-9956-ffa450edef68
* think I may have fixed the encoding thing... maybe..... I hope..Andrew C. Oliver2002-11-081-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352907 13f79535-47bb-0310-9956-ffa450edef68
* unit test for date formulaAndrew C. Oliver2002-10-241-0/+37
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352898 13f79535-47bb-0310-9956-ffa450edef68
* 'AI' record support.Glen Stampoultzis2002-10-201-13/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352897 13f79535-47bb-0310-9956-ffa450edef68
* javadoc'd it.Andrew C. Oliver2002-10-091-0/+5
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352893 13f79535-47bb-0310-9956-ffa450edef68
* totally needs some javadoc (working on it now) .. This is TestHSSFCellAndrew C. Oliver2002-10-091-0/+144
| | | | | | | | | | | | which I wrote for the upcoming commercial version of POI called SOA Workbook. This just tests that boolean and error cells are supported. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352891 13f79535-47bb-0310-9956-ffa450edef68
* Some changes to record generationGlen Stampoultzis2002-10-092-7/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68