Aspose::Cells::HyperlinkLoadMode enum

HyperlinkLoadMode enum

Specifies how hyperlinks are handled when loading HTML.

enum class HyperlinkLoadMode

Values

NameValueDescription
Normal0
Only the first hyperlink in a cell is loaded, subsequent ones are ignored.
AllowMultiple1
All hyperlinks in a cell are added to Worksheet.Hyperlinks. Note that MS Excel itself supports only one hyperlink per cell, so this option may produce files that Excel cannot fully render.

See Also