- 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.
- addFormatNamed
Format addFormatNamed(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.
- close
void close()
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.
- setCustomPropertiesBool
void setCustomPropertiesBool(string name, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCustomPropertiesDateTime
void setCustomPropertiesDateTime(string name, DateTime d)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCustomPropertiesInt
void setCustomPropertiesInt(string name, long l)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCustomPropertiesNumber
void setCustomPropertiesNumber(string name, double d)
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.