Gembox.spreadsheet.dll Info

A unique feature of this DLL is direct HTML rendering:

// Style a header var headerStyle = new CellStyle gembox.spreadsheet.dll

var worksheet = reader.Worksheets[0]; foreach (var row in worksheet.Rows) // Process row by row without holding entire file in RAM Console.WriteLine(row.Cells[0].Value); A unique feature of this DLL is direct

var workbook = new ExcelFile(); var worksheet = workbook.Worksheets.Add("Sales Report"); var workbook = new ExcelFile()

using (var reader = ExcelFile.LoadXlsx("hugefile.xlsx", new XlsxLoadOptions ReadDataOnly = true ))