ASP.NET MVC 5 App to convert Excel files to CSV. Currently supporting Excel 2003- (.xls) and 2007+ (.xlsx), including multiples sheets per file.
Download and install packages with NuGet:
nuget restore
To build you only need MsBuild from the .NET Framework
MsBuild.exe .\CsvConverter.sln /t:Build /p:Configuration=Release /p:TargetFramework=v4.6.2
You need to have IIS Express installed. (It comes with Visual Studio)
iisexpress.exe /path:"full_path\CsvConverter" /clr:v4.0
Browse to http://localhost:8080 or something like that (depends on your config file)
- Fork this repository
- Configure your Azure resource to use your forked repo
TODO
- File size must be < 1 MB.
- File type must be Excel Office 2003- (.xls) or 2007+ (.xlsx).