Skip to content

Instantly share code, notes, and snippets.

View pranavq212's full-sized avatar
:octocat:
Forever Learning

Pranav Singh pranavq212

:octocat:
Forever Learning
View GitHub Profile
@Munawwar
Munawwar / ExcelDataReader.cs
Last active January 14, 2020 12:19
C# - Excel Data Reader Library - Convert Excel (XLSX or XLS) to CSV
/*
* Dependency : Excel Data Reader from http://exceldatareader.codeplex.com/
* You must add the references to the Dlls (downloaded from the link above) with Visual Studio.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Excel;