When i convert excel to pdf using Gembox spreadsheet, The border at first row does not come if the first row have merged cells. using below code
SpreadsheetInfo.SetLicense(“FREE-LIMITED-KEY”);
//Load Excel Sheet in Instance
ExcelFile excelFile = ExcelFile.Load(HttpContext.Current.Server.MapPath("~/UploadFile/Dossier/" + SO + “" + MajorNo + "” + MinorNo + “/BillOfMaterial_RawMaterial.xlsx”).ToString());
//Save The Excel to PDF
excelFile.Save(HttpContext.Current.Server.MapPath("/UploadFile/Dossier/" + SO + “" + MajorNo + "” + MinorNo + “/BillOfMaterial_RawMaterial.pdf”).ToString());
kindly help, thanks in advance