feat: Add multi-table Excel upload functionality

- Implemented new API endpoints for multi-table Excel upload and auto-detection of table chains.
- The GET endpoint `/api/data/multi-table/auto-detect` allows automatic detection of foreign key relationships based on the provided root table.
- The POST endpoint `/api/data/multi-table/upload` handles the upload of multi-table data, including validation and logging of the upload process.
- Updated the frontend to include options for multi-table Excel upload in the button configuration panel and integrated the corresponding action handler.

This feature enhances the data management capabilities by allowing users to upload and manage data across multiple related tables efficiently.
This commit is contained in:
kjs
2026-03-05 19:17:35 +09:00
parent 7e2ae4335e
commit 0e8c68a9ff
11 changed files with 2384 additions and 69 deletions

File diff suppressed because it is too large Load Diff