Metoda SaveAsHTML obsługuje eksport wielu arkuszy i wbudowany eksporter HTML. Każda wywołana na arkuszu metoda SaveAsHTML zapisuje widok tabeli z danymi komórek tylko dla tego jednego arkusza
To customize exporter behavior, create
TXLSHTMLExport
directly. Its
Options property defaults to
[xhHyperlinks, xhComments]; remove
xhHyperlinks to write linked cells as plain escaped text,
or remove
xhComments to suppress comment title output
Set
Title to write an escaped HTML document
<title> value. Set
SimpleExport to
write a minimal table without generated CSS classes, hyperlink anchors,
or comment title attributes. Use
TableBorderWidth,
CellPadding, and
CellSpacing to control the
generated table layout attributes