I am trying to read macro enabled excel work sheet using pandas.read_excel with xlrd library, its running fine in local but when I try to push the same into PCF I am getting this error: 2020-12-11T21:09:53.441+05:30 [APP/PROC/WEB/0] [ERR] df1=pd.read_excel(os.path.join(APP_PATH, ...
Home/pcf