class CrystalXlsx::SharedStrings

Defined in:

crystal_xlsx/shared_string.cr

Instance Method Summary

Instance Method Detail

def add(string : String) : Int32 #

[View source]
def add_data(new_strings) #

[View source]
def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def index(string : String) : Int32 #

[View source]
def size #

[View source]
def string_indices : Hash(String, Int32) #

[View source]
def string_indices=(string_indices : Hash(String, Int32)) #

[View source]
def string_set : Set(String) #

[View source]
def string_set=(string_set : Set(String)) #

[View source]
def strings : Array(String) #

[View source]
def strings=(strings : Array(String)) #

[View source]
def to_xml(io : IO) #

[View source]