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?