Hello, I've attached a Xlsx file that contains a table. When I run the following code into a web application, the resulting pptx file and the docx file are different than the saved to pdf selected area.
var xls1 = new …...10:32am 1 Hello, I’ve attached a xlsx file that contains a table....var xls1 = new Workbook(“C:\11.xlsx”); var worksheet = xls1.Worksheets[“Sheet1”];...