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

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

Introduction

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

Usage

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

class PoiProxySheet implements EvaluationSheet, Iterable<PoiProxyCell> {

    private final String name;

    public PoiProxySheet(String name) {
        this.name = name;