Class: RubyXL::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyXL/parser.rb

Class Method Summary collapse

Class Method Details

.parse(xl_file_path) ⇒ Object



3
4
5
6
# File 'lib/rubyXL/parser.rb', line 3

def self.parse(xl_file_path)
  root = RubyXL::WorkbookRoot.parse_file(xl_file_path)
  root.workbook
end