Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gakkiyomi/compare-excel-column
excel列对比工具
https://github.com/gakkiyomi/compare-excel-column
Last synced: 21 days ago
JSON representation
excel列对比工具
- Host: GitHub
- URL: https://github.com/gakkiyomi/compare-excel-column
- Owner: gakkiyomi
- License: apache-2.0
- Created: 2021-04-22T13:11:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T03:04:47.000Z (over 3 years ago)
- Last Synced: 2024-10-30T08:23:52.251Z (2 months ago)
- Language: Go
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 💡 简介
[Galang](https://github.com/gakkiyomi/compare-execl-column) 是一款go编写的excel文件列对比工具。
## 功能
可以选择两个exel文件的某列进行对比,筛选出重复的数据,并返回重复的数据文件 。## 启动
~~~shell
go get ./...go build
nohup ./compare-excel-column -> error.log 2>&1 &
~~~## 使用
~~~
http://127.0.0.1:8085/api/compare-excel-column/swagger/index.html
~~~
![xxxxxx](./demo.jpg)