public class CellUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static CellPosition |
POSITION_ZERO_ZERO |
| Constructor and Description |
|---|
CellUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCellValue(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int col,
String defaultValue) |
static boolean |
isDate(org.apache.poi.ss.usermodel.Cell cell) |
static void |
setCellValue(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int col,
String value,
org.apache.poi.ss.usermodel.CellStyle cellStyle) |
static void |
setMergeRegion(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int lastRow,
int col,
int lastCol,
org.apache.poi.ss.usermodel.CellStyle cellStyle) |
static void |
setMergeRegionValue(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int lastRow,
int col,
int lastCol,
String value,
org.apache.poi.ss.usermodel.CellStyle cellStyle) |
public static final CellPosition POSITION_ZERO_ZERO
public static void setCellValue(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int col,
String value,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
public static void setMergeRegionValue(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int lastRow,
int col,
int lastCol,
String value,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
public static void setMergeRegion(org.apache.poi.ss.usermodel.Sheet sheet,
int row,
int lastRow,
int col,
int lastCol,
org.apache.poi.ss.usermodel.CellStyle cellStyle)
public static String getCellValue(org.apache.poi.ss.usermodel.Sheet sheet, int row, int col, String defaultValue)
public static boolean isDate(org.apache.poi.ss.usermodel.Cell cell)
Copyright © 2019. All rights reserved.