Saving data updated on an embeded Excel workbook

A

Amardeep

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
 
A

Alvin Bruney

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
 
A

Amardeep

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 said:
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 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top