### Feature Type - [x] Adding new functionality to pandas - [ ] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description Hello, One of the things I always do when opening an excel file is adding filter on header. Just like that  ### Feature Description I'm not exactly sure ### Alternative Solutions I see that as an option to to_excel function or to class ExcelWriter, not sure of what would be the best. ### Additional Context _No response_