LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Retrieving Excel data

(Assuming SQL Server 2005) - Have you considered using SQL Server itself by
using a SQL Server Integration Services package. I suggest you check it out
- it does the job you want with very little effort and virtually no
programming. It can be called from a .NET program if needed - see material
and examples on using the Service Broker in SQL Server 2005 to send a message
and run the package with the proper privileges from the auto-response stored
procedure by using the EXECUTE AS directive in the message queue set up.

"dclements" wrote:

I've been assigned a task to write an Visual Basic .Net application that
read data from an existing excel file and uploads the data to an SQL Server.
The excel file itself is not a VSTO application, nor does it use VBA code.

I know I can save an Excel file as a tab delimited file, import that file
into an access database, and then use the data in the access database updata
the file, but this is not an an acceptable solution.

Does anyone know of a way to read data from a plain excel spreadsheet
intoVB program? I imagine this is a simple process, but I have not found any
example that does this.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Retrieving Data from Hyperlink within Excel cixelsyd Excel Discussion (Misc queries) 0 November 29th 10 06:11 PM
retrieving data from old Excel formats Paul Cannard Excel Discussion (Misc queries) 2 January 7th 08 12:23 PM
Retrieving Data in excel Siddarth Jain Excel Worksheet Functions 1 November 13th 07 10:24 AM
Retrieving SQL data into Excel Rob Setting up and Configuration of Excel 1 June 27th 06 11:18 PM
Retrieving Excel Database Data Brian C Excel Programming 5 February 24th 06 10:55 PM


All times are GMT +1. The time now is 06:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"