Skip to content

Instantly share code, notes, and snippets.

@mikolka221
mikolka221 / CSV.cs
Last active December 20, 2017 22:10
CSVParser.lib
using System;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
namespace CSVParser
{
public class CSV
{