BlazorExcelViewer
A simple excel viewer by Blazor, NPOI, and Ant-design-blazor
Install / Use
/learn @ieei0214/BlazorExcelViewerREADME
BlazorExcelViewer
Feature
A blazor server app to display excel file with Npoi(excel) and Ant-Design-Blazor(Tabs and Table).
Components
-
UploadFileComponent : For the excel file upload

-
BlazorExcelviewerComponent : To handle the excel file with NPOI and Ant-Design-Blazor

Usage
- Upload a excel file.
- Click the "Submit" button.
PackageReference
Docker image
You can run docker image by the following command and then see the demo.
docker run --name bev -itd -p 8081:80 ieei/blazorexcelviewer
http://localhost:8081/
