Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 41 forks source link

Feature request: loading data from Excel files directly using load_dataframe() #196

Closed NoamTalPerry closed 5 months ago

NoamTalPerry commented 6 months ago

I was wondering whether it is possible to add a feature that handles .xls and .xslx files using load_dataframe(), which at the moment only handles .csv and .csv2 files as far as I can tell. Perhaps using readxl? Thanks