commit 4982dd1bc0251afca365b3a1a7ceebbe8496c7a7 Author: 吳佩庭 Date: Thu Aug 7 15:39:42 2025 +0800 上傳檔案到「/」 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac102f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual Environment +venv/ +env/ +ENV/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Application specific +uploads/* +!uploads/.gitkeep + +# Logs +*.log + +# Database +*.db +*.sqlite3 \ No newline at end of file diff --git a/GA25072023.xls b/GA25072023.xls new file mode 100644 index 0000000..2498122 Binary files /dev/null and b/GA25072023.xls differ diff --git a/GA25072023_final_rounded.xlsx b/GA25072023_final_rounded.xlsx new file mode 100644 index 0000000..8973136 Binary files /dev/null and b/GA25072023_final_rounded.xlsx differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..2518939 --- /dev/null +++ b/index.html @@ -0,0 +1,118 @@ + + + + + + Excel 檔案處理引擎 + + + + +
+

Safe launch 報告轉換

+

上傳SPC的Raw data (.xls/.xlsx),系統將自動化執行數據轉換與統計。

+
+
+ + +
+ +
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %} +
+ + + + + diff --git a/transform_data.cpython-312.pyc b/transform_data.cpython-312.pyc new file mode 100644 index 0000000..9595f24 Binary files /dev/null and b/transform_data.cpython-312.pyc differ