pywin 32 자동화 사무 --- 3 설정
1216 단어 ž오토 메 이 션
config.py
# ,
dir_list=[r'C:\Users\Administrator\Desktop
ew_new']
# (old_str,new_str)
text_list =[
('old_str','new_str'),
(' ',' ')
]
# mei
page_header_list=[
('old_str','new_str'),
(' ',' ')
]
#
page_footer_list=[
('old_str','new_str'),
('27','31')
]
#filename
file_name=('2015','2018')
template_file=r'C:\Users\Administrator\Desktop
ew_new\template.docx'
dest_file = r'C:\Users\Administrator\Desktop
ew_new\2018.docx'
temp_dir=r'C:\Users\Administrator\Desktop'
word_before=r' 7 :'
context_mark=(
'{{title}}','{{ans}}','{{A}}','{{B}}','{{C}}','{{D}}'
)
data_list=[
(
' ','B',' ',' QA ',' ',' '
),
(
' , ','C','PM , ',' ',' ( ) ',' '
)
]