About 4,610 results
Open links in new tab
  1. 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 …

  2. Extracting data from Excel to import to SQL

    Oct 7, 2021 · Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? …

  3. OleDB Adding Columns, Inserting values, and other data …

    Aug 24, 2015 · // Counter, set at 3 to start on 3rd row of the spreadsheet. Starting there because spreadsheets come with load ID and header rows int i = 3; // Connection string string …

  4. How to calculate discount in PowerPivot??

    Jun 29, 2015 · The problem (at least I feel) is I defined some dates in the Startdate and Enddate for a particular year. But these discounts should apply for all of the years in my fSalesBook, …

  5. SSAS Excel Services: ODC file fill the customdata property with a …

    May 2, 2012 · I am using Excel Services in combination with Kerberos to my SSAS server. Now my incoming connection in SSAS is delegated to the service account wich has full access. I'm …

  6. append tables in pivot - social.msdn.microsoft.com

    Apr 12, 2018 · See below similar thread: Multi same Tables ? and one filter ? 2.Or is there any way to fix this problem in chart setting not in data model? If you can not put all the Product …

  7. Highlighting Duplicate and Unique Values in Excel using C# and ...

    Feb 4, 2013 · MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark …

  8. Adding fields to a recordset - social.msdn.microsoft.com

    Aug 1, 2014 · I can't drop the result in a Excel spreadsheet and then using my VBA function iterating the cells because I use RecordSet's methods a lot, like Filter () and GetRows ().

  9. Printing word,excel,pdf,text files in WPF

    Jan 15, 2015 · Here are some other alternatives that you can try, read this article about printing word files in .net and this one about printing excel files in .net.

  10. remove linkbutton column after export to excel file

    Oct 8, 2021 · There are two linkbuttons in each row in the gridview. I wonder how to remove the two columns from excel file after export. I googled it and the only thing I can do is to not show …