WriteXls(TreeListSettings, Stream, XlsExportOptions)
static
|
settings, stream, exportOptions
|
Exports the TreeList’s data to a stream in XLS with the specified export settings.
|
WriteXls(TreeListSettings, Stream)
static
|
settings, stream
|
Exports the TreeList’s data to a stream in XLS with the specified export settings.
|
WriteXls(TreeListSettings, Object, Stream, XlsExportOptions)
static
|
settings, dataObject, stream, exportOptions
|
Exports the TreeList’s data to a stream in XLS with the specified export settings.
|
WriteXls(TreeListSettings, Object, Stream)
static
|
settings, dataObject, stream
|
Exports the TreeList’s data to a stream in XLS with the specified export settings.
|