lib/excelfile/shared_strings.rb in rubyfromexcel-0.0.10 vs lib/excelfile/shared_strings.rb in rubyfromexcel-0.0.13
- old
+ new
@@ -8,9 +8,10 @@
end
def load_strings_from_xml(xml)
xml.css("si").each do |si|
push si.css("t").map(&:content).join
+ RubyFromExcel.debug(:shared_strings,"#{self.size-1}: #{self.last.inspect}")
end
end
def shared_string_for(index)
at(index.to_i)
\ No newline at end of file