{"id":18823104,"url":"https://github.com/jrdnbradford/google-sheet-color-sort","last_synced_at":"2025-04-14T01:31:06.485Z","repository":{"id":130562473,"uuid":"257722294","full_name":"jrdnbradford/Google-Sheet-Color-Sort","owner":"jrdnbradford","description":"Google Sheet-bound script that assists with sorting Google Sheet rows by background fill color","archived":true,"fork":false,"pushed_at":"2020-07-02T20:01:31.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T01:24:48.613Z","etag":null,"topics":["data","excel","google-apps","google-apps-script","google-sheet","google-sheets","javascript","microsoft-excel","sort-rows"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrdnbradford.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-04-21T21:40:40.000Z","updated_at":"2023-11-21T18:45:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"60e250d2-e709-4848-a2e6-62ad04504449","html_url":"https://github.com/jrdnbradford/Google-Sheet-Color-Sort","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/jrdnbradford%2FGoogle-Sheet-Color-Sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrdnbradford%2FGoogle-Sheet-Color-Sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrdnbradford%2FGoogle-Sheet-Color-Sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrdnbradford%2FGoogle-Sheet-Color-Sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrdnbradford","download_url":"https://codeload.github.com/jrdnbradford/Google-Sheet-Color-Sort/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807483,"owners_count":21164693,"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":["data","excel","google-apps","google-apps-script","google-sheet","google-sheets","javascript","microsoft-excel","sort-rows"],"created_at":"2024-11-08T00:52:47.070Z","updated_at":"2025-04-14T01:31:06.475Z","avatar_url":"https://github.com/jrdnbradford.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google-Sheet-Color-Sort\nGoogle Sheet-bound script that assists with sorting Google Sheet rows by selected column's background fill color.\n\nNote: Google recently added the ability to sort Sheets by background fill color. See their [help article](https://support.google.com/docs/answer/3540681) for details.\n\n## Usage\n### Add the Script to your Google Sheet\nIn your Google Sheet select **Tools** -\u003e **Script editor**. Remove the default code, paste in the contents of this [script](googleSheetColorSort.gs), save, and enter a project title of your choice. Close the script editor and go back to your Sheet.\n\n### Authorize the Application\nRefresh the Sheet, click **Google Sheet Color Sort** in the menu bar, and click any of the submenu items. Then authorize the application using your Google account (this must only be done once). Once authorized you must click **Google Sheet Color Sort** again to see your sorting options.\n\n### Select a Sorting Column\nSelect a column that contains the background fill colors you wish to sort on by clicking and highlighting any cell within that column.\n\n### Choose a Sorting Method\nOnce you have highlighted a cell within your column of choice, use the **Google Sheet Color Sort** menu button to select a sorting option.\n\n#### Sort Rows by Color\nUse the **Sort Rows by Color** submenu item to automatically sort the entire Google Sheet by each row's background fill color in your selected column. \n\n#### Add Sorting Column\nUse the **Add Sorting Column** submenu item to add a column that contains each row's background fill color as a hexadecimal color code that can be used to manually sort sections of the Google Sheet by selecting the relevant rows, going to **Data** -\u003e **Sort Range**, and selecting the column with the values. \n\nAfter selecting a submenu item, specify whether the data in your Sheet has a header row in the window that appears.\n\n## Recommended OAuth Scope\n```json\n{\n    \"oauthScopes\": [\n        \"https://www.googleapis.com/auth/spreadsheets.currentonly\"\n    ]\n}\n```\n\n## Authors\n**Jordan Bradford** - GitHub: [jrdnbradford](https://github.com/jrdnbradford)\n\n## License\nThis script is licensed under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrdnbradford%2Fgoogle-sheet-color-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrdnbradford%2Fgoogle-sheet-color-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrdnbradford%2Fgoogle-sheet-color-sort/lists"}