public class CellUtils extends Object
| Constructor and Description |
|---|
CellUtils() |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
bigDecimalCell(org.apache.poi.ss.usermodel.Row row,
int index,
boolean optional) |
static Boolean |
booleanCell(org.apache.poi.ss.usermodel.Row row,
int index,
boolean optional) |
static java.time.LocalDate |
localDate(org.apache.poi.ss.usermodel.Row row,
int index,
boolean optional) |
static String |
stringCell(org.apache.poi.ss.usermodel.Row row,
int index,
boolean optional) |
static String |
stringFromNumCell(org.apache.poi.ss.usermodel.Row row,
int index,
boolean optional) |
public static String stringCell(org.apache.poi.ss.usermodel.Row row, int index, boolean optional)
public static BigDecimal bigDecimalCell(org.apache.poi.ss.usermodel.Row row, int index, boolean optional)
public static java.time.LocalDate localDate(org.apache.poi.ss.usermodel.Row row,
int index,
boolean optional)
public static Boolean booleanCell(org.apache.poi.ss.usermodel.Row row, int index, boolean optional)
public static String stringFromNumCell(org.apache.poi.ss.usermodel.Row row, int index, boolean optional)
Copyright © 2018. All rights reserved.