@Deprecated public final class XlsSheet extends Object
Represents a worksheet in a spreadsheet document.
Constructor and Description |
---|
XlsSheet()
Deprecated.
Initializes a new instance of the
XlsSheet class. |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
Gets the sheet name.
|
int |
getSheetIndex()
Deprecated.
Gets the index of the sheet.
|
public XlsSheet()
Initializes a new instance of the XlsSheet
class.
public final String getName()
Gets the sheet name.
public final int getSheetIndex()
Gets the index of the sheet.
Copyright © 2020. All rights reserved.