<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
----- Message d'origine ----- <br>
De : Samuel Gougeon <br>
Date : 05/11/2009 12:54:
<blockquote cite="mid:4AF2BCDE.4020700@univ-lemans.fr" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
----- Message d'origine ----- <br>
De : Louis <br>
Date : 04/11/2009 22:31:
  <blockquote cite="mid:001701ca5d96$3c741ac0$b55c5040$@de" type="cite">
    <meta http-equiv="Content-Type" content="text/html; ">
    <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
    <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.E-MailFormatvorlage18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
        {page:Section1;}
-->
  </style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
    <div class="Section1">
    <p class="MsoNormal"><span style="color: rgb(31, 73, 125);">aaa;1.2,3<o:p></o:p></span></p>
    <p class="MsoNormal"><span style="color: rgb(31, 73, 125);">bbb;1.1,4<o:p></o:p></span></p>
    <p class="MsoNormal"><span style="color: rgb(31, 73, 125);">ccc;1.1,6<o:p></o:p></span></p>
    <p class="MsoNormal"><span style="color: rgb(31, 73, 125);">eee;1.4,7</span></p>
    </div>
  </blockquote>
OK. Which is the field separator ? "," ou ";" ?<br>
</blockquote>
ok: according to your first message, it is ";".<br>
So, just do:<br>
m=excel2sci("data.csv",";")<br>
<br>
HTH<br>
Samuel<br>
PS: excel2sci() should be named read_csv().<br>
<br>
</body>
</html>