Skip to main content
How to uplaod password protected excel sheet in file uploads

Hi @Muskan Singh ,

 

I would create a copy of the excel without password protection, I'm not sure if Celonis can read password protected files.


Thanks @1460067637 


I would use ML workbench and pycelonis to write some code to open and then upload the excel.

py Celonis - https://celonis.github.io/pycelonis/1.7.0/

 

Openpyxl can open pass protected xls - https://openpyxl.readthedocs.io/en/stable/protection.html


Reply