Hi
I was trying to print watermark in Excel in the footer using Aspose Cells API for Java ,using this code
PageSetup pageSetup = sheet.getPageSetup();
pageSetup.setFooter(2, watermarkText);
But the issue it overlaps …...only can insert pictures into header/footer. Please check the document...pictures into header/footer with Aspose.Cells: Setting Headers and Footers...