Uses of Interface
io.keikai.api.CellVisitor

Packages that use CellVisitor
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
  • Uses of CellVisitor in io.keikai.api

    Methods in io.keikai.api with parameters of type CellVisitor
    Modifier and Type
    Method
    Description
    void
    Range.visit(CellVisitor visitor)
    Visits all cells in this range with synchronization protection, make sure you call this in a limited range, don't use it for all row/column selection, it will spend much time to iterate the cell
  • Uses of CellVisitor in io.keikai.api.impl

    Methods in io.keikai.api.impl with parameters of type CellVisitor
    Modifier and Type
    Method
    Description
    void
    RangeImpl.visit(CellVisitor visitor)
    visit all cells in this range, make sure you call this in a limited range, don't use it for all row/column selection, it will spend much time to iterate the cell