Table of Contents

TExcelFile.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

Unit: FlexCel.Core

procedure TExcelFile.SetXmlMap(map: IXmlMap); virtual; abstract;

Parameters

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

See also