Copilot
Your everyday AI companion
About 3,380,000 results
    Upvotes795Top Answeredited Oct 7, 2021 at 7:34

    RFC 7111

    There is an RFC which covers it and says to use text/csv.

    This RFC updates RFC 4180.

    Excel

    Recently I discovered an explicit mimetype for Excel application/vnd.ms-excel. It was registered with IANA in '96. Note the concerns raised about being at the mercy of the sender and having your machine violated.

    Media Type: application/vnd.ms-excel

    Name Microsoft Excel (tm)

    Required parameters: None

    Optional parameters: name

    Encoding considerations: base64 preferred

    Security considerations: As with most application types this data...

    Content Under CC-BY-SA license
    Was this helpful?

    See results from:

  1. What MIME type should I use for CSV? - Stack Overflow

  2. PHP: mime_content_type - Manual

  3. Common MIME types - HTTP | MDN - MDN Web Docs

  4. Sending a CSV File as an HTTP Response – devgem.io

  5. Which mime-type for csv should be used in PHP - AOverflow.com

  6. PHP: mime_content_type - Manual - php.sh

  7. People also ask
  8. How to Handle CSV with PHP: Read Write, Import …

    WebFeb 9, 2019 · The common formats and MIME type for the CSV files are discussed here with the reference of the RFC 4180 documentation. CSV Format Definition. These are the general definitions for a valid CSV

  9. Properly configuring server MIME types - Learn web development …

  10. よくある MIME タイプ - HTTP | MDN - MDN Web Docs

  11. php - Check file uploaded is in csv format - Stack Overflow