Scrape and download Excel xlsx files from a Web Page
xlsx_scrap(link, path = getwd(), askRobot = FALSE)
called for the side effect of downloading Excel xlsx files from a website
if (FALSE) { # \dontrun{
xlsx_scrap(
link = "https://www.rieter.com/investor-relations/results-and-presentations/financial-statements"
)
} # }