Once all the configuration elements have been defined and the dimension table has been generated, using this function we can obtain it in xlsx format.
See also
Other getting results:
get_table_csv()
,
get_table_rdb()
,
get_table()
Examples
# \donttest{
file <- when() |>
generate_table() |>
get_table_xlsx()
# }