Blazor-Excel-export icon indicating copy to clipboard operation
Blazor-Excel-export copied to clipboard

Example to export data in Excel format in a Blazor app

Results 1 Blazor-Excel-export issues
Sort by recently updated
recently updated
newest added

Hi, Nice demo, works well, just wanted to highlight that in the WeatherForecastXLS code: ws.Cell(row + 1, 1).Value = "'" + data[row].Date.ToShortDateString(); Since the row starts at 0, +1 =...