comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL 6.4 READ_EXCEL()
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
IDL 6.4 READ_EXCEL() [message #53964] Thu, 10 May 2007 06:12
Paul Sommer is currently offline  Paul Sommer
Messages: 9
Registered: December 2006
Junior Member
FYI - I just posted a new, much simpler version of a tool that can
read .xls data that the IDE tech previewers can run today, or anyone
with IDL 6.4 can run after our May 15th release.

For example:

Pro Read_Excel_Demo

file = file_search("data/IDLffExcel_Demo.xls", /fully_qualify_path)
if ~file then return

excelData = Read_Excel(file, "F7:F70")

iPlot, excelData, view_title="Excel Range F7:F70"

End

Bonus for David: If you search on "excel" from Code Contrib, you'll
actually find it :-)

http://www.ittvis.com/codebank/index.asp

As always, contact me directly if you find bugs or better yet, make it
more robust!

Thanks,
Paul
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: How to obtain tick mark locations?
Next Topic: MODIS43: Question on processing albedo lookup table...

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:49:36 PDT 2025

Total time taken to generate the page: 0.00473 seconds