Skip to content

Commit

Permalink
Update fast_convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taKana671 authored Jan 10, 2021
1 parent 40df49a commit 19bd79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonexcel/fast_convert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyexcelerate import Workbook
from convert import ToExcel, WritingSheet
from jsonexcel import ToExcel, WritingSheet


class FastWritingSheet(WritingSheet):
Expand Down Expand Up @@ -54,4 +54,4 @@ def output(self, records):
for record in records:
for cell in record:
self.write(cell)
wb.save(excel_file)
wb.save(excel_file)

0 comments on commit 19bd79b

Please sign in to comment.