XlsWork XLS editor for spreadsheets
Create and edit XLS spreadsheets with an editor online
Co to jest XlsWork XLS editor for spreadsheets?
XlsWork XLS editor for spreadsheets to rozszerzenie Chrome opracowane przez https://www.redcoolmedia.net, a jego główną funkcją jest „Create and edit XLS spreadsheets with an editor online”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XlsWork XLS editor for spreadsheets
Pobierz pliki rozszerzeń XlsWork XLS editor for spreadsheets w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
XlsWork is a XLS and XLSX editor that lets you edit your spreadsheets directly on the web browser. It is an spreadsheet editor from which you can perform various editing operations like in any desktop editor, print the edited spreadsheets keeping all the formatting details or download them onto your computer hard disk drive as XLSX, ODS, CSV, or PDF file. Its main features are - File formats supported: * XLS File extension for a spreadsheet file created by Microsoft Excel * XLSX Default file extension for a spreadsheet file written in Microsoft Office Excel 2007 (or later versions) * ODS File extension for a spreadsheet file used by OpenOffice and StarOffice suites, an open standard for spreadsheets * CSV Comma Separated Values File format used to store tabular data (numbers and text) in plain-text form - Create a new spreadsheet or open an existing one - Cut/copy/paste data - Undo/redo your actions - Manage sheets - Cell text formatting - Set font type, size, style, and colors - Add hyperlinks - Clear text, format in a cell - Editing cell properties - Add borders - Align data in cells - Merge cells - Change number format - Editing rows/columns - Insert or delete cells, rows, and columns - Sort and filter data - Work with functions - Insert function - Use named ranges - Operations on objects - Insert images - Insert chart - Insert and format autoshapes - Insert text objects - Manipulate objects - Math equations - Insert equations - Spreadsheet co-editing - View file information - Save/print/download your spreadsheet - Advanced settings of Spreadsheet - Editor View settings and navigation tools - Search and replace functions
Podstawowe informacje o rozszerzeniu
Nazwa | XlsWork XLS editor for spreadsheets |
ID | nckcnmaeicmholjaolkfcodfpblenkfp |
Oficjalny URL | https://chromewebstore.google.com/detail/xlswork-xls-editor-for-sp/nckcnmaeicmholjaolkfcodfpblenkfp |
Opis | Create and edit XLS spreadsheets with an editor online |
Rozmiar pliku | 307 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.8.3 |
Ostatnia Aktualizacja | 2023-11-12 |
Data Publikacji | 2020-02-27 |
Ocena | 3.77/5 Łącznie 30 Oceny |
Deweloper | https://www.redcoolmedia.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.redcoolmedia.net/index.php/web-online-productivity-apps/xlsstar-xls-editor-online |
Adres URL Strony Polityki Prywatności | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
Obsługiwane Języki | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.8.3", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |