Hi,
We have SQL database, where we will save our files in varbinary format. For example, we have saved 'Test.xlsx' which contains 10 columns and 100 rows of data. I would like to read the file from SQL database and convert it to test.xlsx and process (cleanup duplicate data etc.,) all the data of this excel file, i.e. 10 columns and 100 rows of data and download the processed data file as xlsx (i.e. test.xlsx) or save the file back to SQL server in varbinary format.