About 290 results
Open links in new tab
  1. Report Viewer Control export to Excel results in extra columns

    Mar 21, 2007 · In the resulting excel spreadsheet, one column of numbers is spread across 2 or 3 excel columns (that is, what was one column in the report becomes columns B,C, and D …

  2. C# checkbox change Caption - social.msdn.microsoft.com

    Jan 29, 2018 · I am trying to change the caption of a checkbox using C# Excel Interop but cant figure it out.

  3. OLEDB query to excel fails if the excel column contains white space

    May 14, 2019 · I have to import data from excel dynamically based on user input. I dynamically create the oledb query for this and works fine.

  4. VB.net OleDbCommand Excel UPDATE Single Cell

    Jul 7, 2015 · If you do want to update only a single cell at a time, then change HDR to No in your connnection string, use the Range for a single cell and F1 as the column name (in my example).

  5. Copy ADO.NET dataset to Excel - social.msdn.microsoft.com

    Mar 24, 2009 · Excel has a CopyFromRecordset method that lets you "drop" an entire ADO (not .NET) Recordset into a specified Range. If you can change your code to create a standard …

  6. [vb.net] Creare, leggere, salvare file .csv da datagridview

    Salve uso l'ambiente windows form e sto cercando di creare un file csv ( solo per la prima volta che si apre il programma) , di leggerlo (possibile già al secondo utilizzo del programma in …

  7. Remove first row contents in excel while export to excel

    Oct 7, 2021 · I'm using the below code to export the gridview to excel. When I export the contents are appearing fine with no problems, but I am getting a control label like …

  8. Automatically change Keyboard input language when set focus to …

    May 9, 2014 · Is there any way to change keyboard input language, for example from English to Arabic, when focus is set to textbox in excel userform, and to get back into English when focus …

  9. How to make RDLC report two column - social.msdn.microsoft.com

    Mar 6, 2012 · Hello. I have a simple report which is supposed to be used for printing stickers. The sticker paper is A4 size and it has two columns. I successfully managed to print data to left …

  10. Adding blank rows to the end of a GridView...

    Oct 7, 2021 · Then I told them to format their data in an Excel Spreadsheet in the exact columns required (ie, Column A = First column in your data, Column B = second, etc). Then, copy …