About 5,080 results
Open links in new tab
  1. Import Excel Spreadsheet Data into SQL Server Database Table Using ...

    Oct 7, 2021 · I want to import the content of Excel sheet into the SQL Server Database table. Infact I was successfully import the data into the table but the problem is that in that I was used …

  2. Write DataTable result to Excel using OpenXML

    Apr 13, 2014 · As same as using Excel PIA to write data to Excel, Open XML also only provide method to set cell value instead of convert a datatable to Excel directly. Then you can loop through rows and …

  3. Excel file to listview - social.msdn.microsoft.com

    Jan 24, 2016 · I'm just starting out with visual studio. I've been looking around on the net for a way to read the data from an excel file into an array which i want to place into a listview but i can't seem to …

  4. The query did not run, or the database table could not be opened

    Apr 2, 2014 · Hello, I m trying to using excel 2013 64 bit to get external data from an Access 64 bit query. this query is a simple query to a linked Great Plains Dynamics table located to a SQL 2012 …

  5. Merged Cells Problem in Excel Export - social.msdn.microsoft.com

    Sep 21, 2011 · I have a basic matrix report but whenever I export this report to Excel, some of the cells end up becoming merged. Is there any way to avoid this using Reporting Services instead of …

  6. 'Interop' does not exist in the namespace 'Microsoft.Office'

    Nov 2, 2007 · I had to do the same thing (add the .NET->Microsoft.Office.Interop.Excel reference). But, I also had to remove the Excel and Microsoft.Office.Core references, otherwise, the .NET Interop …

  7. Data Flow Task:Error: Excel Source failed the pre-execute phase and ...

    May 2, 2016 · I am using provider=Microsoft.ACE.OLEDB.12.0; for excel connector and running in 32 bit compatible mode in both SSDT and in SSISDB catalog. To single out the problem I created the …

  8. OleDB Adding Columns, Inserting values, and other data manipulation …

    Aug 24, 2015 · I would like to take a spreadsheet, check the UPC value from a single row & column pulled from the spreadsheet against a database, then return a price value if the value is found and …

  9. how to copy the whole datagridview into new table in database using c#

    Nov 4, 2012 · I have a datagridview with 5 columns where i will take 3 columns from db and another 2 columns i will create it manually. I will give my own values to it. After that i want to store all this …

  10. How to upload excel file using SSIS with out Excel installed on thes erver

    Aug 5, 2015 · For files that have an Excel 2003 or earlier format, the Excel connection manager, uses the Microsoft Jet OLE DB Provider. For files that have the Excel 2007 or later format, the package …