|
xelem.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Worksheet | |
---|---|
nl.fountain.xelem.excel | Provides interfaces and classes that represent elements in SpreadsheetML. |
nl.fountain.xelem.excel.ss | Provides classes that represent elements of the spreadsheet namespace. |
nl.fountain.xelem.lex | Provides classes that enable reading SpreadsheetML. |
Uses of Worksheet in nl.fountain.xelem.excel |
---|
Methods in nl.fountain.xelem.excel that return Worksheet | |
---|---|
Worksheet |
Workbook.addSheet()
Adds a new Worksheet to this workbook. |
Worksheet |
Workbook.addSheet(String name)
Adds a new Worksheet to this workbook with the given name as name. |
Worksheet |
Workbook.addSheet(Worksheet sheet)
Adds the given Worksheet to this workbook. |
Worksheet |
Workbook.getWorksheet(String name)
Gets the worksheet with the given name. |
Worksheet |
Workbook.getWorksheetAt(int index)
Gets the worksheet at the given index. |
Worksheet |
Workbook.removeSheet(String name)
Removes the sheet with the given name. |
Methods in nl.fountain.xelem.excel that return types with arguments of type Worksheet | |
---|---|
List<Worksheet> |
Workbook.getWorksheets()
Gets a list of all the worksheets in this workbook in display order. |
Methods in nl.fountain.xelem.excel with parameters of type Worksheet | |
---|---|
Worksheet |
Workbook.addSheet(Worksheet sheet)
Adds the given Worksheet to this workbook. |
Uses of Worksheet in nl.fountain.xelem.excel.ss |
---|
Classes in nl.fountain.xelem.excel.ss that implement Worksheet | |
---|---|
class |
SSWorksheet
An implementation of the XLElement Worksheet. |
Methods in nl.fountain.xelem.excel.ss that return Worksheet | |
---|---|
Worksheet |
XLWorkbook.addSheet()
|
Worksheet |
XLWorkbook.addSheet(String name)
|
Worksheet |
XLWorkbook.addSheet(Worksheet sheet)
|
Worksheet |
XLWorkbook.getWorksheet(String name)
|
Worksheet |
XLWorkbook.getWorksheetAt(int index)
|
Worksheet |
XLWorkbook.removeSheet(String name)
|
Methods in nl.fountain.xelem.excel.ss that return types with arguments of type Worksheet | |
---|---|
List<Worksheet> |
XLWorkbook.getWorksheets()
|
Methods in nl.fountain.xelem.excel.ss with parameters of type Worksheet | |
---|---|
Worksheet |
XLWorkbook.addSheet(Worksheet sheet)
|
Uses of Worksheet in nl.fountain.xelem.lex |
---|
Methods in nl.fountain.xelem.lex with parameters of type Worksheet | |
---|---|
void |
ExcelReaderListener.startWorksheet(int sheetIndex,
Worksheet sheet)
Recieve notification of the the start of a Worksheet tag. |
void |
WorkbookListener.startWorksheet(int sheetIndex,
Worksheet sheet)
Called by event dispatcher. |
void |
DefaultExcelReaderListener.startWorksheet(int sheetIndex,
Worksheet sheet)
Does effectively nothing. |
void |
DefaultExcelReaderFilter.startWorksheet(int sheetIndex,
Worksheet sheet)
Passes the event unfiltered to it's listeners. |
|
xelem.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |