Bom dia, por favor, alguém saberia como faço para o Pandas read_excel ler o arquivo excel esta dando o erro abaixo :
 
	 
 
	This is most probably because the workbook source files contain some invalid XML. 
	Please see the exception for more details. 
	ValueError: Value must be one of {'mediumDashDot', 'medium', 'double', 'hair', 'thick', 'dashDot', 'dashed', 'thin', 'slantDashDot', 'dashDotDot', 'mediumDashed', 'mediumDashDotDot', 'dotted'}
 
	The above exception was the direct cause of the following exception:
 
	  File "D:\TOTVS\rdmake_local\python\cvxlsxcsv5.py", line 19, in <module> 
	    planilha = pd.read_excel(file_path_ori,"Income") 
	ValueError: Unable to read workbook: could not read stylesheet from D:\TOTVS\rdmake_local\python\shopee.xlsx. 
	This is most probably because the workbook source files contain some invalid XML. 
	Please see the exception for more details.