Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to batch write multi rows and multi columns at one time? #58

Open
flyly0755 opened this issue Jun 28, 2024 · 0 comments
Open

How to batch write multi rows and multi columns at one time? #58

flyly0755 opened this issue Jun 28, 2024 · 0 comments

Comments

@flyly0755
Copy link

wb = Workbook()
ws = wb.active
data_list = [['name', 'age', 'gender'],['xxx', 20, 'M'],['yyy', 22, 'F'], ['zzz', 19, 'M'], ...]
# then how to write this data_list at one time like?
ws.write(start='A0', data=data_list)
# Save the file
wb.save("sample.xlsx")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant