https://github.com/ceybers/excel-table-transfer
Tool for transferring data between Excel tables
https://github.com/ceybers/excel-table-transfer
Last synced: 4 months ago
JSON representation
Tool for transferring data between Excel tables
- Host: GitHub
- URL: https://github.com/ceybers/excel-table-transfer
- Owner: ceybers
- License: mit
- Created: 2021-12-01T15:16:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:30:08.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:18:15.405Z (8 months ago)
- Language: VBA
- Size: 87.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ceybers/excel-table-transfer - Tool for transferring data between Excel tables (VBA)
README
# Excel Table Transfer Tool
A tool for transferring data between Excel tables.
> **WARNING:** Transfer operations by macros cannot be reversed using the Undo feature of Excel. Always backup your data beforehand!## 🧰 Features
- Transfer data from one table to another without using formulas.
- Check if keys are a 1:1 match between tables, detecting orphans, additions and duplicates.
- Only update rows where the key is present in both tables.
- Automatically map all columns with the same name.
- Highlight changed and unchanged data.## 📸 Screenshots
### Table Picker

### Key Mapper

### Value Mapper
## 📝 Change Log
- [Change Log](Notes/ChangeLog.md)
- [History behind Table Transfer Tool](Notes/History.md)