Could someone provide the best way to read xls files with python (not csv files).
if there a built in package which supported by default with python to this this task ?
could someone provide a good /nice solution in perl for comparing 2 arrays (a and b ) which check if every element on array a is founded on array b (and founded only once on array b) ?