HyperlinkLoadMode Enum

HyperlinkLoadMode Enum

Specifies how hyperlinks are handled when loading HTML.


type HyperlinkLoadMode int32

Fields

FieldDescription
NormalOnly the first hyperlink in a cell is loaded, subsequent ones are ignored.
AllowMultipleAll hyperlinks in a cell are added to .Note that MS Excel itself supports only one hyperlink per cell,so this option may produce files that Excel cannot fully render.