Re: reading excel filesd in NCL

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sun Nov 29 2009 - 16:35:03 MST

Currently, NCL does not support reading Excel files.

There is a perl script that converts the row/columns to
csv [comma separated values] text files. Search for
    xls2csv.pl
This could be invoked

    system("xls2csv.pl ...")

Then use (say) asciiread to read the csv file.

---
There may be python scrips also.
Good luck
D
Yang Yang wrote:
> Hello:
> 
> I have many big excel data files needed to be processed by NCL. I am wondering if a excel file can be read by NCL? How? Any suggestions? Thanks!
> 
> Ed
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sun Nov 29 16:35:51 2009

This archive was generated by hypermail 2.1.8 : Sun Nov 29 2009 - 20:52:58 MST