All,
I have an excel file that is returned as a html/text content when I query an API endpoint.
I am successfully able to write the data to an Excel File using writeBin function. However, I would like to try and extract it into a data frame, make some edits and then encode it back before writing out the same file in the same format. Wondering how I can do that.