Estou tentando ler uma planilha do Excel habilitada para macro usando pandas.read_excel
com a biblioteca xlrd. Está funcionando bem no local, mas quando tento enviar o mesmo para o PCF, estou recebendo este erro:
2020-12-11T21 :09:53.441+05:30 [APP/PROC/WEB/0] [ERR] df1=pd.read_excel(os.path.join(APP_PATH, os.path.join("Data", "aug_latest.xlsm" ;)),sheet_name=Nenhum) 2020-12-11T21:09:53.441+05:30 [APP/PROC/WEB/0] [ERR] return open_workbook(filepath_or_buffer) 2020-12-11T21:09:53.441+05: 30 [APP/PROC/WEB/0] [ERR] Arquivo "/home/vcap/deps/0/python/lib/python3.8/site-packages/xlrd/__init__.py", linha 170, em open_workbook 2020 -12-11T21:09:53.441+05:30 [APP/PROC/WEB/0] [ERR] aumentar XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+"; não suportado") 2020-12-11T21:09:53.441+05: 30 [APP/PROC/WEB/0] [ERR] xlrd.biffh.XLRDError: Excel xlsx file; não suportado
Como posso resolver este erro?