when I convert excel to pdf with aspose.cells, if I can keep the excel line still exists in the pdf?
Hi,
Workbook book = new Workbook(“e:\test2\Book1.xlsx”);
Worksheet sheet = book.Worksheets[0];
sheet.PageSetup.PrintGridlines = true;
book.Save(“e:\test2\out1.pdf”);
Thanks Amjad Sahi, it’s really great!
Hi,
Thanks Amjad Sahi for your support, so far, here is the fastest reply forum I ever play with. Really helpful for me.