Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2005, 05:22 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default Getting data from MS Excel to ASP.

Hi All,
I have a very strange requitm.
what my client want is that he will enter data in excel sheet,
my applin in asp will capture data from there.

any tip, link??
Thanks in advance.:)

Rupen Anjaria.
We CAN'T avoid problems, but can solve it.
 
Old August 11th, 2005, 05:29 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

Further,
1)Excel is insatalled at client's pc and not at web server.
2)Generally these data will create some records in access table.


Rupen Anjaria.
We CAN'T avoid problems, but can solve it.
 
Old August 11th, 2005, 04:16 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

my best guess would be that you could use ActiveX to interact with the file on the client side and grab the data out before posting the data back to the server. The only other option I can think of would be to load the file using an ASP Upload type script, but you don't mention if you could process the Excel file on the server side.
 
Old August 12th, 2005, 04:04 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

HI,
Which activex to use?
I can process the file on server-side
M still confu with this...

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
 
Old August 12th, 2005, 04:01 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

If the browser permissions allow it, you can run ActiveX on the client side to create an Excel reference t the file and then suck the data from there onto your webpage and then post that page to your server. http://www.greggriffiths.org/webdev/both/excel/ covers a similar idea.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Read data from Ms Excel 2007 senpark15 C# 2005 3 June 21st, 2008 02:35 AM
How to write data on ms excel azharrahi ASP.NET 1.x and 2.0 Application Design 0 January 11th, 2008 08:35 AM
How can we import the data from Ms Excel balesh ASP.NET 1.0 and 1.1 Professional 1 June 8th, 2006 02:15 PM
How to delete data from MS Excel Workbook database swadhinm ASP.NET 1.x and 2.0 Application Design 0 June 9th, 2005 12:49 AM
Exporting data from MS Excel sheet to Ms Access ajindal General .NET 1 January 17th, 2005 03:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.