HyperlinkLoadMode

HyperlinkLoadMode enumeration

Specifies how hyperlinks are handled when loading HTML.

Values

NameValueDescription
Normal0Only the first hyperlink in a cell is loaded, subsequent ones are ignored.
AllowMultiple1All 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.