Hi,
We have an excel (xlsx) file that is saved to the documents folder on an online sharepoint location, is there a way to read that file into a memory stream, connect to a particular sheet and then read the contents of that sheet and put into variables so can either a) output into an sql query or b) resave into a csv file for reading and outputting into an sql query, so can be inserted into a sql table
i know you can download and save the file, then convert it but I'm unable to save the file for security reasons so need to do in memory
I also cannot use openxml as this will not be installed on the server running the script
thanks