Click or drag to resize

PFExcelDataExporterUtilsSaveWorkBookInPFFile Method

Saves the work book in a PFFile. File name in PFFile is left unchanged.

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 void SaveWorkBookInPFFile(
	XLWorkbook workbook,
	PFFile file
)

Parameters

workbook
Type: XLWorkbook
The workbook.
file
Type: Packflow.CorePFFile
The file.
See Also