다음 표는 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) | text/html | .html | |
| 웹페이지 (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 | |
| 드로잉 | 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 |
추가 내보내기 옵션
사용자를 위해 시스템에서 지원하는 모든 내보내기 형식 목록을 보려면
get 리소스에서 about 메서드를 사용하세요. fields 매개변수는
exportFormats로 설정됩니다.
Google Apps Script를 사용하여 Google Workspace 문서를 내보낼 수도 있습니다. Apps Script에서 콘텐츠를 내보낼 때 지원되는 형식에 관한 자세한 내용은 Google Docs, Google Sheets, 및 Google Slides의 참조 문서를 참고하세요.