Sha256: c5e136fee18c4fc09a1ad3afaca9d0d64799343ff3615e3e99c1d1010765401d
Contents?: true
Size: 159 Bytes
Versions: 12
Compression:
Stored size: 159 Bytes
Contents
module RubyXL class Parser def self.parse(xl_file_path) root = RubyXL::WorkbookRoot.parse_file(xl_file_path) root.workbook end end end
Version data entries
12 entries across 12 versions & 1 rubygems