Commit 22175d52 by Ivan Lan

feat: add export_template_xlsx to importable

parent d5d2daaa
...@@ -28,6 +28,10 @@ module TalltyImportExport ...@@ -28,6 +28,10 @@ module TalltyImportExport
def exchange_to_ids xlsx_file, associations, **options def exchange_to_ids xlsx_file, associations, **options
import_instance.exchange_to_ids(xlsx_file, associations, **options) import_instance.exchange_to_ids(xlsx_file, associations, **options)
end end
def export_template_xlsx **options
import_instance.export_template_xlsx(**options)
end
end end
end end
end end
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