mirror of
https://github.com/ONLYOFFICE/document-formats.git
synced 2026-03-31 10:23:30 +08:00
edit xlsb
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
##
|
##
|
||||||
- diagram documentType for vsdx, vssx, vstx, vsdm, vssm, vstm
|
- diagram documentType for vsdx, vssx, vstx, vsdm, vssm, vstm
|
||||||
|
- edit xlsb
|
||||||
|
|
||||||
## 2.1.0
|
## 2.1.0
|
||||||
- hwp, hwpx formats
|
- hwp, hwpx formats
|
||||||
|
|||||||
@ -26,7 +26,7 @@ Official website: [www.onlyoffice.com](https://www.onlyoffice.com/)
|
|||||||
|
|
||||||
**For viewing:**
|
**For viewing:**
|
||||||
* **WORD**: DOC, DOCM, DOCX, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTM, HTML, HWP, HWPX, MHT, MHTML, ODT, OTT, PAGES, RTF, STW, SXW, TXT, WPS, WPT, XML
|
* **WORD**: DOC, DOCM, DOCX, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTM, HTML, HWP, HWPX, MHT, MHTML, ODT, OTT, PAGES, RTF, STW, SXW, TXT, WPS, WPT, XML
|
||||||
* **CELL**: CSV, ET, ETT, FODS, NUMBERS, ODS, OTS, SXC, XLS, XLSB, XLSM, XLSX, XLT, XLTM, XLTX
|
* **CELL**: CSV, ET, ETT, FODS, NUMBERS, ODS, OTS, SXC, XLS, XLSM, XLSX, XLT, XLTM, XLTX
|
||||||
* **SLIDE**: DPS, DPT, FODP, KEY, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, PPTX, SXI
|
* **SLIDE**: DPS, DPT, FODP, KEY, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, PPTX, SXI
|
||||||
* **PDF**: DJVU, DOCXF, OFORM, OXPS, PDF, XPS
|
* **PDF**: DJVU, DOCXF, OFORM, OXPS, PDF, XPS
|
||||||
* **DIAGRAM**: VSDM, VSDX, VSSM, VSSX, VSTM, VSTX
|
* **DIAGRAM**: VSDM, VSDX, VSSM, VSSX, VSTM, VSTX
|
||||||
@ -34,7 +34,7 @@ Official website: [www.onlyoffice.com](https://www.onlyoffice.com/)
|
|||||||
**For editing:**
|
**For editing:**
|
||||||
|
|
||||||
* **WORD**: DOCM, DOCX, DOTM, DOTX
|
* **WORD**: DOCM, DOCX, DOTM, DOTX
|
||||||
* **CELL**: XLSM, XLSX, XLTM, XLTX
|
* **CELL**: XLSB, XLSM, XLSX, XLTM, XLTX
|
||||||
* **SLIDE**: POTM, POTX, PPSM, PPSX, PPTM, PPTX
|
* **SLIDE**: POTM, POTX, PPSM, PPSX, PPTM, PPTX
|
||||||
* **PDF**: PDF
|
* **PDF**: PDF
|
||||||
|
|
||||||
|
|||||||
@ -240,7 +240,7 @@
|
|||||||
{
|
{
|
||||||
"name": "xlsb",
|
"name": "xlsb",
|
||||||
"type": "cell",
|
"type": "cell",
|
||||||
"actions": ["view", "auto-convert"],
|
"actions": ["view", "edit"],
|
||||||
"convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"],
|
"convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"],
|
||||||
"mime": ["application/vnd.ms-excel.sheet.binary.macroenabled.12"]
|
"mime": ["application/vnd.ms-excel.sheet.binary.macroenabled.12"]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user