- Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
document = Document() document.add_paragraph('start') for i in 'text': document.add_paragraph(i, style='ListNumber') document.add_paragraph('continue') for i in 'text': document.add_paragraph(i, style='ListNumber') document.add_paragraph('end') document.save('demo.docx') this is generated to
start
- t
- e
- x
- t
continue - t
- e
- x
- t
end
why second list started 5, i need 1
thanks
Metadata
Metadata
Assignees
Labels
No labels