About 4,200 results
Open links in new tab
  1. How to compare two worksheet cells and find the difference in color

    Jan 3, 2019 · When both workbook sheets are the same, then it should check every individual cell of both the sheet.

  2. (sheet.Cells [row, col] as Excel.Range).Text.ToString () don't take all ...

    Oct 7, 2021 · Used range will give the complete cells information which have the data Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM Friday, March 5, 2010 12:04 PM 0 Sign in to …

  3. ReportViewer Excel merge cell issue - social.msdn.microsoft.com

    Oct 7, 2021 · - ReportViewer Excel "save as" function produces Excel files with merged cells. How can this be avoided so that exported reports to excel have 1 field per cell? This makes further data …

  4. 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 through rows and …

  5. Exporting from RadGrid to Excel - multiple cell problem

    Dec 28, 2012 · Question 0 Sign in to vote User-1324178819 posted I have a situation where my RadGrid has some rows Containing multiple rows When I export this using RadGrid's export …

  6. How to format bigint values so that 16 digits can be copied to Excel?

    Jan 17, 2012 · A query returns a column of 16 digit key values which I am trying to copy into Excel. Excel initially displays them in scientific notation, e.g. 1.24117E+15. When I change the Excel format …

  7. C# how to tell if Excel cell is formatted as a date

    Jun 26, 2010 · I'm trying to determine whether the cell data that I'm retreiving from Excel is in a date format. I've added the Microsoft Excel 11.0 Object Library as a reference to the project, can open the …

  8. Sendkeys from a Cell Value - social.msdn.microsoft.com

    Aug 19, 2013 · In my program what I am trying to do is copy data from a given amount of cells which then will be used for Sendkey into another application. The main idea is that I want to merge a "*" …

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

    Jul 10, 2013 · What i want, filter each combination data of column A & Column C one by one with header and copy the visible cells data and create text file. i.e Cafeteria_Q1.txt, Cafeteria_Q3.txt,Banana_Q1.txt.

  10. Open and Write to an Excel file from VB.Net Form

    May 28, 2010 · Put the file you want Excel to open somewhere it can find it and has permission to open the file. The root of the system drive is not a good location for non-system files.