{"id":18614893,"url":"https://github.com/andrewjbateman/node-express-excel","last_synced_at":"2026-04-05T23:32:58.304Z","repository":{"id":96860770,"uuid":"415980890","full_name":"AndrewJBateman/node-express-excel","owner":"AndrewJBateman","description":":clipboard: Node.js app to connect to google sheets doc","archived":false,"fork":false,"pushed_at":"2021-11-11T17:39:42.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T02:44:53.014Z","etag":null,"topics":["ejs","express","gcp","google","googlesheets","googlesheetsapi","html5","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"EJS","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/AndrewJBateman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-11T15:16:56.000Z","updated_at":"2021-11-11T17:39:45.000Z","dependencies_parsed_at":"2023-03-30T11:35:36.698Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/node-express-excel","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/AndrewJBateman%2Fnode-express-excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnode-express-excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnode-express-excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnode-express-excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/node-express-excel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406449,"owners_count":19633024,"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":["ejs","express","gcp","google","googlesheets","googlesheetsapi","html5","javascript","nodejs"],"created_at":"2024-11-07T03:27:20.792Z","updated_at":"2025-11-03T03:30:30.387Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Node Express Excel\n\n* Node.js + Express with ejs frontend connects to a Google excel sheet 'backend'\n* Work in progress\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/node-express-excel?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/node-express-excel?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/node-express-excel?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/node-express-excel?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [General info](#general-info)\n* [Screenshots](#screenshots)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Features](#features)\n* [Status](#status)\n* [Inspiration](#inspiration)\n* [Contact](#contact)\n\n## :books: General info\n\n* ejs partials used to create user interface with responsive navigation and task input form.\n* Task entered by user in ejs frontend is sent via Node.js-Express to Google Docs Sheet.\n\n## :camera: Screenshots\n\n![Image](./imgs/sheets.png)\n\n## :signal_strength: Technologies\n\n* [Node.js v14](https://nodejs.org/) Javascript runtime using the [Chrome V8 engine](https://v8.dev/)\n* [Express v4](https://www.npmjs.com/package/express) web framework for node\n* [Google APIs Node.js Client npm module v88](https://www.npmjs.com/package/googleapis) client library for using Google APIs.\n* [Google API Console](https://console.cloud.google.com)\n* [ejs v3](https://ejs.co/) embedded javascript templates\n* [nodemon v2](https://www.npmjs.com/package/nodemon) to automatically restart the node app.\n* [Boootstrap v5](https://getbootstrap.com/docs/5.0/getting-started/introduction/) CDN for styling components etc.\n\n## :floppy_disk: Setup\n\n* Install dependencies using `npm i`\n* Create `secrets.json` / add GCP project credentials as per `secrets.example.json`. This is a JSON file that is downloaded from the Google project\n* Create `.env` in root directory \u0026 add Google spreadsheet Id as per `.env.example.js`\n* `npm run dev` runs app in the development mode with auto-restart. Open [http://localhost:5000](http://localhost:5000) to view it in the browser.\n\n## :wrench: Testing\n\n* N/A\n\n## :computer: Code Examples\n\n* tba\n\n```javascript\n\n```\n\n## :cool: Features - Frontend\n\n* Connecting to a GCP Docs Excel sheet using Node.js-Express and a simple HTML template\n\n## :clipboard: Status, Testing \u0026 To-Do List\n\n* Status: Working but incomplete. Can add task from UI and it is added to Google sheets. No list of tasks on UI.\n* To-Do: Add partials: nav, table of tasks, add task page. Display excel task list on home page.\n\n## :clap: Inspiration\n\n* [ejs documentation](https://ejs.co/#docs)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnode-express-excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fnode-express-excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnode-express-excel/lists"}