You can open, edit and other activities of netcdf file through MS-Excell. All you have to download an add-on for excell and install it. Here I am sending a link from which you can understand what to do and how:<br><a href="http://code.google.com/p/netcdf4excel/">http://code.google.com/p/netcdf4excel/</a><br>
Check it and do as written in the link and tell me whether you are satisfied or not.<br><br><br>Regards<br>&#39;S Maity&#39;<br clear="all"><div><div><i><font style="background-color:rgb(255,153,0)"><span style="background-color:rgb(255,255,255)"><font face="comic sans ms,sans-serif"><b><font size="4">*******************************************************<br>
Suman Maity</font></b></font></span></font></i></div><div><font size="1"><font style="background-color:rgb(255,153,0)"><font size="4"><span style="background-color:rgb(255,255,255)"><font face="comic sans ms,sans-serif">Research Scholar<br>
</font></span></font></font></font></div><div><font size="1"><font style="background-color:rgb(255,153,0)"><font size="4"><span style="background-color:rgb(255,255,255)"><font face="comic sans ms,sans-serif">Center for Ocean, Rivers, Atmosphere and Land Sciences(CORAL)<br>
</font></span></font></font></font></div><div><font size="1"><font style="background-color:rgb(255,153,0)"><font size="4"><span style="background-color:rgb(255,255,255)"><font face="comic sans ms,sans-serif">Indian Institute Of Technology Kharagpur.<br>
</font></span></font></font></font></div><br><div><i><b><font style="font-family:comic sans ms,sans-serif" size="4">*******************************************************</font></b><b style="font-family:comic sans ms,sans-serif"><font size="4"> </font></b></i><br>
</div><div style="text-align:left"><i><font color="#3366ff" size="1"><span style="font-size:12pt;font-family:&#39;Times New Roman&#39;,&#39;serif&#39;">
</span> </font></i></div><div style="display:inline"></div></div>
<br><br><div class="gmail_quote">On Thu, May 16, 2013 at 8:23 AM, Muhammad Yunus Ahmad Mazuki <span dir="ltr">&lt;<a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I would have prefer to write it in binary, and open it with Scilab or Matlab. Especially when you need to do repetitious works like simple transformation and plotting, and you have lots of files to read and plots to make. You can easily use Scilab to make it autonomous. Excel is a powerfull if you use the macro, but to me Scilab is easier.<br>

</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 16, 2013 at 1:51 AM, James E. Johnson <span dir="ltr">&lt;<a href="mailto:James.Johnson@nasa.gov" target="_blank">James.Johnson@nasa.gov</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On Wednesday 15 May 2013 09:41:48 am Gürol Çerçi wrote:<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; I have gridded data in netcdf format. I can open the data in Grads and do<br>
&gt;  the analyses, but I want to save the result data in a format that I can<br>
&gt;  open that data in Excel 2010.<br>
&gt;<br>
&gt; I could manage to save the data in netcdf format, but Excel can not open<br>
&gt;  that.<br>
&gt;<br>
&gt; How can I write output data in a format (like .dat or ascii) that Excel can<br>
&gt;  open that file?<br>
&gt;<br>
&gt; Thanks...<br>
&gt;<br>
<br>
</div></div>There is no such thing as an ASCII file format, ASCII is a character encoding<br>
scheme for writing text using 128 binary values from 0x00 (0) to 0x7f (127),<br>
32 of these are non-printing control characters that are obsolete today. A<br>
file can be in a format that uses ASCII characters, but there isn&#39;t a<br>
universal ASCII file format.<br>
<br>
What you want is to create a file that uses a ASCII characters in a comma<br>
separated value (CSV) format. You have to write each row and column of your<br>
array separated by a delimiter either comma, space or tab. Then import into<br>
Excel as a CSV file, and specify the delimiter (comma, space or tab).<br>
<br>
------------------------------------------------------------------------------<br>
| James E. Johnson                   | address:                              |<br>
| ADNET Systems, Inc.                |  NASA Goddard Space Flight Center     |<br>
| e-mail: <a href="mailto:james.johnson@nasa.gov" target="_blank">james.johnson@nasa.gov</a>     |  Data and Information Services Center |<br>
| phone:  <a href="tel:301-614-5121" value="+13016145121" target="_blank">301-614-5121</a>               |  Code 610.2, Bldg 32, Room S130G      |<br>
| fax:    <a href="tel:301-614-5268" value="+13016145268" target="_blank">301-614-5268</a>               |  Greenbelt, MD  20771                 |<br>
------------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br>