다음 표는 Google Workspace 문서가 내보내기 MIME 유형에 매핑되는 방식을 보여줍니다.
| 문서 유형 | 형식 | MIME 유형 | 파일 확장자 |
|---|---|---|---|
| 문서 | Microsoft Word | application/vnd.openxmlformats-officedocument.wordprocessingml.document | .docx |
| OpenDocument | application/vnd.oasis.opendocument.text | .odt | |
| 서식 있는 텍스트 | application/rtf | .rtf | |
| application/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 | |
| application/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 | |
| application/pdf | |||
| 일반 텍스트 | text/plain | .txt | |
| JPEG (첫 번째 슬라이드만 해당) | image/jpeg | .jpg | |
| PNG (첫 번째 슬라이드만) | image/png | .png | |
| Scalable Vector Graphics (첫 번째 슬라이드만 해당) | image/svg+xml | .svg | |
| Drawings | application/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 | video/mp4 | .mp4 |
사용자에 대해 시스템에서 지원하는 모든 내보내기 형식의 목록을 보려면 fields 매개변수가 exportFormats로 설정된 about 리소스에서 get 메서드를 사용합니다.
Google Apps Script를 사용하여 Google Workspace 문서를 내보낼 수도 있습니다. Apps Script에서 콘텐츠를 내보낼 때 지원되는 형식에 대한 자세한 내용은 Google Docs, Google Sheets, Google Slides의 참조 문서를 참고하세요.