LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Add Bulk Upload Feature #4

Closed LanceMcCarthy closed 6 years ago

LanceMcCarthy commented 6 years ago

Use OpenXML SDK to parse an excel file to populate contribution objects for bulk upload.

LanceMcCarthy commented 6 years ago

Made good progress using Open XML. PoC added today. It can read several columns from a user-loaded Excel file!

image

LanceMcCarthy commented 6 years ago

Added Bulk-upload in app. Excel parsing will be done at a later time.