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

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

Introduction

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

Usage

From source file org.easybatch.extensions.msexcel.MsExcelCell.java

class MsExcelCell implements Cell {

    private int columnIndex;

    private Object value;