base function, write list x into fileName with each list in workbook,
write shapefile dbf table into excel *.xlsx
write_list2xlsx(x, file, .progress = "none", rowNames = FALSE, show = TRUE)
Arguments
- x
List object to be saved, x
should have names and can't be NULL.
- file
xlsx file name
- .progress
name of the progress bar to use, see create_progress_bar.
- rowNames
a logical value indicating whether the row names are to
be written.