03-20-2014 09:42 AM
My company has multiple Excel spreadsheets used to track quality data, productivity, delivery, etc. The current method is printing the blank spreadsheets, and filling in and charting the information by hand. These sheets are then hung on a board and reviewed daily.
I would like to create shared Excel files that allow various people to enter their data and use a LabVIEW VI to display the spreadsheets exactly as they appear in Excel (along with some other information).
Multiple users without LabVIEW knowledge or access would need the ability to format the spreadsheets, which is why I would prefer to simply display the spreadsheets (almost as images) rather than import the Excel data into LabVIEW and build tables and charts with it there.
Has anyone ever done this, or is it not possible? Thank you in advance for your reply.
Solved! Go to Solution.
03-20-2014 09:59 AM
03-20-2014 10:15 AM
Yup ActiveX is the way to go. The free OWC that Microsoft puts out for Excel might work as well. It is a simplified version of Excel used for webpages. Even the full blown version of Excel will work fine too
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-20-2014 11:02 AM
This is definitely doable with a bit of ActiveX or .NET. The ActiveX Type Library Microsoft Internet Controls contains an object called ShellBrowserWindow which can be used to display almost anything that IE can within a control. There are similar .NET approaches too.
A quick check of the site finds an example of exactly what you're looking for here: http://www.ni.com/example/28756/en/
03-20-2014 12:11 PM
Thank you all for your very helpful, thoughtful, and polite replies! Much appreciated...