xlsxreader

Undocumented in source.

Members

Aliases

Data
alias Data = Algebraic!(long, double, string, DateTime, Date, TimeOfDay)

Functions

convert
Data convert(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
convertTo
T convertTo(Data var)
Undocumented in source. Be warned that the author may not have intended to support it.
dateToLong
long dateToLong(Date d)
Undocumented in source. Be warned that the author may not have intended to support it.
datetimeToDouble
double datetimeToDouble(DateTime dt)
Undocumented in source. Be warned that the author may not have intended to support it.
doubleToDateTime
DateTime doubleToDateTime(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
doubleToTimeOfDay
TimeOfDay doubleToTimeOfDay(double s)
Undocumented in source. Be warned that the author may not have intended to support it.
elementMax
Pos elementMax(Pos a, Pos b)
Undocumented in source. Be warned that the author may not have intended to support it.
insertValueIntoCell
Cell[] insertValueIntoCell(Cell[] cells, Data[] ss)
Undocumented in source. Be warned that the author may not have intended to support it.
longToDate
Date longToDate(long d)
Undocumented in source. Be warned that the author may not have intended to support it.
readCells
Cell[] readCells(ZipArchive za, ArchiveMember am)
Undocumented in source. Be warned that the author may not have intended to support it.
readSharedEntries
Data[] readSharedEntries(ZipArchive za, ArchiveMember am)
Undocumented in source. Be warned that the author may not have intended to support it.
readSheet
Sheet readSheet(string filename, string sheetName)
Undocumented in source. Be warned that the author may not have intended to support it.
readSheet
Sheet readSheet(string filename, int sheetId)
Undocumented in source. Be warned that the author may not have intended to support it.
sheetNames
SheetNameId[] sheetNames(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
stringToDate
Date stringToDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
timeOfDayToDouble
double timeOfDayToDouble(TimeOfDay tod)
Undocumented in source. Be warned that the author may not have intended to support it.
toPos
Pos toPos(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Cell
struct Cell
Column
struct Column(T)
Iterator
struct Iterator(T)
Undocumented in source.
Pos
struct Pos
Row
struct Row(T)
Sheet
struct Sheet
SheetNameId
struct SheetNameId
Undocumented in source.

Meta