How write to ms word by sample?
I have ms word sample.docx like this: {{id1}} some text {{name1}} text again {{password1}} {{id2}} some text {{name2}} text again {{password2}} {{id3}} some text {{name3}} text again {{password3}} dict from code list_data = [ {"id": "1", "name": "cat", "password": "123"}, {"id": "2", "name": "john", "password": "321"}, {"id": "3", "name": "mike", "password": "555"}, {"id": "1", "name":… Read More How write to ms word by sample?