public class Row extends Object
| Constructor and Description |
|---|
Row(jxl.write.WritableSheet sheet,
int rowNumber) |
| Modifier and Type | Method and Description |
|---|---|
Row |
addCell(Bnum bnum) |
Row |
addCell(Date date) |
Row |
addCell(double num) |
Row |
addCell(float num) |
Row |
addCell(int num) |
Row |
addCell(Inum inum) |
Row |
addCell(long num) |
Row |
addCell(Snum snum) |
Row |
addCell(String str) |
Row |
addFormatCell(double number) |
public Row addCell(String str) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(Bnum bnum) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(Inum inum) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(Snum snum) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(double num) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(float num) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(int num) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addCell(long num) throws jxl.write.WriteException
jxl.write.WriteExceptionpublic Row addFormatCell(double number) throws jxl.write.WriteException
jxl.write.WriteExceptionCopyright © 2018–2020. All rights reserved.