Setting Different Headers and Footers For Different Pages
Contents
[
Hide
]
MS Excel supports setting different headers and footers for the first page, odd pages and even pages since Excel 2007.
Aspose.Cells for Python via .NET supports the same feature.
How to Set Different Headers and Footers in MS Excel
- Click page Layout > Print Titles > Header/Footer.
- Check Different Odd and Even Pages or Different fir page.
- Enter different headers and footers.
How to Set Different Headers and Footers with Aspose.Cells for Python Excel Library
Aspose.Cells for Python via .NET behaves the same as Excel.
- Sets the flags PageSetup.is_hf_diff_odd_even and PageSetup.is_hf_diff_first
- Enter different headers and footers.