Commit Graph

3 Commits

Author SHA1 Message Date
Misaka_Company
69b92884a1 refactor: migrate configuration to .env file for better environment management
- Replace hardcoded file paths with environment variables in extract_vba.py and import_vba.py
- Add .env file for local configuration (excluded from git via .gitignore)
- Add python-dotenv dependency for environment variable loading
- Maintain fallback to interactive mode when environment variables are not set

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-28 11:20:50 +08:00
Misaka_Company
d8e843001b add: enhance metadata file handling in import_vba.py for improved path configuration and error messages 2026-01-20 08:41:34 +08:00
Misaka_Company
c80e03e1ea add import_vba.py for VBA code import tool with path recognition and encoding fixes 2026-01-19 17:06:15 +08:00