About 6,310 results
Open links in new tab
  1. Office (Excel) interop on Mac OSX using .NET Core?

    Dec 15, 2016 · I think Govert's right that there's a trend for "'real' Excel users to use the 'real' Excel", which in my experience often includes using Excel for Windows on Parallels on OSX, the main …

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

  3. Excel workbook problem in vb.net - social.msdn.microsoft.com

    Jul 17, 2013 · I'm using a excel workbook in vb.net environment (project->Visual Basic->Office->2010->Excel 2010 workbook (not using windows form to create a excel workbook.). How can set the …

  4. Add dummy row into the first row of excel file in SSIS

    Dec 2, 2017 · So that when I read that excel, SSIS excel source will automatically detect those columns as Unicode Text stream every time and later on using Data Conversion I can convert some columns …

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

  6. In C#, how can I create a table in excel from a range of cells?

    Feb 4, 2010 · Basically, I want to mimic what I can do in excel. For example, in Excel, I select a range of cells (A5-C10) and click Insert->Table. A "Create Table" dialog appears, I check that my table has …

  7. Unable to add Common Control to Word document

    Dec 22, 2016 · I have installed Visual Studio and am walking through "Walkthrough displaying text in a text box in a document using a button". I have created the project, dragged a TextBox common …

  8. OleDB incorrectly returning DBNull for an Excel Column

    Oct 7, 2021 · Add formatting to all of your spreadsheet columns. Even if all of the data in a column are purely alphanumeric string values, explcitly format it as a Text column. In defining your provider …

  9. Truncating double values while reading excel file

    Aug 23, 2012 · How to read a excel column with mixed datas (string, doubles etc) using OLEDBConnection. When using IMEX=1 in connection string, all the double values gets truncating to …

  10. vb.net Making an Excel Graph - social.msdn.microsoft.com

    Feb 4, 2010 · I would be pretty sure that you need to add a series in order to get a column as the column A data, and you may need to do some conversions for dates. That sort of detail of usage of the Excel …