List of usage examples for org.apache.poi.ss.usermodel Cell interface-usage
From source file org.easybatch.extensions.msexcel.MsExcelCell.java
class MsExcelCell implements Cell { private int columnIndex; private Object value;