|
CrossTabEngineGenTabXLSX Method
|
Generate a table from a shared table spec object and return the xlsxblob for Silver
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public byte[] GenTabXLSX(
string? name,
TableSpec spec
)
Parameters
- name String
- The name of the report to appear in report heading. If the value null then a sequentially
incrementing name is silently used.
- spec TableSpec
- filled XTableSpec object
Return Value
ByteThe XLSX blob for Silver
Exceptions See Also