Skip to content

Instantly share code, notes, and snippets.

View oceanborn2's full-sized avatar

Pascal M oceanborn2

  • Ile de France, France
View GitHub Profile
@oceanborn2
oceanborn2 / mkjson.pl
Created September 9, 2017 13:35
xls data parsing with example CSV parsing commented out + XLS parsing
#! perl.exe
use strict;
use warnings FATAL => 'all';
use Encode;
use Cwd;
use utf8;
use Spreadsheet::ParseExcel;
sub getVal {