| Package | Description |
|---|---|
| com.ebay.xcelite | |
| com.ebay.xcelite.reader | |
| com.ebay.xcelite.sheet | |
| com.ebay.xcelite.writer |
| Modifier and Type | Method and Description |
|---|---|
XceliteSheet |
Xcelite.createSheet()
Creates new sheet.
|
XceliteSheet |
Xcelite.createSheet(String name)
Creates new sheet with specified name.
|
XceliteSheet |
Xcelite.getSheet(int sheetIndex)
Gets the sheet at the specified index.
|
XceliteSheet |
Xcelite.getSheet(String sheetName)
Gets the sheet with the specified index.
|
| Modifier and Type | Field and Description |
|---|---|
protected XceliteSheet |
SheetReaderAbs.sheet |
| Modifier and Type | Method and Description |
|---|---|
XceliteSheet |
SheetReaderAbs.getSheet() |
XceliteSheet |
SheetReader.getSheet()
Gets the sheet.
|
| Constructor and Description |
|---|
BeanSheetReader(XceliteSheet sheet,
Class<T> type) |
SheetReaderAbs(XceliteSheet sheet,
boolean skipHeader) |
SimpleSheetReader(XceliteSheet sheet) |
| Modifier and Type | Class and Description |
|---|---|
class |
XceliteSheetImpl
Class description...
|
| Modifier and Type | Field and Description |
|---|---|
protected XceliteSheet |
SheetWriterAbs.sheet |
| Modifier and Type | Method and Description |
|---|---|
XceliteSheet |
SheetWriterAbs.getSheet() |
XceliteSheet |
SheetWriter.getSheet() |
| Constructor and Description |
|---|
BeanSheetWriter(XceliteSheet sheet,
Class<T> type) |
SheetWriterAbs(XceliteSheet sheet,
boolean writeHeader) |
SimpleSheetWriter(XceliteSheet sheet) |
Copyright © 2014. All rights reserved.