SharedStringTable
General
SharedStringTable és una classe en Aspose.Cells per a Python.
Gestiona la taula de cadenes compartides per als arxius XLSX segons l’especificació ECMA-376.
Mètodes
| Signature | Description |
|---|---|
__init__() | Initialize an empty shared string table. |
add_string(text) | Add a string to the shared string table and return its index. |
get_string(index) | Get a string from the shared string table by its index. |
to_xml() | Convert the shared string table to XML format for XLSX files. |
from_xml(xml_content) | Create a SharedStringTable from XML content. |