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.Utils
    Assembly:
   PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
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