Click or drag to resize

PFExcelDataExporterUtilsFillWorkbookTemplate Method

Fills a workbook template. The template must hold tables created with CreateWorkbookTemplate method.

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 FillWorkbookTemplate(
	XLWorkbook template,
	bool useFriendlyValues,
	PFSite site
)

Parameters

template
Type: XLWorkbook
The template workbook.
useFriendlyValues
Type: SystemBoolean
if set to true friendly field values are used.
site
Type: Packflow.CorePFSite
The target Packflow site.
Exceptions
ExceptionCondition
NotImplementedException
See Also