Hi
How to set this Excel Code
this is my code below . But I need how to set 1.Autofit,2. Borders in all data
using below code in C# ? any one guide me.
var workbook = new XLWorkbook();
var worksheet = workbook.Worksheets.Add()
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com