module ExcelWalker::Writer

Public Class Methods

create(file_path) click to toggle source
# File lib/excel_walker/writer.rb, line 9
def self.create(file_path)
  Writer.new(file_path)
end