Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 842 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 842 Bytes

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 UploadFileComponent

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

Usage

  1. Upload a excel file.
  2. 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/