WorkbookImpl

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addChart
Chart addChart(ubyte chartType)
Undocumented in source. Be warned that the author may not have intended to support it.
addChartsheet
Chartsheet addChartsheet(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addFormat
Format addFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
addFormat
Format addFormat(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addWorksheet
Worksheet addWorksheet(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
defineName
void defineName(string name, string formula)
Undocumented in source. Be warned that the author may not have intended to support it.
getChartByName
Chartsheet getChartByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getFormat
Format getFormat(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getWorksheetByName
Worksheet getWorksheetByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.
setCustomProperties
void setCustomProperties(string name, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperties
void setProperties(DocProperties property)
Undocumented in source. Be warned that the author may not have intended to support it.
validateSheetName
bool validateSheetName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

filename
string filename;
Undocumented in source.
formats
Format[string] formats;
Undocumented in source.
handle
lxw_workbook* handle;
Undocumented in source.

Meta