Click or drag to resize

CrossTabEngineGenTabXLSX Method

Generate a table from a shared table spec object and return the xlsxblob for Silver

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
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

Byte
The XLSX blob for Silver
Exceptions
ExceptionCondition
CarbonException
See Also