LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find spreadsheet otion in ActiveX Control

I am using labview 8.6, In this i am unable to find Spreadsheet control in ActiveX Control......

So please tell me how i can resolve my this issue..

0 Kudos
Message 1 of 22
(4,789 Views)

Hi NI SCADA,

 

which ActiveX control? Which spreadsheet control? What are you talking about?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 22
(4,784 Views)

NI SCADA wrote:

I am using labview 8.6, In this i am unable to find Spreadsheet control in ActiveX Control......


Do you mean you want an ActiveX Spreadsheet-like Table control to be picked up from somewhere in the pallette & being placed into an ActiceX container?

 

Be a bit more clear of what you want to do...

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 3 of 22
(4,774 Views)
Are you trying to access excel using the activeX from LabVIEW?
With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 4 of 22
(4,770 Views)

The Microsoft Office Spreadsheet Control is part of the Office Web Components. It can get installed when you install Office. If you don't have Office, then you can download the Office Web Components from Microsoft.

 

Be aware that this is NOT an Excel workbook, or anything related to Excel. It's a completely different beast. There is no Excel ActiveX control that you can place on a front panel of anything, whether it's LabVIEW or any other language. 

0 Kudos
Message 5 of 22
(4,749 Views)

Dear Partha,

                   I want to display an excel spreadsheet using activeX container on front panel using labview 8.6.  If you see labview 8.5 there is a option in ActiveX container Spread Sheet 10 or 11. But in labview 8.6 there is a no such kind of option. I have office 2007 in my PC. My motive is to directly call an excel spreadsheet on front panel.

 

Thanks and Regards

Himanshu Goyal

0 Kudos
Message 6 of 22
(4,737 Views)

Dear Proven,

                   labVIEW 8.5 supports spreadsheet 10 or 11 in activeX Container.So i seek a similar approach for labVIEW 8.6

 

Himanshu Goyal

0 Kudos
Message 7 of 22
(4,735 Views)

Hi,

i could find the spread sheet control in LV 8.6 also.aX.JPG

 

Post back for queries.

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 8 of 22
(4,732 Views)

hi all....

 

i have doubt regarding same topic excel spreadsheet...

 

i can open the excel sheet using activex container but what i m getting is blank excel sheet.

even if my excel sheet contain matter after using "export" invoke node for activex container i m getting only blank excel sheet without any data....

 

why this is happening??

 

any help?

 

thanks..

0 Kudos
Message 9 of 22
(4,723 Views)

Place an automation refnum on front panel and give it microsoft excel 10.0>application class. place an invoke node and select range. give the range ref to a property node. Define the cell numbers and row/columns from where you need to read data. I tried this out on LV 8.6 and it worked

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 10 of 22
(4,716 Views)