xlsxreader

Undocumented in source.

Members

Aliases

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

Enums

CellType
enum CellType
Undocumented in source.

Functions

convertTo
T convertTo(string var)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToString
string convertToString(ubyte[] d)
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.
eatXlPrefix
string eatXlPrefix(string fn)
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.
extractData
string extractData(DOMEntity!string si)
Undocumented in source. Be warned that the author may not have intended to support it.
insertValueIntoCell
Cell[] insertValueIntoCell(Cell[] cells, string[] 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.
parseRelationships
Relationships[string] parseRelationships(ZipArchive za, ArchiveMember am)
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
string[] 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.
readSheetImpl
Sheet readSheetImpl(string filename, string rid)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSpecialCharacter
string removeSpecialCharacter(string s)
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.
specialCharacterReplacement
string specialCharacterReplacement(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
specialCharacterReplacementReverse
string specialCharacterReplacementReverse(string s)
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.
tryConvertTo
bool tryConvertTo(S var)
Undocumented in source. Be warned that the author may not have intended to support it.
tryConvertToImpl
Nullable!(T) tryConvertToImpl(Data var)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Meta