DenseTable

Excel table as a 2-dimensional dense array.

Ref: https://en.wikipedia.org/wiki/Array_(data_type)

Alias This

_cells

Members

Functions

byRow
auto byRow()
Undocumented in source. Be warned that the author may not have intended to support it.
cells
inout(DenseCell)[] cells()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(DenseCell) opIndex(RowOffset rowOffset, ColumnOffset columnOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Offset[2] opSlice(Offset start, Offset end)
Undocumented in source. Be warned that the author may not have intended to support it.
rows
const(DenseCell)[][] rows()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cells
DenseCell[] _cells;
Undocumented in source.
extent
Extent extent;
Undocumented in source.

Meta