Add cards Excel roundtrip tools

This commit is contained in:
2026-06-24 21:52:24 +09:00
parent 4878e5d8cc
commit 39356e5038
4 changed files with 643 additions and 0 deletions

7
cards_to_excel.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
setlocal
chcp 65001 >nul
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0tools\cards\cards_excel.ps1" export
echo.
echo Press any key to close this window.
pause >nul