Here's a walkthrough on MSDN that shows a basic example of that:
Walkthrough: Binding Cells to Multiple Columns in a Table
http://msdn2.microsoft.com/en-us/library/ms178806(VS.80).aspx
Here's the source code for a sample application:
Master Detail Data Sample
http://msdn2.microsoft.com/en-us/library/ms178820(VS.80).aspx
You can probably find more examples if you look around those areas of the
MSDN library.
--
Harry Miller
This posting is provided "AS IS" with no warranties, and confers no rights.
"Michael Love" <MichaelLove (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hi there.
I am new to VSTO and am looking for a simple example of using VSTO with
Excel. I want to populate excel from a database table, allow the user to
make
changes to the data (including some basic formulas) and 'save' the updated
data back to the database. I can't seem to find a basic example like this.
If
someone could point me in the right direction, that would be very helpful.
Thanks, Mike |