|
| ||||||||||
| Tags: database, excel 2003, excel file |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to merge an excel file to database?
|
|
#2
| ||||
| ||||
| Re: How to merge an excel file to database?
Excel has built it tools to help you keep track of data and to find specific information when you want it. You can use the SQL Server Data Transformation Services (DTS) Import Wizard or the SQL Server Import and Export Wizard to import Excel data into SQL Server tables. |
|
#3
| |||
| |||
| Re: How to merge an excel file to database?
Using ADO.NET with Excel sheets is somehow differing from using it with the other database types.If you want to import whole excel workbook then you need to do following thing: Give all worksheet a name. Start importing that workbook and it will create different tables for every worksheet. After importing data in the table you can move that data to different tables. |
|
#4
| ||||
| ||||
| Re: How to merge an excel file to database?
To import a Microsoft Excel file in Microsoft Access 2.0 :
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to merge an excel file to database?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to save excel file as Database 3 | Aarti C | Windows Software | 3 | 08-01-2012 12:54 PM |
| How to merge 2 pivot tables in Excel | Rao's | Windows Software | 2 | 07-01-2012 04:18 PM |
| run Batch-file export in excel (its for a Movie database) | rayg | Software Development | 4 | 22-12-2010 07:31 PM |
| mail merge from excel doc | AK | Vista Help | 4 | 10-04-2009 10:48 AM |
| mail merge excel | bytor526 | Windows Software | 2 | 17-11-2008 12:51 PM |