Border gets missing when converting excel to pdf

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

Hi,

I was unable to reproduce this issue.

Just in case, please try again with the latest bugfix version:
https://www.gemboxsoftware.com/spreadsheet/downloads/bugfixes.html
Or the latest NuGet:
https://www.nuget.org/packages/GemBox.Spreadsheet/

If the problem remains, please send us your XLSX file so that we can reproduce your issue and investigate it.

Regards,
Mario

Hi,

Please try again with this bugfix:
https://www.gemboxsoftware.com/spreadsheet/nightlybuilds/GBS49v1029.zip

Or this NuGet package:
Install-Package GemBox.Spreadsheet -Version 49.0.1029-hotfix

Does this solve your issue?

Regards,
Mario