How to use the 'Total Row' style option in Word using Python docx -


i using python along python-docx pandas copy dataframe microsoft word.

i have managed copy data on table , apply style contained within word file, cannot figure out how apply total row style option final row in table applies styles used totals rows (see screenshot word below).

i have tried looking through table styles , latent styles contained in python-docx can't identify way of picking total row option.

any appreciated!

enter image description here

i have since found out current version of module doesn't support modifying these style options. have requested functionality added in future version.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -