Error: FutureWarning: Passing bytes to 'read_excel' is deprecated and will be removed in a future version. To read from a byte string, wrap it in a B ytesIO object.df = pd.read_excel(blob_data.readall(), engine='openpyxl')
I am getting this error, Any other option to read data from excel file?
I want alternate solution or library support for this openpyxl issue!