Skip to content

writetable with multiple sheets generates .xlsx file with only one sheet visible to applications with less robust .xlsx readers #156

@David-Howe

Description

@David-Howe

When using writetable to create an .xlsx file with multiple sheets, only a single sheet is visible when opened in some applications, for example: Tableau. I believe this is because only a single sheet tag is generated in the [Content_Types].xml component of the .xlsx file, where there should be a tag for each sheet.

The work around is to open the newly generated file in Excel first and then save the changes before opening in the other application.

I wish to avoid the work-around step as I'm creating an automated workflow using Julia and Tableau. Is this something that can be addressed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions