03-27-2008 04:42 AM
03-27-2008 05:00 AM
Hi Swati,
you can use the ActiveX functions from Excel. And as far as i know there is a library to do it.
Mike
03-27-2008 05:01 AM
Hi Swati,
Read the file as usual using the Open File --> Read File --> Close File method & convert the String data into 2D String Array using the Spreadsheet String to Array function from the String palette, by giving the Delimiter as ",".
This ll do the job for you.
03-27-2008 05:04 AM
03-27-2008 05:32 AM
Hi Partha,
I tried converting string into array
what shuld be the format?
%s?
i gave delimiter as comma,
didnt read anything,
Thanx.
Swati.
03-27-2008 05:34 AM
No man,
no csv file just one simple excel file where i typed something like any number or string and i am trying to read it in Labview,
and i m not able to do it,
Actually,I have to read a master spreadsheet file at clinet location for reading some parameters in labview,
But this seems to be hard than i ever thought,
Please do help me,
Thanx
Swati.
03-27-2008 05:37 AM - edited 03-27-2008 05:37 AM
Hi Swati,
see this link: http://zone.ni.com/devzone/cda/epd/p/id/3409. I think this should help you.
Mike
03-27-2008 05:41 AM
Hi
Just Save the Excel sheet as csv text files and read the using the read spreadsheet file.vi, its simple and easy
03-27-2008 05:50 AM
03-27-2008 06:08 AM