I am currently working on a piece where the user can Import an Excel Sheet, Modify and Validate it then Upload it to the backend service.
I have used an Upload Component to load the file into the spreadsheet and Upload when prompted by the user and this is working fine, but any modifications in the Spreadsheet Component will not be sent
I was wondering if its possible to upload the modified spreadsheet to a backend service.
You can only seem to Export it back out to a local file.
I have also tried the ProxyURL which could be a possible solution, but it navigates away from the current page and didn't seem to trigger the interceptor to add our auth headers
Is there a way to get the data behind the spreadsheet component or convert it to a base64 string, Blob or File?