I wanna know how to add footnote & endnote in table
when I insert cell content, I make the content like this code,
hdr_cells = table.rows[0].cells
hdr_cells[0].paragraphs[0].add_run('Cell').normal = True
hdr_cells[0].paragraphs[0].style = 'Table_title'
hdr_cells[0].paragraphs[0].alignment = WD_ALIGN_PARAGRAPH.CENTER
I want to insert footnote 'cell'
How can I insert the footnote?
please help me
I wanna know how to add footnote & endnote in table
when I insert cell content, I make the content like this code,
hdr_cells = table.rows[0].cells
hdr_cells[0].paragraphs[0].add_run('Cell').normal = True
hdr_cells[0].paragraphs[0].style = 'Table_title'
hdr_cells[0].paragraphs[0].alignment = WD_ALIGN_PARAGRAPH.CENTER
I want to insert footnote 'cell'
How can I insert the footnote?
please help me