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