Table of Contents

TFlexCelHtmlExport.BaseUrl Property

If this property is not null, all hyperlinks stating with this value will be converted to relative links, by removing this string from them.

Hyperlinks in Excel must be absolute by default, so this property is a way to get relative hyperlinks.

For example, if BaseUrl is "https://www.tmssoftware.com/" and an Excel file has a link "https://www.tmssoftware.com/test.html" the link in the generated HTML file will be "test.html"

Syntax

Unit: FlexCel.Render

property TFlexCelHtmlExport.BaseUrl: string

See also