{"id":19337645,"url":"https://github.com/sheetjs/sgds","last_synced_at":"2025-04-23T01:31:01.775Z","repository":{"id":13909514,"uuid":"16608424","full_name":"SheetJS/sgds","owner":"SheetJS","description":"Simple REST Server that emulates Google Docs interface using your Excel files (currently read-only)","archived":false,"fork":false,"pushed_at":"2020-07-04T00:47:14.000Z","size":144,"stargazers_count":71,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T03:27:47.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"oss.sheetjs.com/sgds","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SheetJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-07T08:21:11.000Z","updated_at":"2023-04-14T17:44:58.000Z","dependencies_parsed_at":"2022-07-10T05:00:18.512Z","dependency_job_id":null,"html_url":"https://github.com/SheetJS/sgds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheetJS%2Fsgds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheetJS%2Fsgds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheetJS%2Fsgds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheetJS%2Fsgds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SheetJS","download_url":"https://codeload.github.com/SheetJS/sgds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250352212,"owners_count":21416454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-10T03:15:00.203Z","updated_at":"2025-04-23T01:31:01.522Z","avatar_url":"https://github.com/SheetJS.png","language":"JavaScript","readme":"# simplegdocserver\n\nSimple REST Server that emulates Google Docs interface using your Excel files.\n(currently read-only)\n\n## Installation\n\n(requires node + npm)\n\n```\nnpm install -g simplegdocserver\n```\n\n## Usage\n\nTo host files from the current directory, on port 7263: \n\n```\n$ simplegdocserver\n```\n\nTo use a different port, either set the PORT environment variable or pass it\nas an argument:\n\n```\n$ simplegdocserver 8000\n```\n\nTo host from a different directory, pass a third argument or set the BASE_DIR\nenvironment variable:\n\n```\n$ simplegdocserver 8000 ./test_files\n```\n\n## Interaction with Client Libraries\n\nUsing [tabletop](https://github.com/jsoma/tabletop), just set the endpoint:\n\n```\n   Tabletop.init( {\n     endpoint:\"http://localhost:7263\", // \u003c-- adjust based on server settings \n     key: \"myfile.xls\", // \u003c-- the actual filename\n     ...\n   });\n```\n\nThe demo directory includes a demo using [mapsheet](https://github.com/jsoma/mapsheet) to annotate a map.\n\n## Notes\n\n*there is no caching*.  This is intentional: you can quickly change your data\nin Excel and simplegdocserver will immediately see the change.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheetjs%2Fsgds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheetjs%2Fsgds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheetjs%2Fsgds/lists"}