Write Dataframe to a temp excel file and open it.
show_in_excel(.data)
.data
Dataframe
nothing
# View a data set in excel mtcars |> show_in_excel()