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 …...right side of the footer (worksheet page(s)), surely, it will...(pasted in the body of the worksheet page) to appear in footer...