xlsxreader ~master (2022-04-01T11:42:04.6274719)
Dub
Repo
Iterator
xlsxreader
Undocumented in source.
struct
Iterator (
T
) {
T
[]
data
;
this
(T[] data);
bool
empty
[@property getter];
void
popFront
();
T
front
[@property getter];
typeof
(
this
)
save
();
}
Constructors
this
this
(T[] data)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof
(
this
)
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
T
[]
data
;
Undocumented in source.
Meta
Source
See Implementation
xlsxreader
aliases
Data
enums
CellType
functions
convert
convertTo
convertToString
dateToLong
datetimeToDouble
doubleToDateTime
doubleToTimeOfDay
eatXlPrefix
elementMax
extractData
insertValueIntoCell
longToDate
parseRelationships
readCells
readSharedEntries
readSheet
readSheetImpl
sheetNames
stringToDate
timeOfDayToDouble
toPos
tryConvertTo
tryConvertToImpl
structs
Cell
Column
ColumnUntyped
Iterator
Pos
Relationships
Row
RowUntyped
Sheet
SheetNameId