LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to save string array of data in xls format

hi,

     how to save string array of data in xls format.i m using spread sheet it will only support .csv format only.

0 Kudos
Message 1 of 8
(4,046 Views)
Use the Report Generation Toolkit, lower level ActiveX methods and properties, or newer versions of Write to Measurement File. There have been hundreds and hundreds of posts on writing to Excel.

Saving to a text file is often enough unless you need to some fancy formatting.
0 Kudos
Message 2 of 8
(4,040 Views)

Hi Gokul,

 

why do you need XLS format to save some strings?

 

Nevertheless: to save data in a XLS file you need the RGT (Report Generation Toolkit) as it automates Excel to create such files. Or you use the WriteMeasurement ExpressVI of recent LabVIEW versions, which is able to create XLS(x) files too…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 8
(4,037 Views)

hi,

      i m using labview8.2.so pls tell this version supported report generation toolkit.link

0 Kudos
Message 4 of 8
(4,006 Views)

Hi Gokul,

 

with LV8.2 the RGT wasn't included in the "standard" license AFAIK.

Please call your local NI support and ask them about possible options!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 8
(3,948 Views)

hi,

     k pls send 30days trial version report generate tool kit.link in labview8.2 version.

0 Kudos
Message 6 of 8
(3,920 Views)

Who are you asking making this request to?

 

No one on the forums is going to be able to send you a toolkit.  Have you contacted your NI sales person yet?

0 Kudos
Message 7 of 8
(3,889 Views)

just download it you self..

 

your best bet is just to save data to a delimited text file and do the import with excell

CLAD, CTD
0 Kudos
Message 8 of 8
(3,873 Views)