English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

One of two ways:

1. Shell Excel using OLE automation, and accessing Excel's object library create a worksheet and insert the data into cell(row, column)

2. Open an existing Excel worksheet (would have to preexist) as an OleDbConnection data source, and then add each row of data with an appropriate INSERT statement using an OleDbCommand object with the open OleDbConnection.

2007-01-10 19:04:29 · answer #1 · answered by evolver 6 · 0 0

fedest.com, questions and answers