https://github.com/do1e/mergeforms
合并两个表格的数据,基于共同的索引列将数据源填入目标表格中
https://github.com/do1e/mergeforms
Last synced: 9 months ago
JSON representation
合并两个表格的数据,基于共同的索引列将数据源填入目标表格中
- Host: GitHub
- URL: https://github.com/do1e/mergeforms
- Owner: Do1e
- License: mit
- Created: 2022-10-02T13:51:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T13:00:22.000Z (over 1 year ago)
- Last Synced: 2025-07-07T01:43:50.600Z (12 months ago)
- Language: Python
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 表格合并
合并两个表格的数据,基于共同的索引列将数据源填入目标表格中

## 介绍
* 还在为下图中的场景而发愁吗?

* 欢迎尝试本项目,将`from.csv`中的数据合并到`to.csv`中,实现如下效果。

* 支持格式:from和to都支持csv/xlsx/xls格式。
## 使用方法
* 从[release](https://github.com/Do1e/MergeForms/releases/latest)下载最新版本的exe文件。
* 或者`python ui.py`运行。
* 尚未经过严格测试,如有问题欢迎提issue。