I need to generate an .xlsx file from a server response, in React Native. The server response looks like this: Server response (first log is blob, second log is content type)
I have a fetch, the response comes back successfully (the screenshot) and I need to generate an .xlsx file to be stored in the device.
What is the best solution to do this? I have tried with RN Fetch Blob but without success, I cannot successfully generate the contents of the file, I'm just creating the file. I am missing something and I don't know what.