01-08-2007 09:35 PM
01-09-2007 09:04 AM
01-09-2007 09:33 AM
Hey
That's pretty cool. Is that ActiveX or .NET?
I noticed that if I right click on a table in the browzer window that it will let me export it to ms excel like a normal IE browser will
do you have any suggestions on how to select a table and export it to ms Excel?
Thanks
Tim C.
01-09-2007
10:23 AM
- last edited on
10-12-2025
08:50 PM
by
Content Cleaner
It is ActiveX. I found this example at https://forums.ni.com/t5/Example-Code/Building-a-Simple-Web-Browser-Using-ActiveX/ta-p/3996232
Right now, I am not sure about the exporting tables to excel automatically. Can you direct me to a table to data that I can play with?
01-09-2007 10:29 AM
01-09-2007 11:18 AM
The source code for that table contains the line:
<tr class="bgWhite" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
which enables you to right click and export the date to Excel. As far as how to do this programatically with LabVIEW I do not know at this time but would be interested to know myself.
01-10-2007 06:32 PM
01-15-2007 07:20 AM
Hello
Do you have any suggestions on selecting a table in a browser window and saving a table to excel like you can on the browser right click menu?
Thanks
Tim C.
01-16-2007 03:08 PM
01-16-2007 09:07 PM