From c90aacb21cf4147cbe540df1961a1aa58be334e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Sat, 9 Nov 2024 17:10:57 +0800 Subject: [PATCH] 'commit' --- ...~$县人口变化及其对教育的影响.docx | Bin 0 -> 162 bytes ...口变化及其对教育的影响》(1).docx | Bin 0 -> 162 bytes Py/.idea/encodings.xml | 6 ++++++ Py/DoAreaDocx.py | 1 + 4 files changed, 7 insertions(+) create mode 100644 Doc/全省及州市县区人口与教育报告集20241023/133个县区报告2022/县区研究报告/丽江市各县区报告5/永胜县/~$县人口变化及其对教育的影响.docx create mode 100644 Doc/全省及州市县区人口与教育报告集20241023/133个县区报告2022/县区研究报告/大理州各县市报告12/洱源县人口变化趋势对基础教育影响研究材料/~$源县人口变化及其对教育的影响》(1).docx create mode 100644 Py/.idea/encodings.xml diff --git a/Doc/全省及州市县区人口与教育报告集20241023/133个县区报告2022/县区研究报告/丽江市各县区报告5/永胜县/~$县人口变化及其对教育的影响.docx b/Doc/全省及州市县区人口与教育报告集20241023/133个县区报告2022/县区研究报告/丽江市各县区报告5/永胜县/~$县人口变化及其对教育的影响.docx new file mode 100644 index 0000000000000000000000000000000000000000..a5f4a4f89368fb6fcf5091d986ef7f2338b9654f GIT binary patch literal 162 zcmd;eOv%m6%PcM_N-W7QVjvRmGB`4%Fyu01GUNeqF+&MM5kn%7%m>oQfChV rttoMH%{02rI3+L4|HoPehFd~+72AP)m>xdq%T|Bu85ne60zeu7WQ!Ru literal 0 HcmV?d00001 diff --git a/Doc/全省及州市县区人口与教育报告集20241023/133个县区报告2022/县区研究报告/大理州各县市报告12/洱源县人口变化趋势对基础教育影响研究材料/~$源县人口变化及其对教育的影响》(1).docx b/Doc/全省及州市县区人口与教育报告集20241023/133个县区报告2022/县区研究报告/大理州各县市报告12/洱源县人口变化趋势对基础教育影响研究材料/~$源县人口变化及其对教育的影响》(1).docx new file mode 100644 index 0000000000000000000000000000000000000000..30548939140324bf5e3236de16d28978cda572e0 GIT binary patch literal 162 zcmd;eOv%m6%PcM_N-W7QVjvRmGB`4%Fyu01GUNeqF+&MM5kn%7%m>oQfC + + + + + \ No newline at end of file diff --git a/Py/DoAreaDocx.py b/Py/DoAreaDocx.py index 7474e9d9..a0d2e220 100644 --- a/Py/DoAreaDocx.py +++ b/Py/DoAreaDocx.py @@ -69,6 +69,7 @@ for root, dirs, files in os.walk(working_dir): if not os.path.exists(county_sub_dir): os.mkdir(county_sub_dir) else: # 如果存在,就跳过 + print(areaName + "已经存在,跳过") continue # 使用word读取图表的技术,保存EXCEL文件到城市的目录下 doc = docApp.Documents.Open(file_path)