473,379 Members | 1,253 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

How to export the Web form results to Excel file?

Dearest I.T. professional,

I am now doing a survey and would like to ask all customers to submit
the questionnaire online so that I can collect the results in the
excel file.

What programming language and how to write script to click the submit
button and all results will be saved to Excel file? When I open the
excel file, results from different customers will be saved in it and
all results will be written one by one.

Thank you very much

papatyam

Feb 4 '07 #1
4 11905
Gazing into my crystal ball I observed ms*******@gmail.com writing in
news:11*********************@j27g2000cwj.googlegro ups.com:
Dearest I.T. professional,

I am now doing a survey and would like to ask all customers to submit
the questionnaire online so that I can collect the results in the
excel file.

What programming language and how to write script to click the submit
button and all results will be saved to Excel file? When I open the
excel file, results from different customers will be saved in it and
all results will be written one by one.

Thank you very much

papatyam

I don't know if you can directly save to an Excel file, but, if you use
a table, you can tell Excel to use that tables data. Look at the Data
column in Excel.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Feb 4 '07 #2
<ms*******@gmail.comwrote in message
news:11*********************@j27g2000cwj.googlegro ups.com...
Dearest I.T. professional,

I am now doing a survey and would like to ask all customers to submit
the questionnaire online so that I can collect the results in the
excel file.

What programming language and how to write script to click the submit
button and all results will be saved to Excel file? When I open the
excel file, results from different customers will be saved in it and
all results will be written one by one.
One suggestion is to just use FSO on ther server to create a CSV file
which you can subsequently double-click on to open it up in MS-Excel.

If you choose yo use MS-Excel then you should probably start with a
worksheet layed out the way you want it -- titles, column heading and
spacing, etc. When adding a row you'll have to identify the last row
used and insert the data in the next row. You'll also have a greater
concern with concurrent updates; that is, two users submitting their
results at the same time.
Feb 4 '07 #3
"McKirahan" <Ne**@McKirahan.comwrote in message
news:7p******************************@comcast.com. ..
<ms*******@gmail.comwrote in message
news:11*********************@j27g2000cwj.googlegro ups.com...
Dearest I.T. professional,

I am now doing a survey and would like to ask all customers to submit
the questionnaire online so that I can collect the results in the
excel file.
[snip]

Also, is MS-Excel installed on the server?
Likely not if you're using a hosting service.
If it is installed, is it accessible from ASP?
Feb 4 '07 #4
Gazing into my crystal ball I observed "McKirahan" <Ne**@McKirahan.com>
writing in news:_8******************************@comcast.com:
"McKirahan" <Ne**@McKirahan.comwrote in message
news:7p******************************@comcast.com. ..
><ms*******@gmail.comwrote in message
news:11*********************@j27g2000cwj.googlegr oups.com...
Dearest I.T. professional,

I am now doing a survey and would like to ask all customers to
submit
the questionnaire online so that I can collect the results in the
excel file.

[snip]

Also, is MS-Excel installed on the server?
Likely not if you're using a hosting service.
If it is installed, is it accessible from ASP?
You don't have to have Excel on the server. All you have to do is:
Data -Import External Data -New Web Query. You can create a
spreadsheet from any web page. Hopefully, the author (of the page) has
not abused tables and the data is in one single table.

I am doing this for my boss, because she does not want to go to the url
where the data is stored coming out of a database. It's eaiser for me
to write to the table and get the results.

Another alternative is to write the results to a csv file and import
that into Excel.

To the OP: Frankly, the best bet is to write to a db table. Use the
right tool for the job -- Excel is for spreadsheets, Access is for data,
Word is for documents, FrontPage is _not_ for creating pages for the
WWW.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Feb 5 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Matt | last post by:
I have an ASP page that calls ASP routines that I created that execute a database query and return the results to a recordset. I then iterate through the recordset and display the data in a table....
1
by: Rohit | last post by:
Hi, I have one form in access application which shows various fields from the database. The fields are like No of PCs a client has,No of employees,revenue etc. Need of the user is to filter...
1
by: Kevin Blakeley | last post by:
I know this was just posted but I did not want this message to get lost in the other thread as it's slightly different. Yes I want to export my dataset to excel for my clients, but I don't want...
14
by: bonehead | last post by:
Greetings, I'm using the DoCmd.TransferText method to export the results of a MS Access query to a csv file. The csv will then be used to load an Oracle table. In other systems such as TOAD...
5
by: Simon | last post by:
Dear reader, With the export command you can export a query to Excel. By activate this command a form pop's up with the following text:
1
by: smaczylo | last post by:
Hello, I've recently been asked to work with Microsoft Access, and while I feel quite comfortable with Excel, I'm at a complete loss with databases. If someone could help me with this issue I'm...
1
by: CoolFactor | last post by:
MY CODE IS NEAR THE BOTTOM I want to export this Access query into Excel using a command button on an Access form in the following way I describe below. Below you will find the simple query I am...
7
Merlin1857
by: Merlin1857 | last post by:
Its great producing data for users to look at in your web pages and generally that is sufficient for their needs but sometimes you may want to supply your user with the data in a form they can...
2
by: Marisol2 | last post by:
I have some queries in Access 2003 db that I have setup to display as pivots. I can go into design pivot table view and click on and then click on Export to Office MicroSoft Excel. The problem is I...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.