Structure
SharedStrings.Item
public struct Item: Codable, Equatable
Relationships
Member Of
SharedStringsStrings in spreadsheet internals are frequently represented as strings shared between multiple worksheets. To parse a string value from a cell you should use
stringValue(_: SharedStrings)function onCelltogether withparseSharedString()on yourXLSXFileinstance.
Conforms To
CodableEquatable