Hello,
Welcome to Microsoft Q&A,
You're observing a key difference between OpenAI’s file support and what’s currently available in Azure OpenAI’s Assistants API (2025-04-01-preview).
- The OpenAI platform supports a wide range of file types, including .pptx, .xlsx, .csv, .json, .sh, etc.
- Azure OpenAI's support for file uploads in the Assistants API is more limited and evolving.
- As of today, Azure OpenAI does not support .xlsx uploads for the assistant's purpose, even though .pptx and .pdf are supported in certain tools like File Search.
.xlsx, .csv, and .xls are not currently supported by Azure OpenAI file uploads, even though OpenAI’s API accepts them.
You can check all supported file type here for assistant here.
https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant
- Azure has not published a public roadmap for expanding file type support to include .xlsx, .csv, or .xls.
- However, as new preview APIs are released (e.g., 2025-06-01-preview or later), additional file types may be added, especially as parity with OpenAI’s platform improves.
https://learn.microsoft.com/en-us/azure/ai-services/openai/whats-new
Please upvote and accept the answer if it helps!!