Hi,I am using the above code which is working perfectly fine. But not able to remove the default styles using below lines ws.Rows().Style.Border.BottomBorderColor = XLColor.NoColor; ws.Rows().Style.Border.TopBorderColor = XLColor.NoColor; Please help me on the same.
I am using Datatable to add data to worksheet.
↧