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

Write-only mode #27

Open
DanCardin opened this issue Jul 20, 2021 · 0 comments
Open

Write-only mode #27

DanCardin opened this issue Jul 20, 2021 · 0 comments

Comments

@DanCardin
Copy link
Contributor

Use of openpyxl's write-only workbook mode would potentially speed up the write performance of workbooks.

To make use of this we would need to internally refrain from using the sheet.cells API and instead internally buffer cell write ops up to the point at which a row write would be performed. At that point we could sheet.append a row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant