xlsxreader v1.0.1 (2019-08-28T07:25:54Z)
Dub
Repo
Row
xlsxreader
struct
Row (
T
) {
Sheet
*
sheet
;
size_t
row
;
size_t
start
;
size_t
end
;
size_t
cur
;
T
front
;
this
(Sheet* sheet, size_t row, size_t start, size_t end);
bool
empty
[@property getter];
void
popFront
();
typeof
(
this
)
save
();
bool
canConvertTo
(CellType ct);
}
Constructors
this
this
(Sheet* sheet, size_t row, size_t start, size_t end)
Undocumented in source.
Members
Functions
canConvertTo
bool
canConvertTo
(CellType ct)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
Variables
cur
size_t
cur
;
Undocumented in source.
end
size_t
end
;
Undocumented in source.
front
T
front
;
Undocumented in source.
row
size_t
row
;
Undocumented in source.
sheet
Sheet
*
sheet
;
Undocumented in source.
start
size_t
start
;
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
Iterator
Pos
Relationships
Row
Sheet
SheetNameId