An open API service indexing awesome lists of open source software.

https://github.com/do1e/mergeforms

合并两个表格的数据,基于共同的索引列将数据源填入目标表格中
https://github.com/do1e/mergeforms

Last synced: 9 months ago
JSON representation

合并两个表格的数据,基于共同的索引列将数据源填入目标表格中

Awesome Lists containing this project

README

          

# 表格合并

合并两个表格的数据,基于共同的索引列将数据源填入目标表格中

![1741093141532](image/README/1741093141532.png)

## 介绍
* 还在为下图中的场景而发愁吗?
![1664683369356](image/README/1664683369356.png)
* 欢迎尝试本项目,将`from.csv`中的数据合并到`to.csv`中,实现如下效果。
![1664683411461](image/README/1664683411461.png)
* 支持格式:from和to都支持csv/xlsx/xls格式。

## 使用方法
* 从[release](https://github.com/Do1e/MergeForms/releases/latest)下载最新版本的exe文件。
* 或者`python ui.py`运行。

* 尚未经过严格测试,如有问题欢迎提issue。