Skip to content

valterlima/ExcelCsvTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelCsvTool

ASP.NET MVC 5 App to convert Excel files to CSV. Currently supporting Excel 2003- (.xls) and 2007+ (.xlsx), including multiples sheets per file.

Requirements

Dependencies

Download and install packages with NuGet:

nuget restore

How to build

To build you only need MsBuild from the .NET Framework

MsBuild.exe .\CsvConverter.sln /t:Build /p:Configuration=Release /p:TargetFramework=v4.6.2

Running

Running with IIS Express

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)

Deploy to azure

  1. Fork this repository
  2. Configure your Azure resource to use your forked repo

Running with docker (Only Windows 10)

TODO

Current validations

  • File size must be < 1 MB.
  • File type must be Excel Office 2003- (.xls) or 2007+ (.xlsx).

About

ASP.NET MVC 5 App to convert Excel files to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published