Class ConversionHelpers
- java.lang.Object
-
- org.concordion.ext.excel.conversion.ConversionHelpers
-
public class ConversionHelpers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConversionHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.poi.ss.util.CellRangeAddressgetRangeForCell(org.apache.poi.ss.usermodel.Cell in)static org.apache.poi.xssf.usermodel.XSSFTablegetTableForCell(org.apache.poi.ss.usermodel.Cell c)static booleanisPartOf(org.apache.poi.ss.util.CellRangeAddress cra, org.apache.poi.ss.usermodel.Cell in)
-
-
-
Method Detail
-
getRangeForCell
public static org.apache.poi.ss.util.CellRangeAddress getRangeForCell(org.apache.poi.ss.usermodel.Cell in)
-
isPartOf
public static boolean isPartOf(org.apache.poi.ss.util.CellRangeAddress cra, org.apache.poi.ss.usermodel.Cell in)
-
getTableForCell
public static org.apache.poi.xssf.usermodel.XSSFTable getTableForCell(org.apache.poi.ss.usermodel.Cell c)
-
-