Skip to content

Feature request: export multiple tabs in excel spreadsheet #2327

@JunhuiZhaoGR

Description

@JunhuiZhaoGR

Do not use this form to ask a question, or ask for assistance. Instead, ask on https://stackoverflow.com/ using the gtsummary tag.
Questions about a function's use will be closed without a response.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Export multiple gtsummary formatted tables in one excel spreadsheet.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Right now have to something like this to export one tab at a time, then combine manually...
table1 %>%
as_hux_xlsx(
file = "ae_table.xlsx"
)

Additional context
Add any other context or screenshots about the feature request here.
If we can export multiple gtsummary formatted tabs to one excel spreadsheet, that will reduce lots of manual work for us. Thank you so much for considering.

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