How to change font size of text within a table created by Python-pptx
问题 I am creating a script to show graphs of product performance and creating a table to display its partnumber, a list of applications and the number of current applications. However, the default font size is much too large to get all of this information into the slide and needs to be reduced. How do I reduce the font size of text within a table in Python-pptx? This is what I have, but I keep getting an error "AttributeError: '_Cell' object has no attribute 'paragraph'" table = shapes.add_table