Skip to content

Write-only mode #27

@DanCardin

Description

@DanCardin

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions