View Full Version : Saving data updated on an embeded Excel workbook


Amardeep
05-31-2006, 01:50 AM
Hi,

I have a workbook built uning OWC 11 and I want that the updates that are
done to this workbook in the browser, to be saved back in the database.

Is this possible, any help would be appreciated.

Thanks,
Amadeep

Alvin Bruney
05-31-2006, 01:55 AM
A rough outline would be to unload the data in spreadsheet into a server
side control such as a text box, and then submit the form. Then you can
process the data (comma delimited usually) on the server. Not much to it.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Amardeep" <as@abc.com> wrote in message
news:%23kz2nwEhGHA.4368@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> I have a workbook built uning OWC 11 and I want that the updates that are
> done to this workbook in the browser, to be saved back in the database.
>
> Is this possible, any help would be appreciated.
>
> Thanks,
> Amadeep
>
>

Amardeep
05-31-2006, 05:45 PM
Thanks Alvin for the reply,
I need some more details, how can the server side
control interact with the workbook, any C# sample would be very usefull.

Thanks Again,
Amardeep
"Alvin Bruney" <www.lulu.com/owc> wrote in message
news:eHluH0EhGHA.4368@TK2MSFTNGP03.phx.gbl...
> A rough outline would be to unload the data in spreadsheet into a server
> side control such as a text box, and then submit the form. Then you can
> process the data (comma delimited usually) on the server. Not much to it.
>
> --
>
> ________________________
> Warm regards,
> Alvin Bruney [MVP ASP.NET]
>
> [Shameless Author plug]
> Professional VSTO.NET - Wrox/Wiley
> The O.W.C. Black Book with .NET
> www.lulu.com/owc, Amazon
> Blog: http://www.msmvps.com/blogs/alvin
> -------------------------------------------------------
>
> "Amardeep" <as@abc.com> wrote in message
> news:%23kz2nwEhGHA.4368@TK2MSFTNGP03.phx.gbl...
> > Hi,
> >
> > I have a workbook built uning OWC 11 and I want that the updates that
are
> > done to this workbook in the browser, to be saved back in the database.
> >
> > Is this possible, any help would be appreciated.
> >
> > Thanks,
> > Amadeep
> >
> >
>
>