Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and 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
|
Copyright © 2020. All rights reserved.