Skip to content

Instantly share code, notes, and snippets.

View asurovov's full-sized avatar

Andrey asurovov

  • Russia
View GitHub Profile
@asurovov
asurovov / c# reading excel-files by using OleDb
Last active May 14, 2022 15:18
c# reading excel-files by using OleDb
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace ReadExcel
{
class Program
class Path {
constructor(x1, y1, x2, y2) {
this.x1 = x1;
this.y1 = y1;
this.x2 = x2;
this.y2 = y2;
}
}