diff --git a/CHANGELOG.md b/CHANGELOG.md index 6881b22..9e6eec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Change Log +- customfilter for csv, ods, ots, xlsb, xlsm, xlsx, xltm, xltx - review for docm, docx, dotm, dotx, odt, ott, rtf ## 3.0.0 diff --git a/README.md b/README.md index 143e823..aff7570 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Official website: [www.onlyoffice.com](https://www.onlyoffice.com/) * **CELL**: CSV, ODS, OTS * **SLIDE**: ODP, OTP +**For editing with custom filter:** + +* **CELL**: CSV, ODS, OTS, XLSB, XLSM, XLSX, XLTM, XLTX + **For reviewing:** * **WORD**: DOCM, DOCX, DOTM, DOTX, ODT, OTT, RTF diff --git a/onlyoffice-docs-formats.json b/onlyoffice-docs-formats.json index 51c1572..163766f 100644 --- a/onlyoffice-docs-formats.json +++ b/onlyoffice-docs-formats.json @@ -184,7 +184,7 @@ { "name": "csv", "type": "cell", - "actions": ["view", "lossy-edit"], + "actions": ["view", "lossy-edit", "customfilter"], "convert": ["xlsx", "bmp", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"], "mime": ["text/csv", "application/csv", "text/x-comma-separated-values", "text/x-csv"] }, @@ -219,14 +219,14 @@ { "name": "ods", "type": "cell", - "actions": ["view", "lossy-edit", "auto-convert"], + "actions": ["view", "lossy-edit", "auto-convert", "customfilter"], "convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ots", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"], "mime": ["application/vnd.oasis.opendocument.spreadsheet"] }, { "name": "ots", "type": "cell", - "actions": ["view", "lossy-edit", "auto-convert"], + "actions": ["view", "lossy-edit", "auto-convert", "customfilter"], "convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"], "mime": ["application/vnd.oasis.opendocument.spreadsheet-template"] }, @@ -247,21 +247,21 @@ { "name": "xlsb", "type": "cell", - "actions": ["view", "edit"], + "actions": ["view", "edit", "customfilter"], "convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"], "mime": ["application/vnd.ms-excel.sheet.binary.macroenabled.12"] }, { "name": "xlsm", "type": "cell", - "actions": ["view", "edit"], + "actions": ["view", "edit", "customfilter"], "convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xltm", "xltx"], "mime": ["application/vnd.ms-excel.sheet.macroenabled.12", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"] }, { "name": "xlsx", "type": "cell", - "actions": ["view", "edit"], + "actions": ["view", "edit", "customfilter"], "convert": ["bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltm", "xltx"], "mime": ["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"] }, @@ -275,14 +275,14 @@ { "name": "xltm", "type": "cell", - "actions": ["view", "edit"], + "actions": ["view", "edit", "customfilter"], "convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltx"], "mime": ["application/vnd.ms-excel.template.macroenabled.12"] }, { "name": "xltx", "type": "cell", - "actions": ["view", "edit"], + "actions": ["view", "edit", "customfilter"], "convert": ["xlsx", "bmp", "csv", "gif", "jpg", "ods", "ots", "pdf", "pdfa", "png", "xlsm", "xltm"], "mime": ["application/vnd.openxmlformats-officedocument.spreadsheetml.template"] },