{"id":13814523,"url":"https://github.com/jonmagic/copy-excel-paste-markdown","last_synced_at":"2025-04-09T07:07:00.190Z","repository":{"id":54370712,"uuid":"67169344","full_name":"jonmagic/copy-excel-paste-markdown","owner":"jonmagic","description":"Copy a table in Excel (or other spreadsheet programs) and paste it as a Markdown table","archived":false,"fork":false,"pushed_at":"2022-10-28T04:56:41.000Z","size":9,"stargazers_count":249,"open_issues_count":10,"forks_count":112,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-02T06:09:21.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/jonmagic.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}},"created_at":"2016-09-01T22:00:33.000Z","updated_at":"2025-01-30T11:13:00.000Z","dependencies_parsed_at":"2023-01-20T14:00:15.409Z","dependency_job_id":null,"html_url":"https://github.com/jonmagic/copy-excel-paste-markdown","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/jonmagic%2Fcopy-excel-paste-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fcopy-excel-paste-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fcopy-excel-paste-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fcopy-excel-paste-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonmagic","download_url":"https://codeload.github.com/jonmagic/copy-excel-paste-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994121,"owners_count":21030050,"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-08-04T04:02:06.944Z","updated_at":"2025-04-09T07:07:00.161Z","avatar_url":"https://github.com/jonmagic.png","language":"JavaScript","readme":"# Copy Excel Paste Markdown\n\nCopy a table in Excel (or other spreadsheet programs) and paste it as a Markdown table.\n\n![demo](https://cl.ly/120h1K2Q1Y3H/Screen%20Recording%202016-08-31%20at%2010.31%20PM.gif)\n\n## Column Alignments\n\nYou can optionally specify column alignment information by prepending one of the following to the column heading names in Excel:\n\n* ^c  - center alignment\n* ^r  - right alignment\n* ^l   - left alignment (the default)\n\nFor example: enter the following in Excel to right-align the second column and center-align the third column:\n\n| animal | ^rweight | ^ccolor  |\n|--------|----------|----------|\n| dog    | 30lb     | tan      |\n| dog    | 85lb     | black    |\n| cat    | 18lb     | calico   |\n\nThis will produce the following markdown table when pasted:\n\n```markdown\n| animal | weight | color  |\n|--------|-------:|:------:|\n| dog    | 30lb   | tan    |\n| dog    | 85lb   | black  |\n| cat    | 18lb   | calico |\n```\n\n## Contributors\n\n- @jonmagic\n- [@thisdavej](https://github.com/thisdavej)\n- [@JohnTube](https://github.com/JohnTube)\n- [@mhlavacek](https://github.com/mhlavacek)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonmagic%2Fcopy-excel-paste-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonmagic%2Fcopy-excel-paste-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonmagic%2Fcopy-excel-paste-markdown/lists"}