Hi, Team!
I'd like to load .xlsx file stored in Azure Blob Storage with Azure Functions' Python Runtime. I have to input xlsx file as binary data from the Blob Storage.
However, I couldn't any method to input binary data with openpyxl (load_workbook method can only load a file or file-like object).
Is there any methods to load xlsx file as binary input?
Kind regards,
Shohei