public class PoiToExcelCoercions extends Object
| Constructor and Description |
|---|
PoiToExcelCoercions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asExcelColumn(org.apache.poi.ss.usermodel.Cell cell) |
static String |
asExcelCoordinate(org.apache.poi.ss.usermodel.Cell cell) |
static int |
asExcelRow(org.apache.poi.ss.usermodel.Cell cell) |
static int |
asExcelRow(org.apache.poi.ss.usermodel.Row row) |
public static String asExcelCoordinate(org.apache.poi.ss.usermodel.Cell cell)
public static String asExcelColumn(org.apache.poi.ss.usermodel.Cell cell)
public static int asExcelRow(org.apache.poi.ss.usermodel.Cell cell)
public static int asExcelRow(org.apache.poi.ss.usermodel.Row row)
Copyright © 2018. All Rights Reserved.