You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**PlainText**|`text/plain`|`.txt`| An unformatted text document.|
118
-
|**TabSeparatedValues**|`text/tab-separated-values`|`.txv`, `.tab`|A text file format that uses tabs to separate values and newlines to separate records.|
119
-
|**CommaSeparatedValues**|`text/csv`|`.csv`|A text file format that uses commas as a delimiter between values.|
120
-
|**HyperText Markup Language**|`text/html`|`.html`, `.htm`|HTML is a standard markup language used to structure web pages and content.|
121
-
|**M​HTML**|`message/rfc822`, @`application/x-mimearchive`, @`multipart/related`|`.mthml`, `.mht`| A web page archive file format.|
122
-
|**OfficeOpenXml**|`application/vnd.openxmlformats-officedocument`|`.xml`, `.ooxml`|An XML-based file format used for Microsoft Word, Microsoft Excel, and Microsoft PowerPoint documents.|
123
-
|**OpenXmlPresentation**|`application/vnd.openxmlformats-officedocument.presentationml.presentation`|`.pptx`|An XML-based file format used for Microsoft PowerPoint slideshow presentations.|
124
-
|**OpenXmlSpreadsheet**|`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`|`.xlsx`| An XML-based file format used for Microsoft Excel spreadsheets.|
125
-
|**OpenXmlWord**|`application/vnd.openxmlformats-officedocument.wordprocessingml.document`|`.docx`| An XML-based file format used for Microsoft Word documents.|
126
-
|**OutlookMailMessage**|`application/vnd.ms-outlook`|`.msg`|A file format used for stored Outlook mail message objects.|
127
-
|**XmlLocalizationInterchange**|`application/xliff+xml`|`.xlf`, `xliff`|A standardized XML-based file format widely used in translation and localization software processing.|
117
+
|**Plain Text**|`.txt`|`text/plain`| An unformatted text document.|
118
+
|**Tab Separated Values**|`.txv`<br> `.tab`|`text/tab-separated-values`|A text file format that uses tabs to separate values and newlines to separate records.|
119
+
|**Comma Separated Values**|`.csv`|`text/csv`|A text file format that uses commas as a delimiter between values.|
120
+
|**HyperText Markup Language**|`.html`<br> `.htm`|`text/html`|HTML is a standard markup language used to structure web pages and content.|
121
+
|**M​HTML**|`.mthml`<br> `.mht`|`message/rfc822`<br> @`application/x-mimearchive`<br> @`multipart/related`|A web page archive file format.|
122
+
|**Microsoft PowerPoint**|`.pptx`|`application/vnd.openxmlformats-officedocument.presentationml.presentation`|An XML-based file format used for PowerPoint slideshow presentations.|
123
+
|**Microsoft Excel**|`.xlsx`|`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`| An XML-based file format used for Excel spreadsheets.|
124
+
|**Microsoft Word**|`.docx`|`application/vnd.openxmlformats-officedocument.wordprocessingml.document`|An XML-based file format used for Word documents.|
125
+
|**Microsoft Outlook**|`.msg`|`application/vnd.ms-outlook`|A file format used for stored Outlook mail message objects.|
126
+
|**Xml Localization Interchange**|`.xlf`<br> `xliff`|`application/xliff+xml`|A standardized XML-based file format widely used in translation and localization software processing.|
0 commit comments