Table of Contents

TPartialExportState.SaveRelevantHeaders Method

This method is a middle ground between SaveCss(TFlexCelWriter) and SaveFullHeaders. It will output only the headers that you need to add to an existing HTML file in order to include the body in the body part. This means that the tags like <html> are not included.

Syntax

Unit: FlexCel.Render

procedure TPartialExportState.SaveRelevantHeaders(const writer: TFlexCelWriter);

Parameters

<-> Parameter Type Description
const writer TFlexCelWriter

See also