List of usage examples for org.apache.poi.ss.usermodel Cell subclass-usage
From source file net.unit8.axebomber.parser.CellImpl.java
public class CellImpl extends Cell { private final org.apache.poi.ss.usermodel.Cell cell; private Pattern rgbExp = Pattern.compile("#([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})"); private static SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd"); public CellImpl(org.apache.poi.ss.usermodel.Cell cell) {