{"id":14069955,"url":"https://github.com/odoo/o-spreadsheet","last_synced_at":"2026-06-17T10:01:20.074Z","repository":{"id":60917359,"uuid":"232060976","full_name":"odoo/o-spreadsheet","owner":"odoo","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-12T11:09:54.000Z","size":56796,"stargazers_count":279,"open_issues_count":170,"forks_count":74,"subscribers_count":50,"default_branch":"19.0","last_synced_at":"2026-06-12T11:22:03.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://odoo.github.io/o-spreadsheet/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/odoo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2020-01-06T08:53:12.000Z","updated_at":"2026-06-12T10:05:00.000Z","dependencies_parsed_at":"2026-04-10T10:02:00.745Z","dependency_job_id":null,"html_url":"https://github.com/odoo/o-spreadsheet","commit_stats":{"total_commits":2602,"total_committers":32,"mean_commits":81.3125,"dds":0.8078401229823213,"last_synced_commit":"6306302ae8ad53ad2f280f9b49a8ce2e8be5f308"},"previous_names":[],"tags_count":931,"template":false,"template_full_name":null,"purl":"pkg:github/odoo/o-spreadsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odoo%2Fo-spreadsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odoo%2Fo-spreadsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odoo%2Fo-spreadsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odoo%2Fo-spreadsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odoo","download_url":"https://codeload.github.com/odoo/o-spreadsheet/tar.gz/refs/heads/19.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odoo%2Fo-spreadsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34348290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:07:22.000Z","updated_at":"2026-06-17T10:01:20.040Z","avatar_url":"https://github.com/odoo.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# o-spreadsheet\n\n[![npm](https://img.shields.io/npm/v/@odoo/o-spreadsheet)](https://www.npmjs.com/package/@odoo/o-spreadsheet)\n\nA standalone spreadsheet for the web, easily integrable and extendable.\n\na.k.a. \"[Owly](https://github.com/odoo/owl) Sheet\" 🦉\n\n- All basic features you can expect from a spreadsheet\n- Real time collaboration\n- Import/Export of excel file format\n- and more...\n\n**Try it online** with the [live demo](https://odoo.github.io/o-spreadsheet/)!\n\n![o-spreadsheet screenshot](doc/o-spreadsheet.png \"o-spreadsheet demo\")\n\n## Run it!\n\n```bash\n# install dependencies\nnpm install\n\n# build stuff, start a live server, start a collaborative server, build with --watch\nnpm run dev\n```\n\n## Test it!\n\n```bash\nnpm run test # run all tests\nnpm run test -- --watch # run all tests, rerun on file change\n```\n\n## Integrating o-spreadsheet\n\n1. [Getting started](doc/integrating/integration.md#getting-started)\n2. [Spreadsheet component props](doc/integrating/integration.md#spreadsheet-component-props)\n3. [Model creation](doc/integrating/integration.md#model-creation)\n4. [Collaborative edition](doc/integrating/integration.md#collaborative-edition)\n5. [Translation](doc/integrating/integration.md#translation)\n6. [Data model (json)](doc/data-model.md)\n\u003c!--\n\n- use with other UI library\n- use with Typescript\n  --\u003e\n\n## Extending the functionalities of o-spreadsheet\n\n1. [Architecture](doc/extending/architecture.md)\n2. [Custom function](doc/add_function.md)\n3. [Connecting to an external API](doc/add_function.md#connecting-to-an-external-api)\n4. [Business feature](doc/extending/business_feature.md)\n5. Menu items (under construction)\n6. Side panel (under construction)\n7. Notification (under construction)\n8. Export Excel (under construction)\n9. [Terminology](doc/o-spreadsheet_terminology.png)\n10. [Translations](doc/extending/translations.md)\n11. [API](doc/tsdoc/README.md)\n\n## Contributing\n\n- Open a pull request or an issue on this repository.\n- Make sure you have [signed the CLA](https://github.com/odoo/odoo/blob/16.0/doc/cla/sign-cla.md) on [odoo repository](https://github.com/odoo/odoo).\n\nMost of [odoo contribution guidelines](https://github.com/odoo/odoo/wiki/Contributing#making-pull-requests) apply here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodoo%2Fo-spreadsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodoo%2Fo-spreadsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodoo%2Fo-spreadsheet/lists"}