Commit 4b85bd1a by liyijie

fix: fix syntex error

parent b3803f03
......@@ -120,7 +120,7 @@ module TalltyImportExport
row.push(_data)
formats.push(header[:format]&.to_sym || (_data.is_a?(String) ? :string : nil))
end
sheet.add_row row, style: title3, height: @row_height, types: formats }
sheet.add_row row, style: title3, height: @row_height, types: formats
last_row = row
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