{"id":19424273,"url":"https://github.com/sorbits/googlescript-markdowntablefive","last_synced_at":"2025-07-12T15:08:34.214Z","repository":{"id":66430615,"uuid":"94877406","full_name":"sorbits/googlescript-markdowntablefive","owner":"sorbits","description":"Google Apps Script implementation of the MarkdownTableMaker object.","archived":false,"fork":false,"pushed_at":"2017-11-19T14:10:35.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T17:03:49.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/pffy/googledocs-addon-markdowntablefive","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorbits.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}},"created_at":"2017-06-20T10:04:48.000Z","updated_at":"2021-02-11T07:04:53.000Z","dependencies_parsed_at":"2023-02-22T09:30:59.575Z","dependency_job_id":null,"html_url":"https://github.com/sorbits/googlescript-markdowntablefive","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sorbits/googlescript-markdowntablefive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorbits%2Fgooglescript-markdowntablefive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorbits%2Fgooglescript-markdowntablefive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorbits%2Fgooglescript-markdowntablefive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorbits%2Fgooglescript-markdowntablefive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorbits","download_url":"https://codeload.github.com/sorbits/googlescript-markdowntablefive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorbits%2Fgooglescript-markdowntablefive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265009214,"owners_count":23697154,"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-10T13:42:25.445Z","updated_at":"2025-07-12T15:08:34.171Z","avatar_url":"https://github.com/sorbits.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# googlescript-markdowntablefive\n\n### SYNOPSIS\n\n```\n  + MarkdownTableMaker();\n  + toString() : string\n\n  + getMarkdown() : string\n  + getRange() : Range\n\n  + setRange(Range) : MarkdownTableMaker\n  + setSheetAsRange : MarkdownTableMaker\n\n```\n\n### DEMO\n\n```javascript\n\nfunction demo() {\n\n  // -- SIMPLE -- //\n\n  // builds object, selects entire sheet, crops data\n  // builds markdown table\n  var mtm = MarkdownTableMaker();\n\n  mtm.setSheetAsRange();\n\n  // prints markdown table\n  Logger.log('' + mtm);\n\n\n  // -- A LITTLE MORE FUN -- //\n\n  // selects user-specified range\n  var range1 = SpreadsheetApp.getActive().getRange('B8:D19');\n\n  // set input range, evaluates input range, crops data (if needed)\n  // builds new table with bounded data\n  mtm.setRange(range1);\n\n  // prints new markdown table\n  Logger.log('' + mtm);\n\n\n   // -- EVEN MORE FUN -- //\n\n  // selects user-specified range\n  var range2 = SpreadsheetApp.getActive().getActiveRange();\n\n  // set input range, evaluates input range, crops data (if needed)\n  // builds new table with bounded data\n  mtm.setRange(range2);\n\n  // prints new markdown table\n  Logger.log('' + mtm);\n\n\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorbits%2Fgooglescript-markdowntablefive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorbits%2Fgooglescript-markdowntablefive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorbits%2Fgooglescript-markdowntablefive/lists"}