Skip to main content
Question

How to uplaod password protected excel sheet in file uploads

  • May 26, 2022
  • 3 replies
  • 9 views

Forum|alt.badge.img+6
How to uplaod password protected excel sheet in file uploads

3 replies

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.


Forum|alt.badge.img+6

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