Follwowing situation
- I have a file upload field "myFile" in a custom module "myModule"
- The file is an xlsx
How can I access the data in this file (e.g. loop through each row and extract data).
I later want to write the data from the xlsx into a subform "myTable" of the same entry.
Thanks for any help!