Skip to content

Instantly share code, notes, and snippets.

View Yiabiten's full-sized avatar

Youness IABITEN Yiabiten

View GitHub Profile
|--------------------------------------------
|# TOOLS & PLATEFROMES
| - Jira ++++
| - SourceTree +
| -
|--------------------------------------------
|# PROJECTS
| - Olympics +++
| - Push Notifs ++
| - INPTify +
@Yiabiten
Yiabiten / Links.md
Last active August 26, 2016 16:50
Links - A must [read | watch | use] list.
@Yiabiten
Yiabiten / Code Snippet #1
Last active August 29, 2015 14:19
Read from Excel file
using System;
using System.Runtime.InteropServices;
using Microsoft.Office.Interop.Excel;
/*
* NOTE:
* Ajoute une Réference vers "Microsoft Office Object Library"
* sinon t'auras des erreurs !
*/