Commit b7247174 by Ivan Lan

Add import_xlsx arguments

parent 663a6c2c
...@@ -13,8 +13,8 @@ module TalltyImportExport ...@@ -13,8 +13,8 @@ module TalltyImportExport
const_get('Import').new(self) const_get('Import').new(self)
end end
def import_xlsx *args def import_xlsx xlsx_file, associations, **opts
import_instance.import_xlsx(*args) import_instance.import_xlsx(xlsx_file, associations, **opts)
end end
def import_excel_klass def import_excel_klass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment