https://github.com/xi-plus/certificategirl
獎狀娘,臺南一中運動會獎狀產生器
https://github.com/xi-plus/certificategirl
Last synced: 7 months ago
JSON representation
獎狀娘,臺南一中運動會獎狀產生器
- Host: GitHub
- URL: https://github.com/xi-plus/certificategirl
- Owner: Xi-Plus
- License: mit
- Created: 2016-12-07T16:11:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T07:51:25.000Z (over 9 years ago)
- Last Synced: 2024-12-28T09:20:06.086Z (over 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-Normal.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TNFSH sport competition certificate producer
臺南一中運動會獎狀產生器
## 需求
必須
* [PHP](http://php.net)
* Excel
建議
* [Notepad++](https://notepad-plus-plus.org/)
## 使用方法
1. 將整個程式下載至你的電腦上
2. 如有需要班級座號自動取代為姓名功能,填妥```student.csv```,在```index.php```裡設定```$replacename```為```true```,否則為```false```(此功能僅限單人獎狀)
3. 選擇印製單人、班級、四人獎狀
* 若是單人獎狀,填妥```one.csv```,在```index.php```裡設定```$file```為```"one"```
* 若是班級獎狀,填妥```one.csv```,```name```欄留空,在```index.php```裡設定```$file```為```"one"```
* 若是四人獎狀,填妥```four.csv```,在```index.php```裡設定```$file```為```"four"```
* 注意```.csv```檔案編碼需為```UTF-8-BOM```,可使用```Notepad++```轉換
4. 使用**PHP**執行```php index.php```,將產生```output.xml```
5. 使用**Excel**打開```output.xml```,預覽列印調整邊界確認後即可列印