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 …...How to print watermark in Excel in the footer using Aspose Cells...trying to print watermark in Excel in the footer using Aspose Cells...