Skip to content

Instantly share code, notes, and snippets.

@codernz
codernz / FileImporter.razor
Created September 2, 2025 06:11
A comprehensive file import component that supports CSV and Excel files with field mapping capabilities for Radzen Blazor
@using DocumentFormat.OpenXml.Packaging
@using DocumentFormat.OpenXml.Spreadsheet
@using Radzen
@using Radzen.Blazor
@using System.Text.RegularExpressions
@using System.Text.Json
@inject IJSRuntime JSRuntime
@*
* FileImporter Component