Table of Contents

XlsFile.SetXmlMap Method

Sets the XML Maps in the file. This is equivalent to going to the "Developer" tab in Excel and then clicking in Source in the XML section.

Set it to null to remove the XML Maps in the file.

Remarks

This method only works for xlsx/m files, not for xls.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetXmlMap(TXmlMap map)

Parameters

<-> Parameter Type Description
map TXmlMap Map that we wish to set. Make it null to remove the maps in the file.

See also