class Roo::Excelx::SharedStrings
Public Instance Methods
[](index)
click to toggle source
# File lib/roo/excelx/shared_strings.rb, line 5 def [](index) to_a[index] end
to_a()
click to toggle source
# File lib/roo/excelx/shared_strings.rb, line 9 def to_a @array ||= extract_shared_strings end