Package org.jxls.common
Class SheetData
java.lang.Object
org.jxls.common.SheetData
Represents an Excel sheet data holder
- Author:
- Leonid Vysochyn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRowData(RowData rowData) intgetColumnWidth(int col) intgetRowData(int row) iterator()voidsetTransformer(Transformer transformer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
sheetName
-
columnWidth
protected int[] columnWidth -
rowDataList
-
-
Constructor Details
-
SheetData
public SheetData()
-
-
Method Details