Google Workspace 문서의 MIME 유형 내보내기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
다음 표는 Google Workspace 문서가 내보내기 MIME 유형에 매핑되는 방식을 보여줍니다.
문서 유형 |
형식 |
MIME 유형 |
파일 확장자 |
문서 |
Microsoft Word |
application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.docx |
|
OpenDocument |
application/vnd.oasis.opendocument.text |
.odt |
|
서식 있는 텍스트 |
application/rtf |
.rtf |
|
PDF |
application/pdf |
.pdf |
|
일반 텍스트 |
text/plain |
.txt |
|
웹페이지 (HTML) |
application/zip |
.zip |
|
EPUB |
application/epub+zip |
.epub |
|
마크다운 |
text/markdown |
.md |
스프레드시트 |
Microsoft Excel |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
.xlsx |
|
OpenDocument |
application/vnd.oasis.opendocument.spreadsheet |
.ods |
|
PDF |
application/pdf |
.pdf |
|
웹페이지 (HTML) |
application/zip |
.zip |
|
쉼표로 구분된 값 (첫 번째 시트만 해당) |
text/csv |
.csv |
|
탭으로 구분된 값 (첫 번째 시트만 해당) |
text/tab-separated-values |
.tsv |
프레젠테이션 |
Microsoft PowerPoint |
application/vnd.openxmlformats-officedocument.presentationml.presentation |
.pptx |
|
ODP |
application/vnd.oasis.opendocument.presentation |
.odp |
|
PDF |
application/pdf |
.pdf |
|
일반 텍스트 |
text/plain |
.txt |
|
JPEG (첫 번째 슬라이드만 해당) |
image/jpeg |
.jpg |
|
PNG (첫 번째 슬라이드만) |
image/png |
.png |
|
Scalable Vector Graphics (첫 번째 슬라이드만 해당) |
image/svg+xml |
.svg |
Drawings |
PDF |
application/pdf |
.pdf |
|
JPEG |
image/jpeg |
.jpg |
|
PNG |
image/png |
.png |
|
Scalable Vector Graphics |
image/svg+xml |
.svg |
Apps Script |
JSON |
application/vnd.google-apps.script+json |
.json |
Google Vids |
MP4 |
application/mp4 |
.mp4 |
Google Apps Script를 사용하여 Google Workspace 문서를 내보낼 수도 있습니다. Apps Script에서 콘텐츠를 내보낼 때 지원되는 형식에 대한 자세한 내용은
Google Docs,
Google Sheets, Google Slides의 참조 문서를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[],[],null,["# Export MIME types for Google Workspace documents\n\nThe following table shows how Google Workspace documents map to export [MIME\ntypes](https://www.iana.org/assignments/media-types/media-types.xhtml):\n\n| Document Type | Format | MIME Type | File Extension |\n|-------------------|---------------------------------------------|---------------------------------------------------------------------------|----------------|\n| **Documents** | Microsoft Word | application/vnd.openxmlformats-officedocument.wordprocessingml.document | .docx |\n| | OpenDocument | application/vnd.oasis.opendocument.text | .odt |\n| | Rich Text | application/rtf | .rtf |\n| | PDF | application/pdf | .pdf |\n| | Plain Text | text/plain | .txt |\n| | Web Page (HTML) | application/zip | .zip |\n| | EPUB | application/epub+zip | .epub |\n| | Markdown | text/markdown | .md |\n| **Spreadsheets** | Microsoft Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | .xlsx |\n| | OpenDocument | application/vnd.oasis.opendocument.spreadsheet | .ods |\n| | PDF | application/pdf | .pdf |\n| | Web Page (HTML) | application/zip | .zip |\n| | Comma Separated Values (first-sheet only) | text/csv | .csv |\n| | Tab Separated Values (first-sheet only) | text/tab-separated-values | .tsv |\n| **Presentations** | Microsoft PowerPoint | application/vnd.openxmlformats-officedocument.presentationml.presentation | .pptx |\n| | ODP | application/vnd.oasis.opendocument.presentation | .odp |\n| | PDF | application/pdf | .pdf |\n| | Plain Text | text/plain | .txt |\n| | JPEG (first-slide only) | image/jpeg | .jpg |\n| | PNG (first-slide only) | image/png | .png |\n| | Scalable Vector Graphics (first-slide only) | image/svg+xml | .svg |\n| **Drawings** | PDF | application/pdf | .pdf |\n| | JPEG | image/jpeg | .jpg |\n| | PNG | image/png | .png |\n| | Scalable Vector Graphics | image/svg+xml | .svg |\n| **Apps Script** | JSON | application/vnd.google-apps.script+json | .json |\n| **Google Vids** | MP4 | application/mp4 | .mp4 |\n\n| **Note:** To view a list of all system supported export formats for a user, retrieve an [`about`](/workspace/drive/api/reference/rest/v3/about) resource by calling the [`about.get`](/workspace/drive/api/reference/rest/v3/about/get) method with the `fields` parameter set to [`exportFormats`](/workspace/drive/api/reference/rest/v3/about#About.FIELDS.export_formats).\n\nYou can also export Google Workspace\ndocuments using Google Apps Script. For more information on supported formats\nwhen exporting content in Apps Script, see the reference\ndocumentation for [Google Docs](/apps-script/reference/document/document#getascontenttype), [Google Sheets](/apps-script/reference/spreadsheet/spreadsheet#getascontenttype),\nand [Google Slides](/apps-script/reference/slides/image#getascontenttype).\n\nRelated topics\n--------------\n\n- [Google Workspace and Google Drive supported MIME types](/workspace/drive/api/guides/mime-types)"]]