ExcelTableConverterTableAttrValues2ExcelFile Method |
Produces Excel file from table object. This method fails if the table
object has no table-style attributes.
If there are no rows so far, the method produces an Excel
file with appropriate column headers.///
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string TableAttrValues2ExcelFile(
IObject pTable
)
Parameters
- pTable
- Type: PDTec.IceNet.Core.ModelIObject
The table object
Return Value
Type:
StringThe name of the generated Excel file
See Also