I am looking to embed a live Excel spread sheet in one of my Web pages. This sheet when opened in Excel displays live count data from my equipment. I am looking for a means to display this same live data on a Web Page so it can be viewed with a standard browser app from remote PC’s:confused:
Any help or suggestions would be appreciated
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Live Excel Spread Sheet on web page
Home » Forums » Developers, developers, developers » Web design and development » Live Excel Spread Sheet on web page
- This topic has 14 replies, 5 voices, and was last updated 13 years, 9 months ago.
AuthorTopicWSDoc666
AskWoody LoungerApril 3, 2011 at 8:08 am #475834Viewing 7 reply threadsAuthorReplies-
Paul T
AskWoody MVP -
WSjscher2000
AskWoody LoungerApril 3, 2011 at 10:22 am #1274376If you only want to target Internet Explorer users, there might be an embeddable ActiveX control that can actually run your XLS “as is” (well, assuming users have permission to access everything the Excel file accesses).
There probably are some cross-browser, no-plugin solutions that don’t require refreshing the full web page. (I wonder whether this live count of Firefox downloads requires HTML5 or could be used in non-HTML5 browsers? http://glow.mozilla.org/ Edit: More info on how that data feed works: http://www.sqlstream.com/blog/2011/03/sqlstream-and-mozilla-firefox-4-a-look-at-the-sql-behind-the-scene/)
-
WSDoc666
AskWoody Lounger
-
-
WSjscher2000
AskWoody LoungerApril 3, 2011 at 7:33 pm #1274445For information on the spreadsheet control: http://en.wikipedia.org/wiki/Office_Web_Components
For building a web application, I’m afraid there is a ton of information and one would want to focus on the specific details of your project. You may need hands-on assistance.
-
WSDoc666
AskWoody Lounger
-
-
WSruirib
AskWoody LoungerJuly 26, 2011 at 11:38 am #1289952This is not a simple task. Have you tried searching for code to do this?
There are many variables that need to be considered. What technology does your website use? What type of web development platforms are you experienced with?
If I had to do this, I would do it using COM Interop, from a .net web page, using Excel VBA to access the desired data. So this needs you to know how to programatically access a given cell or cell range, in Excel and do it from a .net web page.
The technical details do not stop there, then. Usually web servers are not configured to allow COM Interop to run, so you will need to get your webmaster to configure IIS to allow this. You most likely will need to have the Office version you need installed in the web server. Also, this type of interaction is achieved in an easier way using .net 4.0 and Visual Studio 2010.
There may be other solutions, I really don’t know. If you are interested in pursuing this avenue, I can recommend a book that goes a long way towards helping you do it – Programming Excel with VBA & Net, by Jeff Webb and Steve Saunders, O’Reilly. It won’t teach you how to write .net websites though, but it is a great book on how to access Excel from .net apps.
I would probably deal with this in another way. If you can get the live data to an Excel sheet, you could probably get it into a database, as well. It is far easier to obtain data and display data from a database than doing it from an Excel sheet.
-
WSruirib
AskWoody LoungerJuly 26, 2011 at 11:55 am #1289954You can’t do this from HTML. You will need some dynamic web page generation technology and the easiest bet would be .net. Even if you went as far as storing the data in an easier to access format, such as comma separated values, which would spare you the need to interact with Excel, you would need to access the file system and read from a file. ASP or ASP.NET, again, would allow you to do this, but it cannot be done from a simple HTML page.
Just thinking out aloud and I apologize if it sounds dumb – you are using Excel because it is an output format from your PLC (guessing that you are using one)?
-
WSDoc666
AskWoody Lounger
-
-
WSruirib
AskWoody LoungerJuly 26, 2011 at 1:51 pm #1289978As I said, this is not a simple solution, not only because of the specific programming details, but also because of the tools and server requirements to implement a solution. I think that if the possibility of using another data output format or inserting the data into a database, automatically, exists, it probably should be explored.
-
WSjscher2000
AskWoody LoungerJuly 26, 2011 at 8:33 pm #1290021Microsoft’s “classic” ASP from before the birth of .Net also contained technologies that could read an XLS as though it were a database table. Your best choice probably depends on the server (e.g., if you have Microsoft+IIS vs. Linux+Apache), patience for learning new technologies, and ease of access to tools and code samples.
Similar thread: Exporting Excel spreadsheet into .asp website | Windows Secrets Lounge
-
WSruirib
AskWoody LoungerJuly 27, 2011 at 3:24 am #1290032Microsoft’s “classic” ASP from before the birth of .Net also contained technologies that could read an XLS as though it were a database table. Your best choice probably depends on the server (e.g., if you have Microsoft+IIS vs. Linux+Apache), patience for learning new technologies, and ease of access to tools and code samples.
Similar thread: Exporting Excel spreadsheet into .asp website | Windows Secrets Lounge
That’s quite interesting. Surely simpler in terms of requirements, because all you need is a Jet driver and that is readlity available.
-
-
joep517
AskWoody MVP -
WSruirib
AskWoody LoungerJuly 27, 2011 at 9:53 am #1290073If you have other Microsoft based web technologies such as SharePoint this can be easy to do.
Joe
Somehow I thought Sharepoint server wasn’t really available here, but it would definitely be an option.
If it is not, the ASP option pointed out by jscher2000 would be a good option. Layout wise, Doc666 could just use his HTML knowledged and I am sure that with some help here, it wouldn’t be too hard to read the file using ADO.
-
Viewing 7 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
DBOS Advanced Network Analysis
by
Kathy Stevens
2 hours, 42 minutes ago -
Microsoft Edge Launching Automatically?
by
healeyinpa
3 hours, 25 minutes ago -
Google Chrome to block admin-level browser launches for better security
by
Alex5723
5 hours, 23 minutes ago -
iPhone SE2 Stolen Device Protection
by
Rick Corbett
6 hours, 5 minutes ago -
Some advice for managing my wireless internet gateway
by
LHiggins
2 hours, 34 minutes ago -
NO POWER IN KEYBOARD OR MOUSE
by
HE48AEEXX77WEN4Edbtm
7 hours ago -
A CVE-MITRE-CISA-CNA Extravaganza
by
Nibbled To Death By Ducks
14 hours, 52 minutes ago -
Sometimes I wonder about these bots
by
Susan Bradley
11 hours, 9 minutes ago -
Does windows update component store “self heal”?
by
Mike Cross
1 hour, 12 minutes ago -
Windows 11 Insider Preview build 27858 released to Canary
by
joep517
1 day, 4 hours ago -
Pwn2Own Berlin 2025: Day One Results
by
Alex5723
1 day, 4 hours ago -
Windows 10 might repeatedly display the BitLocker recovery screen at startup
by
Susan Bradley
1 hour, 28 minutes ago -
Windows 11 Insider Preview Build 22631.5409 (23H2) released to Release Preview
by
joep517
1 day, 7 hours ago -
Windows 10 Build 19045.5912 (22H2) to Release Preview Channel
by
joep517
1 day, 7 hours ago -
Kevin Beaumont on Microsoft Recall
by
Susan Bradley
20 hours, 7 minutes ago -
The Surface Laptop Studio 2 is no longer being manufactured
by
Alex5723
1 day, 15 hours ago -
0Patch, where to begin
by
cassel23
1 day, 9 hours ago -
CFPB Quietly Kills Rule to Shield Americans From Data Brokers
by
Alex5723
2 days, 5 hours ago -
89 million Steam account details just got leaked,
by
Alex5723
1 day, 17 hours ago -
KB5058405: Linux – Windows dual boot SBAT bug, resolved with May 2025 update
by
Alex5723
2 days, 13 hours ago -
A Validation (were one needed) of Prudent Patching
by
Nibbled To Death By Ducks
2 days, 4 hours ago -
Master Patch Listing for May 13, 2025
by
Susan Bradley
1 day, 15 hours ago -
Installer program can’t read my registry
by
Peobody
8 hours, 45 minutes ago -
How to keep Outlook (new) in off position for Windows 11
by
EspressoWillie
2 days, 2 hours ago -
Intel : CVE-2024-45332, CVE-2024-43420, CVE-2025-20623
by
Alex5723
2 days, 9 hours ago -
False error message from eMClient
by
WSSebastian42
3 days ago -
Awoke to a rebooted Mac (crashed?)
by
rebop2020
3 days, 10 hours ago -
Office 2021 Perpetual for Mac
by
rebop2020
3 days, 11 hours ago -
AutoSave is for Microsoft, not for you
by
Will Fastie
8 hours, 50 minutes ago -
Difface : Reconstruction of 3D Human Facial Images from DNA Sequence
by
Alex5723
3 days, 14 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.