| |
|
| org.apache.poi.hssf.usermodel.TestNamedRange
TestNamedRange | public class TestNamedRange extends TestCase (Code) | | author: ROMANL author: Andrew C. Oliver (acoliver at apache dot org) author: Danny Mui (danny at muibros.com) author: Amol S. Deshmukh < amol at ap ache dot org > |
testMultiNamedRange | public void testMultiNamedRange() throws IOException(Code) | | Test case provided by czhang@cambian.com (Chun Zhang)
Addresses Bug #13775
throws: IOException - |
testMultipleNamedWrite | public void testMultipleNamedWrite() throws IOException(Code) | | Test that multiple named ranges can be added written and read
|
testMultiplePrintAreaFile | public void testMultiplePrintAreaFile() throws IOException(Code) | | Test to see if multiple print areas made it to the file
|
testNamedCell_1 | public void testNamedCell_1()(Code) | | Verifies correct functioning for "single cell named range" (aka "named cell")
|
testNamedCell_2 | public void testNamedCell_2()(Code) | | Verifies correct functioning for "single cell named range" (aka "named cell")
|
testNamedRange | public void testNamedRange() throws IOException(Code) | | Test of TestCase method, of class test.RangeTest.
|
testNamedRead | public void testNamedRead() throws IOException(Code) | | Reads an excel file already containing a named range.
Addresses Bug #9632
|
testNamedReadModify | public void testNamedReadModify() throws IOException(Code) | | Reads an excel file already containing a named range and updates it
Addresses Bug #16411
|
testPrintAreaCoords | public void testPrintAreaCoords()(Code) | | Tests the setting of print areas with coordinates (Row/Column designations)
|
testPrintAreaFile | public void testPrintAreaFile() throws IOException(Code) | | Test to see if the print area made it to the file
|
testPrintAreaFileRead | public void testPrintAreaFileRead() throws IOException(Code) | | Test to see if the print area can be retrieved from an excel created file
|
testPrintAreaRemove | public void testPrintAreaRemove()(Code) | | Verifies an existing print area is deleted
|
testSinglePrintArea | public void testSinglePrintArea()(Code) | | Test to see if the print areas can be retrieved/created in memory
|
testSinglePrintAreaWOSheet | public void testSinglePrintAreaWOSheet()(Code) | | For Convenience, dont force sheet names to be used
|
|
|
|