Utils Methods |
The PFExcelDataExporterUtils type exposes the following members.
Name | Description | |
---|---|---|
FillWorkbookTemplate |
Fills a workbook template.
The template must hold tables created with CreateWorkbookTemplate method.
| |
IsValueNumeric |
Determines whether the object is of type 'decimal', 'int', 'long' or 'double';
| |
SaveWorkBookInPFFile |
Saves the work book in a PFFile.
File name in PFFile is left unchanged.
| |
SaveWorkbookInResponse |
Saves the workbook in a response stream.
Adds the content-type headers for .xlsx files and ends the response.
|