Programmatically read restricted excel file
Rando
5
Reputation points
I have a series of Excel's that are protected by the business. I have the required permissions to view the file manually however I would like to create a programmatic way to extract the data from these excels. I have tried using Python to read and extract the data from these Excels but have encountered the applied protection restrictions. Is there a way I can access these files programmatically? Maybe using Azure permissions?
Sign in to answer