{"id":22989031,"url":"https://github.com/zymbth/editable-table","last_synced_at":"2025-08-13T20:33:37.964Z","repository":{"id":43012361,"uuid":"259906705","full_name":"zymbth/editable-table","owner":"zymbth","description":"Editable table based on Vue3 \u0026 Element Plus (branch 'vue2': Vue2 \u0026 Element UI)","archived":false,"fork":false,"pushed_at":"2024-12-13T16:22:36.000Z","size":1104,"stargazers_count":18,"open_issues_count":2,"forks_count":18,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T06:03:38.298Z","etag":null,"topics":["editable-table","element-plus","excel-export","excel-import","vue"],"latest_commit_sha":null,"homepage":"https://zymbth.github.io/editable-table/","language":"Vue","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/zymbth.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":"2020-04-29T11:28:36.000Z","updated_at":"2024-12-28T06:45:30.000Z","dependencies_parsed_at":"2024-07-30T18:53:21.606Z","dependency_job_id":null,"html_url":"https://github.com/zymbth/editable-table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zymbth/editable-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zymbth%2Feditable-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zymbth%2Feditable-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zymbth%2Feditable-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zymbth%2Feditable-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zymbth","download_url":"https://codeload.github.com/zymbth/editable-table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zymbth%2Feditable-table/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305842,"owners_count":24562109,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["editable-table","element-plus","excel-export","excel-import","vue"],"created_at":"2024-12-15T04:15:50.506Z","updated_at":"2025-08-13T20:33:37.630Z","avatar_url":"https://github.com/zymbth.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demos about \"Editable-Table\" and \"Excel's Import and Export\" Based on Vue3 \u0026 Element Plus\n\n示例：可编辑表格、Excel表格导入导出\n\nSwitch to branch \"vue2\" to fetch the code based on Vue2 \u0026 ElementUI\n\n主分支基于 `vue3` \u0026 `element-plus@1.1.0-beta.12`, 分支 `vue2` 基于 `vue2` \u0026 `element-ui`。\n\n代码仅供参考，请根据实际需求进行修改和优化。\n\n\u003e 相关博文链接：\n\u003e\n\u003e [vue3 + Element Plus动态生成表格，并实现内容可编辑](https://blog.csdn.net/ymzhaobth/article/details/104716431)\n\u003e\n\u003e [vue导入Excel数据以及导出表格数据成Excel](https://blog.csdn.net/ymzhaobth/article/details/104714906)\n\n## 项目目录\n\n```text\n├ .vscode\n├ dist 编译输出目录\n├ doc 项目文档目录\n├ node_modules\n├ public 静态资源\n│ └ index.html 项目主页\n├ src 源码目录\n│ ├ assets 资源\n│ ├ components 组件\n│ ├ router 路由\n│ ├ views 页面\n│ ├ ├ Home.vue 主页导航\n│ ├ ├ editable-table.vue 可编辑表格（方案一）\n│ ├ ├ editable-table-v2.vue 可编辑表格（方案二）\n│ ├ └ excelT.vue Excel导入/导出\n│ ├ App.vue 项目根组件\n│ └ main.js 项目入口\n│\n├ .gitignore\n├ package.json\n├ vue.config.js\n├ README.md\n└ yarn.lock\n```\n\n## 1. Editable-Table\n\n\u003e Editable table based on Vue3 \u0026 Element Plus\n\u003e\n\u003e Solution One:\n\n![preview](doc/editable_table.jpg)\n\n\u003e Solution Two:\n\n![preview](doc/editable_table_v2.png)\n\n![preview](doc/editable_table_v2_edit.jpg)\n\n## 2. Excel's Import and Export\n\n\u003e Convert excel data to table\n\u003e Generate excel file from table\n\n![preview](doc/excel_table.png)\n\n## Project setup\n\n`yarn install` or `npm install`\n\n### Compiles and hot-reloads for development\n\n`yarn serve` or `npm run serve`\n\n### Compiles and minifies for production\n\n`yarn build` or `npm run build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzymbth%2Feditable-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzymbth%2Feditable-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzymbth%2Feditable-table/lists"}