I'm using base64ToBinary while using the CreateBlob v2 - in the body. I also specify the Content Type as well to indicate its an Excel FIle.
When I create the file and view the file content, the content matches exactly to the content when I manually upload in the portal - into the same container. But the file size is different - the CreateBlob shows a significantly larger file size. And when I download the files - the one directly uploaded through portal opens just fine in Excel but the one uploaded through CreateBlob doesn't.
When I compare the metadata, I see that the CreateBlob file has the metadata attributes that of a ZIP file and not a EXCEL file. But the file that I uploaded manually in the portal has the metadata which represents a Excel file.
Can someone please help?