public static class BigGridDemo.SpreadsheetWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
createCell(int columnIndex,
Calendar value,
int styleIndex) |
void |
createCell(int columnIndex,
double value) |
void |
createCell(int columnIndex,
double value,
int styleIndex) |
void |
createCell(int columnIndex,
String value) |
void |
createCell(int columnIndex,
String value,
int styleIndex) |
public void createCell(int columnIndex,
String value,
int styleIndex)
throws IOException
IOExceptionpublic void createCell(int columnIndex,
String value)
throws IOException
IOExceptionpublic void createCell(int columnIndex,
double value,
int styleIndex)
throws IOException
IOExceptionpublic void createCell(int columnIndex,
double value)
throws IOException
IOExceptionpublic void createCell(int columnIndex,
Calendar value,
int styleIndex)
throws IOException
IOException