Class ColumnRefImpl

java.lang.Object
io.keikai.model.impl.RefImpl
io.keikai.model.impl.ColumnRefImpl
All Implemented Interfaces:
ColumnRef, Ref, Serializable

public class ColumnRefImpl extends RefImpl implements ColumnRef
Since:
3.8.0
Author:
henrichen
See Also:
  • Constructor Details

    • ColumnRefImpl

      public ColumnRefImpl(String bookName, String sheetName, String tableName, org.apache.poi.ss.formula.ptg.TablePtg.Item item1, org.apache.poi.ss.formula.ptg.TablePtg.Item item2, String columnName1, String columnName2, boolean withHeaders, int row, int column, int lastRow, int lastColumn)
  • Method Details