Click or drag to resize

PFExcelDataExporterUtils Class

Utility class for Excel data operations.
Inheritance Hierarchy
SystemObject
  Packflow.Interface.OfficePFExcelDataExporterUtils

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static class Utils

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