Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > Excel, VB and the Web


Reply
 
Thread Tools Display Modes
  #1  
Old 08-30-2001, 09:00 AM
grizlE's Avatar
grizlE grizlE is offline
Centurion
 
Join Date: Mar 2001
Location: St. Paul, MN
Posts: 178
Question Excel, VB and the Web


I'm not sure I chose the right location of the forum for this post, but here I go. I want to post an Excel Spread Sheet using Pivot Tables to our Intranet. The Pivot Table is accessing data from an external data base. When I am in Excel it works fine. I noticed I can save the spread sheet as a web page, but I lose the ability of the Pivot Table to be interactive. I am curious if there is a way keep the interactive ability of the spread sheet via VB so I can post it as a web page? I tried simply opening the spread sheet in Internet Explorer, but they might as well just open it in Excel if opened that way. There are also security issues involved with doing it that route. For example: Advanced users could access literally all of files in the data base if they wanted. If they had any idea of how to use or create a DSN. Thus giving them access to data they should not have access to. Any ideas would help.

Reply With Quote
  #2  
Old 08-30-2001, 03:16 PM
Derek Stone
Guest
 
Posts: n/a
Default Re: Excel, VB and the Web

I'm gonna give a go at this considering you're not getting much help.
Two suggestions that both require ASP or PHP:

1. Access database directly and simulate Excel environment using HTML form's

2. Create an Excel object on the server (through an OCX executed server side upon request) and proceed to save the Excel data to a webpage that the user is directed to

Hope this sparks some ideas.

Good Luck
-cl

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->