All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
autoSizeColumn(Sheet sheet,
int cols) |
Cell |
createBlankCell(Row row,
int c) |
Cell |
createBlankCell(Row row,
int c,
USS.Decoration deco) |
protected static CellStyle |
createDefaultCellStyle(Workbook book) |
Row |
createHeader(Sheet sheet,
int r,
List<USS.UColumn> header) |
Row |
createHeader(Sheet sheet,
int r,
String[] header) |
Cell |
createHeaderCell(Row row,
int c,
String v) |
Cell |
createHeaderCell(Row row,
int c,
String v,
USS.Decoration deco) |
Cell |
createNumericCell(Row row,
int c,
double v) |
Cell |
createNumericCell(Row row,
int c,
double v,
USS.Decoration deco) |
Cell |
createNumericCell(Row row,
int c,
long v) |
Cell |
createNumericCell(Row row,
int c,
long v,
USS.Decoration deco) |
Row |
createRow(Sheet sheet,
int r) |
Sheet |
createSheet(String name) |
Cell |
createStringCell(Row row,
int c,
CharSequence v) |
Cell |
createStringCell(Row row,
int c,
CharSequence v,
USS.Decoration deco) |
protected static UObject |
getCellObject(Cell cell) |
protected static String |
getCellString(Cell cell) |
static USS |
loadAsUSS(File file,
int tsheet,
int skiprows,
String tvalue,
int coffset) |
static USS |
loadAsUSS(InputStream in,
int tsheet,
int skiprows,
String tvalue,
int coffset) |
boolean |
save(File file) |
void |
setAutoFilter(Sheet sheet,
int cols) |
void |
setDefaultColumnStyle(Sheet sheet,
int cols) |
void |
setHyperlink(Cell cell,
String linkto) |
boolean |
write(OutputStream out) |