microsoft-mvp-apps-dotnet
microsoft-mvp-apps-dotnet copied to clipboard
Add CSV Excel support
One shot upload, bingo
Liking this idea. Approve of this.
My current plan is to build a library, that can be consumed from any UI project, that will return an IEnumerable<T> for the Activity. I already have a SpreadsheetProcessing libraries that can accept csv or xlsx file format, and should work as long as we define a proper schema for the activity's fields in the document.
This is currently on hold as only xPlat exporting is currently supported by the SpreadsheetProcessing libraries