List of usage examples for org.apache.poi.ss.formula EvaluationCell interface-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