Structure
SharedStrings.Item
public struct Item: Codable, Equatable
Relationships
Member Of
SharedStrings
Strings 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 onCell
together withparseSharedString()
on yourXLSXFile
instance.
Conforms To
Codable
Equatable