Sheet

struct Sheet {}

Members

Functions

getColumn
Iterator!T getColumn(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
getRow
Iterator!T getRow(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumn
Column!(T) iterateColumn(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnDate
Column!(Date) iterateColumnDate(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnDateTime
Column!(DateTime) iterateColumnDateTime(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnDouble
Column!(double) iterateColumnDouble(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnLong
Column!(long) iterateColumnLong(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnString
Column!(string) iterateColumnString(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnTimeOfDay
Column!(TimeOfDay) iterateColumnTimeOfDay(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateColumnUntyped
ColumnUntyped iterateColumnUntyped(size_t col, size_t startRow, size_t endRow)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRow
Row!(T) iterateRow(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowDate
Row!(Date) iterateRowDate(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowDateTime
Row!(DateTime) iterateRowDateTime(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowDouble
Row!(double) iterateRowDouble(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowLong
Row!(long) iterateRowLong(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowString
Row!(string) iterateRowString(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowTimeOfDay
Row!(TimeOfDay) iterateRowTimeOfDay(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateRowUntyped
RowUntyped iterateRowUntyped(size_t row, size_t startColumn, size_t endColumn)
Undocumented in source. Be warned that the author may not have intended to support it.
printTable
void printTable()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cells
Cell[] cells;
Undocumented in source.
maxPos
Pos maxPos;
Undocumented in source.
table
Cell[][] table;
Undocumented in source.

Meta