Example usage for org.apache.poi.ss.formula EvaluationCell interface-usage

List of usage examples for org.apache.poi.ss.formula EvaluationCell interface-usage

Introduction

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

Usage

From source file com.dataart.spreadsheetanalytics.engine.PoiWorkbookConverters.java

class PoiProxyCell implements EvaluationCell {
    private PoiProxySheet sheet;
    private int row;
    private int col;
    private Ptg[] ptgs;
    private ICellValue value; //NOPMD