Class HSSFCellHelper
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.HSSFCellHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.poi.hssf.usermodel.HSSFCell
getCellFromReference
(org.apache.poi.hssf.usermodel.HSSFSheet templateSheet, int colIndex, int rowIndex) static org.apache.poi.hssf.usermodel.HSSFCell
getCellFromReference
(org.apache.poi.ss.util.CellReference cref, org.apache.poi.hssf.usermodel.HSSFSheet templateSheet)
-
Method Details
-
getCellFromReference
public static org.apache.poi.hssf.usermodel.HSSFCell getCellFromReference(org.apache.poi.ss.util.CellReference cref, org.apache.poi.hssf.usermodel.HSSFSheet templateSheet) -
getCellFromReference
public static org.apache.poi.hssf.usermodel.HSSFCell getCellFromReference(org.apache.poi.hssf.usermodel.HSSFSheet templateSheet, int colIndex, int rowIndex)
-