FileImport example solution. Contains upload file API with options to import from CSV, Excel files
/api/file/import- CSV import API action example/api/file/import/excel- XLS import API action example
- Microsoft Office (Word/Excel)
- https://github.com/dotnetcore/NPOI
- Format documentation: https://poi.apache.org/
- CSV
- Clone repository
- Build / Run
- (optional) Use
test-filesdirectory to get test data files.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
This project is licensed under the MIT License

