feat: Excel to SQL Server migration tool for production execution cards

Migrates pressure gauge (PG) and thermometer (TM) data from .xlsm files
into SQL Server executionCard schema, one table per year (PG_2022-2026,
TM_2022-2026). Supports single/multi-table migration, column remapping,
type inference, and dry-run mode via config.yaml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-06-01 12:16:01 +08:00
commit 07ab64bf38
6 changed files with 1181 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
openpyxl>=3.1.0
pyodbc>=5.0.0
pyyaml>=6.0