diff --git a/Tai_Gi_Zu_Im_Bun.xlsx b/Tai_Gi_Zu_Im_Bun.xlsx
index b98c75a..aa8bf66 100644
Binary files a/Tai_Gi_Zu_Im_Bun.xlsx and b/Tai_Gi_Zu_Im_Bun.xlsx differ
diff --git a/a700_Iong_Excel_Piau_Zu_Im.py b/a700_Iong_Excel_Piau_Zu_Im.py
index d49ba1b..d91681d 100644
--- a/a700_Iong_Excel_Piau_Zu_Im.py
+++ b/a700_Iong_Excel_Piau_Zu_Im.py
@@ -46,7 +46,6 @@ def get_input_and_output_options(argv):
"output": arg_output,
}
-
if __name__ == "__main__":
# =========================================================================
# (1) 取得需要注音的「檔案名稱」及其「目錄路徑」。
@@ -76,12 +75,12 @@ def get_input_and_output_options(argv):
thiam_zu_im(wb, '漢字注音', 'V3')
# =========================================================================
- # (4) 將已注音之「漢字注音表」,製作成 HTML 格式之「注音/拼音/標音」網頁。
+ # (3) 將已注音之「漢字注音表」,製作成 HTML 格式之「注音/拼音/標音」網頁。
# =========================================================================
tng_sing_bang_iah(wb, '漢字注音', 'V3')
# =========================================================================
- # (5) 依據《文章標題》另存新檔。
+ # (4) 依據《文章標題》另存新檔。
# =========================================================================
wb = xw.Book(CONVERT_FILE_NAME)
setting_sheet = wb.sheets["env"]
diff --git a/a701_Clear_Cells.py b/a701_Clear_Cells.py
new file mode 100644
index 0000000..c21e144
--- /dev/null
+++ b/a701_Clear_Cells.py
@@ -0,0 +1,106 @@
+# 填漢字等標音:將整段的文字拆解,個別填入儲存格,以便後續人工手動填入台語音標、注音符號。
+import getopt
+import math
+import sys
+
+import xlwings as xw
+
+import settings
+
+
+def get_input_and_output_options(argv):
+ arg_input = ""
+ arg_output = ""
+ arg_user = ""
+ arg_help = "{0} -i -u -o