CoreXLSX Documentation Beta

Structure Shared​Strings.​Item

public struct Item: Codable, Equatable
%3 SharedStrings.Item SharedStrings.Item Equatable Equatable SharedStrings.Item->Equatable Codable Codable SharedStrings.Item->Codable

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 on Cell together with parseSharedString() on your XLSXFile instance.

Conforms To

Codable
Equatable

Properties

text

let text: String?

rich​Text

let richText: [RichText]