Commit 90f0e16f by liyijie

use export_xlsx instead of export_records

parent e9a29a01
......@@ -14,7 +14,7 @@ module TalltyImportExport
# method: 导出时本地调用的方法
# chain: 导出时对象属性通过链式调用
def export_records records, options={}
def export_xlsx records, options={}
exportable_defaults(options)
options = options.with_indifferent_access
......
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