Skip to content

AttributeError: 'OpenpyxlWriter' object has no setter: #1

Description

@MohammedIhsanP

Description: When trying to assign a workbook to the book property of the OpenpyxlWriter object, an AttributeError is raised because book property does not have a setter.
Potential Solution: Instead of trying to assign the workbook to the book property directly, the correct approach should be loading the workbook separately and then assigning it to the writer.
Impact: This error prevents the program from properly loading and manipulating the workbook, causing it to fail during execution.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions