LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Report generator

Can i generate excel file(.xls) without using Report Generator toolkit??

 

0 Kudos
Message 1 of 7
(2,819 Views)

Yes but you need to develop your own code by invoking Excel (using Activex) 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 7
(2,805 Views)

How? i mean, do you have any reference or tutorial how to manipulate activeX. please

0 Kudos
Message 3 of 7
(2,802 Views)

ExcelWriteDatatoExistingFile.pngAttached Snippet shows how to write data to an existing Excel File, Explore more in the Methods and properties of excel to add more features into it.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 7
(2,783 Views)

There are several third-party toolkits out there like XLR8 that let you work with excel files that do not require an installation of Excel on your computer.

 

Regards, Jens

Kudos are welcome...
0 Kudos
Message 5 of 7
(2,767 Views)

@1der-er wrote:

How? i mean, do you have any reference or tutorial how to manipulate activeX. please


http://www.ni.com/newsletter/51339/ 

0 Kudos
Message 6 of 7
(2,762 Views)

ActiveX is technology developed, and now largely abandoned, by Microsoft.  You can still find vestiges of it in some Windows products, but development has largely ceased. 

 

There are always "trade-offs" -- you can purchase LabVIEW's Report Generation Toolkit or a LabVIEW edition that contains it, purchase a third-party application that can interface with Excel, give up using "native" Excel and use a Comma-Separated-Variable (Excel-like) format that LabVIEW easily supports, hire a Developer skilled in ActiveX to help you, or spend the time to learn this technology yourself.

 

Bob Schor

 

 

0 Kudos
Message 7 of 7
(2,745 Views)