python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

how to updating data in the table with the original format intact

Open 40cents opened this issue 1 year ago • 1 comments

I have a powerpoint with loads of tables which needs to be updated on a daily basis. However, each time I try to update data using python-pptx, the format would be ruin and I have to manually adjust it. Any way I can fix this?

40cents avatar Jan 04 '25 00:01 40cents

The approach I would take is to create a "template" presentation - with all the table slides in.

Then use python-pptx to create a presentation based on that - and save it as a new presentation.

Are you having difficulties with that approach? For example, navigating to each table?

MartinPacker avatar Jan 06 '25 12:01 MartinPacker