Commit c1ceb323 by liyijie

feat: 增加array的支持

parent 601572f3
......@@ -39,6 +39,7 @@ module TalltyImportExport
options = options.with_indifferent_access
Axlsx::Package.new do |pack|
pack.use_shared_strings = true
workbook = pack.workbook
if @group_by.present?
......@@ -238,7 +239,7 @@ module TalltyImportExport
# 文件array
data.map do |item|
item.dig('url')
end.compact.join(';')
end.compact
else
data
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