Click or drag to resize

Utils Methods

The PFExcelDataExporterUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFillWorkbookTemplate
Fills a workbook template. The template must hold tables created with CreateWorkbookTemplate method.
Public methodStatic memberIsValueNumeric
Determines whether the object is of type 'decimal', 'int', 'long' or 'double';
Public methodStatic memberSaveWorkBookInPFFile
Saves the work book in a PFFile. File name in PFFile is left unchanged.
Public methodStatic memberSaveWorkbookInResponse
Saves the workbook in a response stream.

Adds the content-type headers for .xlsx files and ends the response.

Top
See Also