About 9,830 results
Open links in new tab
  1. In C#, how can I create a table in excel from a range of cells?

    Feb 4, 2010 · In my C# program, I'm creating an excel file (using Microsoft.Office.Interop.Excel). In this excel file, I'd like to be able to create a table over a range of data.

  2. Import Excel Spreadsheet Data into SQL Server Database Table …

    Oct 7, 2021 · For this I create in Excel a time table which is quite big and it would be a lot of typing work to input one by one the data in each cell in SQL Server, considering that I have to create …

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

  4. Creating a new PivotTable in c# Excel.Interop

    Sep 17, 2012 · Excel is very open to developers and many things can be reused and expanded. The PivotTable is an exception, if you do your C# PivotTable, you will be limited to what Excel …

  5. Adding non-calculated column to Copy/Pasted data in Power …

    Sep 10, 2014 · To create a named, blank column In the model designer, in Data View, select the table to which you want to add a blank column, scroll to the right-most column, or click the …

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

    Jun 24, 2019 · Thank your for your response, yes using abouve your instruction can be create a schema one excel table, but i want to create a schema as a below, my purpose is builded …

  7. How do I generate an UPDATE TABLE script from the rows of an …

    Sep 14, 2015 · There are about 2000 rows in the table. I loaded it from an Excel spreadsheet.

  8. getFileAsync for Excel - social.msdn.microsoft.com

    Feb 11, 2013 · It is not supported for excel to use getFileAsync method. if you must get the scenario, I think you can create a binding for entire workbook, and then you can use …

  9. MDX for Excel Pivot table - social.msdn.microsoft.com

    Sep 26, 2016 · Excel Pivot Table do allow you to create new measures. If you are in the Pivot Table connected to an Analysis service database, go to the Analyze Menu Choice and in the …

  10. Can we output the result of a custom TFS query executed from …

    Jun 7, 2017 · With such a C# program, I am able to filter, calculate and extract the data I want to create a table report of work items and export to Excel file. I was wondering if there is any …