{"id":30909230,"url":"https://github.com/joeesmithh/spreadsheet-app","last_synced_at":"2026-05-18T09:31:40.982Z","repository":{"id":308821007,"uuid":"1034207396","full_name":"joeesmithh/spreadsheet-app","owner":"joeesmithh","description":"A simple spreadsheet app developed to learn Qt Widget app development.","archived":false,"fork":false,"pushed_at":"2025-09-03T04:26:37.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T06:21:27.773Z","etag":null,"topics":["cpp","gui","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","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/joeesmithh.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-08T03:03:07.000Z","updated_at":"2025-09-03T04:26:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"92bef3fd-99cd-4ba9-9080-83e080340469","html_url":"https://github.com/joeesmithh/spreadsheet-app","commit_stats":null,"previous_names":["joeesmithh/spreadsheet-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/joeesmithh/spreadsheet-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeesmithh%2Fspreadsheet-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeesmithh%2Fspreadsheet-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeesmithh%2Fspreadsheet-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeesmithh%2Fspreadsheet-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeesmithh","download_url":"https://codeload.github.com/joeesmithh/spreadsheet-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeesmithh%2Fspreadsheet-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","gui","qt"],"created_at":"2025-09-09T15:03:58.097Z","updated_at":"2026-05-18T09:31:40.977Z","avatar_url":"https://github.com/joeesmithh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Spreadsheet App\nThis is a simple spreadsheet app created and heavily guided by [C++ GUI Programming with Qt 4 By Jasmin Blanchette, Mark Summerfield](https://books.google.com.jm/books?id=tSCR_4LH2KsC\u0026printsec=frontcover#v=onepage\u0026q\u0026f=false) to learn Qt Widget app development.\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg width=\"75%\" src=\"https://i.imgur.com/UQcI1s1.png\"/\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n## Features\n\u003ctable\u003e\n    \u003ctr align=\"left\"\u003e\n        \u003cth width=\"1%\"\u003eFeature\u003c/th\u003e\n        \u003cth width=\"20%\"\u003eHotkey\u003c/th\u003e\n        \u003cth\u003eDescription\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eSave\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003ccode\u003eCtrl + S\u003c/code\u003e\u003c/td\u003e\n        \u003ctd\u003eSave existing spreadsheet to custom .ms file.\n            \u003cbr\u003e\n            Opens \u003cstrong\u003eSave As\u003c/strong\u003e dialog if no file exists.\n        \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eSave As\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003ccode\u003eCtrl + Shift + S\u003c/code\u003e\u003c/td\u003e\n        \u003ctd\u003eSave spreadsheet to custom .ms file via popup file menu.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eLoad\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003ccode\u003eCtrl + O\u003c/code\u003e\u003c/td\u003e\n        \u003ctd\u003eOpen a spreadsheet from .ms file via popup file menu.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eNew File\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003ccode\u003eCtrl + N\u003c/code\u003e\u003c/td\u003e\n        \u003ctd\u003eCreate a blank spreadsheet file.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eModification Detection\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd\u003eIf a spreadsheet contains unsaved changes, a warning dialog appears before closing the program, creating, or opening a new spreadsheet.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eSettings\u003c/strong\u003e\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd\u003e\n            Save and load various program settings to system registry under \u003ccode\u003ejoeesmithh/Spreadsheet\u003c/code\u003e.\n            \u003cbr\u003e\n            \u003cbr\u003e\n            \u003ctable\u003e\n                \u003ctr\u003e\u003cth\u003eSettings\u003c/th\u003e\u003c/tr\u003e\n                \u003ctr\u003e\u003ctd\u003eWindow Size\u003c/td\u003e\u003c/tr\u003e\n                \u003ctr\u003e\u003ctd\u003eFullscreen State\u003c/td\u003e\u003c/tr\u003e\n            \u003c/table\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeesmithh%2Fspreadsheet-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeesmithh%2Fspreadsheet-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeesmithh%2Fspreadsheet-app/lists"}