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

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

Introduction

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

Usage

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

class PoiProxyName implements EvaluationName {
    private final String nameText;
    private final boolean isFunctionName;
    private final boolean hasFormula;
    private final Ptg[] nameDefinition;
    private final boolean isRange;