About 7,630 results
Open links in new tab
  1. Export SSRS report to Excel with formulas

    Mar 6, 2020 · Instead of generating a report in SSRS and exporting the report to Excel, create the Excel spreadsheet and pull the data from SQL into Excel. This would allow you the ability to …

  2. SQL database script auto increment Date when input data

    Jun 28, 2012 · So with the reason as above, I would like to develop and rewrite the spreadsheet formula in SQL database script, which is using the SQL coding to obtain an exactly similar …

  3. Accessing mutiple rows from Excel sheet for Unit Testing

    May 25, 2012 · It has functions that I use for reading/writing to Excel using an OleDbConnection and populating a dataset. All you have to do is get your entity list into a dataset and compare …

  4. Import .stp into SharePoint Online Team Site

    Jan 29, 2019 · As a workaround, I suggest you try to export the list data from the source site collection to Excel, then on the target site collection, create a Import Spreadsheet list using the …

  5. can't import Excel into Visual Basic - social.msdn.microsoft.com

    May 26, 2007 · I have just installed Visual Studio 2005 Professional onto my PC and want to write an application that opens an Excel spreadsheet and reads data from a specific range in the …

  6. Can't seed identity column while importing Excel into Sql Server

    Jun 16, 2016 · I'm trying to import an Excel spreadsheet into SQL Server 2008 R2 Express, which works fine. However I also want to create an Identity column as a primary key durning the import.

  7. This table contains cells that are outside the range of cells defined ...

    Mar 19, 2013 · when you create the table in VS you must define each column using a Columns.Append () like the code below. When using OleDbConnection with a workbook you …

  8. 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 …

  9. Xml SpreadSheet 2003 (OpenXMl) to XLSX Conversion

    Jan 21, 2014 · I want to convert XML SpreadSheet 2003 ( XML) to Excel file (without MS Office) using C#.

  10. Console Excel Sheet Data to convert to individual text file.

    Jul 10, 2013 · Question 0 Sign in to vote Hi Dude, I have a console excel spreadsheet data which I want to filter each combination data one by one and copy and paste into text file