View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nomadic1 nomadic1 is offline
external usenet poster
 
Posts: 2
Default Cut and Paste to DataGrid

I was wondering if it is possible to cut and paste rows from an Excel
spreadsheet into a DataGrid on a Web page. I have to find a way for remote
users to add data from an Excel spreadsheet into a SQL Server that is the
backend for a Web based api.
If that is not possible, could I maybe upload data from Excel directly to
the SQL Server thru the Internet using a local api?

Any help or suggestions will be greatly appreciated.
--
Dennis