Tabel berikut menunjukkan cara dokumen Google Workspace dipetakan ke jenis MIME ekspor:
| Jenis Dokumen | Format | Jenis MIME | Ekstensi File |
|---|---|---|---|
| Dokumen | Microsoft Word | application/vnd.openxmlformats-officedocument.wordprocessingml.document | .docx |
| OpenDocument | application/vnd.oasis.opendocument.text | .odt | |
| Rich Text | application/rtf | .rtf | |
| application/pdf | |||
| Teks Biasa | text/plain | .txt | |
| Halaman Web (HTML) | text/html | .html | |
| Halaman Web (HTML, dalam bentuk zip) | application/zip | .zip | |
| EPUB | application/epub+zip | .epub | |
| Markdown | text/markdown | .md | |
| Spreadsheet | Microsoft Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | .xlsx |
| OpenDocument | application/vnd.oasis.opendocument.spreadsheet | .ods | |
| application/pdf | |||
| Halaman Web (HTML, dalam bentuk zip) | application/zip | .zip | |
| Comma Separated Values (hanya sheet pertama) | text/csv | .csv | |
| Tab Separated Values (hanya sheet pertama) | text/tab-separated-values | .tsv | |
| Presentasi | Microsoft PowerPoint | application/vnd.openxmlformats-officedocument.presentationml.presentation | .pptx |
| ODP | application/vnd.oasis.opendocument.presentation | .odp | |
| application/pdf | |||
| Teks Biasa | text/plain | .txt | |
| Gambar | 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 |
Opsi ekspor tambahan
Untuk melihat daftar semua format ekspor yang didukung sistem untuk pengguna, gunakan metode
get pada resource about dengan parameter fields yang ditetapkan ke
exportFormats.
Anda juga dapat mengekspor dokumen Google Workspace menggunakan Google Apps Script. Untuk mengetahui informasi selengkapnya tentang format yang didukung saat mengekspor konten di Apps Script, lihat dokumentasi referensi untuk Google Dokumen, Google Spreadsheet, dan Google Slide.