Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 155
Default Copy data from excel into a web page.

I have the case where i want a user to be able to select data from an excel
spreadsheet and copy that data.

Then i want them to come into the web application and click a button that
will get that information from the clipboard and display it in a grid in the
web page.

I need the data to be in XML so that i can use it to write to the database
when the user is happy with what they say.

Any help would be greately appreciated.

Graham
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Copy data from excel into a web page.

Expected browser platform and OS ?

Tim.


"Graham" wrote in message
...
I have the case where i want a user to be able to select data from an
excel
spreadsheet and copy that data.

Then i want them to come into the web application and click a button
that
will get that information from the clipboard and display it in a
grid in the
web page.

I need the data to be in XML so that i can use it to write to the
database
when the user is happy with what they say.

Any help would be greately appreciated.

Graham



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 155
Default Copy data from excel into a web page.

Hi Tim,

This being run in a controlled environment so windows and IE.

I will be running the app in XSQL and XSLT, so Javascript will be
the scripting language.

Thanks

Graham

"Tim Williams" wrote:

Expected browser platform and OS ?

Tim.


"Graham" wrote in message
...
I have the case where i want a user to be able to select data from an
excel
spreadsheet and copy that data.

Then i want them to come into the web application and click a button
that
will get that information from the clipboard and display it in a
grid in the
web page.

I need the data to be in XML so that i can use it to write to the
database
when the user is happy with what they say.

Any help would be greately appreciated.

Graham




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Copy data from excel into a web page.

Are you expecting only contiguous tabular data to be pasted ? Is there
any requirement to preserve formatting etc?

If you're working in an XP environment you could try looking at the Office
Web Components: the spreadsheet component may allow pasting from excel.

A very simple approach would be to have the user paste the data into a text
area and then parse it out into a table display using js. Once you have it
in a table then you can easily convert it to XML for posting to the server.


Or try this:
<div id='divTable' contenteditablex</div
You should be able to paste directly into the div from excel .


Tim.








"Graham" wrote in message
...
Hi Tim,

This being run in a controlled environment so windows and IE.

I will be running the app in XSQL and XSLT, so Javascript will be
the scripting language.

Thanks

Graham

"Tim Williams" wrote:

Expected browser platform and OS ?

Tim.


"Graham" wrote in message
...
I have the case where i want a user to be able to select data from an
excel
spreadsheet and copy that data.

Then i want them to come into the web application and click a button
that
will get that information from the clipboard and display it in a
grid in the
web page.

I need the data to be in XML so that i can use it to write to the
database
when the user is happy with what they say.

Any help would be greately appreciated.

Graham






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy a cell from page 1 to page 2 in excel golfer Excel Discussion (Misc queries) 2 May 28th 10 01:37 AM
Copy web data entry page into Excel Bradley Z Excel Discussion (Misc queries) 1 October 24th 06 03:49 PM
How do I copy a graph of a data page to a new data page. Jackrc Charts and Charting in Excel 1 May 9th 06 12:20 PM
How do I preset data to auto copy to a certain page wil4d Excel Discussion (Misc queries) 0 December 19th 05 11:35 PM
Excel-copy first row onto each page ok but not last page How? Astro Excel Discussion (Misc queries) 1 June 22nd 05 07:27 AM


All times are GMT +1. The time now is 04:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"