Search Results for

    Show / Hide Table of Contents

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

    Namespace: FlexCel.Render

    public String BaseUrl { get; set; }

    See also

    • FlexCelHtmlExport
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com