Click or drag to resize

PFExcelDataExporter_SourceCreateSource Method

Creates a PFEXcelDataExporter_Source from a ClosedXml table, serving as a template. Selects a Content-Type with a custom list of fields based on columns. The table name allows to find the content-type (ApplicationName.ContentTypeName

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 PFExcelDataExporter_Source CreateSource(
	IXLTable table,
	bool useFriendlyValues,
	PFSite site
)

Parameters

table
Type: IXLTable
The ClosedXml table.
useFriendlyValues
Type: SystemBoolean
Set true sources should render friendly values instead of raw data.
site
Type: Packflow.CorePFSite
The target Packflow site.

Return Value

Type: PFExcelDataExporter_Source
See Also