Python Forum

Full Version: [split] OPENPYXL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I am trying to write a script to populate an excel template with slicers.

I am using the Openpyxl module to run the script but I get a failure due to the slicer since it is not supported by openpyxl.

The program freezes. so i have removed the slicers from the excel file for now to get the code to fully work and finished but i want to add it.

Is there anyway to get around this?