About 7,750 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 reference the …

  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 thing as the excel …

  3. How to create a CSV/ excel Schema for XML

    Jun 24, 2019 · 1. I have arequirement to create a csv/excel schema ageist the sample excel template. (If you require i can provide sample excel template) 2, then base on the that excel/csv schema create a …

  4. 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 actual xml …

  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 sheet.

  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 need to have data in …

  8. Using vfpoledb driver in .net 2.0 Creating .DBF File Successfully but ...

    Jun 17, 2009 · Here is my code with it i create a file. It create successfully but problem is that i am not able to open it in Excel.

  9. Print specified area of excel as PDF - social.msdn.microsoft.com

    Mar 25, 2016 · The code comes from this excel library for C#, if you need some alterations or modifications then refer to following article about converting excel into a PDF file with C# or in case …

  10. Export DataGrid to excel with formatting VB.net WPF

    Apr 21, 2014 · I was able to run code for exporting DataGridView to excel in VB.net desktop application. Now, I would like to do this in WPF desktop application with DataGrid. I'm using this code: Dim xlApp …