Hello, When we import an XL file, it is of the form {{{1},{3},{1},{2},{3}}}. How to transform it into a standard Mathematica LIST like {1,3,1,2,3}, etc... ? I.e. remove the broken brackets form around every number... It is a very large list, and there is no point in doing it manually! Thanks