I am working on BOT where it needs to know if the excel workbook is password protected or not (using python or robot framework). Is there any library or trick in either of the them to get it done as I have been doing R&D on it since last many days but have found nothing. Every solution I encountered tells me how to read password protected excel but I don't want to read the content because BOT just needs to send an email if the given excel is password protected.
Thanks in advance.