Example usage for org.apache.poi.ss.usermodel Cell subclass-usage

List of usage examples for org.apache.poi.ss.usermodel Cell subclass-usage

Introduction

In this page you can find the example usage for org.apache.poi.ss.usermodel Cell subclass-usage.

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) {