HotXLS Docs

TXLSXSharedStrings class

Manages XLSX Shared String Table indices, counts, references, and rich-text runs

Syntax

TXLSXSharedStrings = class;

Example

This example counts the unique string entries in the table

UniqueCount := Workbook.SharedStrings.Count;