Skip to content

Write an ods to memory does not work #46

@maxius89

Description

@maxius89

As it's written in the Readme:

...
io = StringIO()
save_data(io, data)
...

Does not work, as the first parameter expects a string, not bytes: TypeError: string argument expected, got 'bytes'

Issue happened with pyexcel-ods 0.6.0.
Tested with pyexcel-io 0.6.6 and 0.6.7 (Which is the latest at the moment.)
Used python version: 3.11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions