I have almost finished my Python script for creating an Excel sheet. One of the last missing points is to add a filtering possibility to the top row of the sheet (CTRL+SHIFT+L shortcut in Excel), no filtering should be made, just added the filter. I know I can open the file and do it myself, but for the sake of automation it would be nice.
Is that possible?