lib/rxl.rb in rxl-0.5.1 vs lib/rxl.rb in rxl-0.6.0

- old
+ new

@@ -8,11 +8,11 @@ rubyxl_workbook = Workbook.hash_workbook_to_rubyxl_workbook(hash_workbook) rubyxl_workbook.write(filepath) nil end - def self.write_file_as_tables(filepath, hash_tables, order, write_headers: true) - hash_workbook = Workbook.hashes_to_hash_workbook(hash_tables, order, write_headers: write_headers) + def self.write_file_as_tables(filepath, hash_tables, write_headers: true) + hash_workbook = Workbook.hashes_to_hash_workbook(hash_tables, write_headers: write_headers) write_file(filepath, hash_workbook) nil end def self.read_file(filepath)