I would like to create script in order to allow user of file.xlsx stored into Onedrive to import date from file.csv (into same folder of file.xlsx into Onedrive). And then, process these data with other script.
- Folder X
----- file.xlsx
----- file.csv
My users get access via a business licence to Excel Web (no Desktop application).
I read Office Script documentation and I didn't find function to load csv content into worksheet (via Excel Web).