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

  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. Function to Import Excel Data to dataset in C#

    Feb 17, 2019 · I want to import data from excel file (that contains one sheet) to dataset using C#. So far, I have tried oledb method, excel data reader method but both of them don't return …

  4. Como Generar/Crear un Archivo Excel a partir de una consulta Sql …

    Feb 2, 2021 · Ahora les vengo con una pregunta, para ver si conocen algunos sitios donde puede leer y me expliquen como generar un archivo excel a partir de una consulta sql que yo ponga …

  5. How to add a button control to an excel worksheet using c#

    Jul 26, 2013 · My project is of type Windows Application and I used Microsoft.Office.Interop.Excel to create excel document.. Is it possible to add the button to the worksheet at runtime and i …

  6. C# Importing from Excel File using OleDb

    Aug 17, 2009 · Im using the following method to import from an excel file we receive. The issue i'm having is when the SELECT * FROM <sheet name> is performed it doesn't get all the …

  7. Open and Read a Protected Excel 2007 Workbook from C# (I have …

    Sep 22, 2009 · I simply want to open an Excel Workbook, access the Worksheets and retrieve data from individual cells, rows or columns using a DLL -- Not an Excel-based solution, an …

  8. Refresh All Excel file using C# code - social.msdn.microsoft.com

    Dec 10, 2015 · Please find the below C# code for Excel Refresh All. I am not familiar in C# code. Here I have Included Thread.Sleep time. Is there any possibilities to Refresh excel workbook …

  9. Is there a option in C#.aspx file to display .docx, .xlsx and .pdf ...

    Oct 7, 2021 · I have a bunch of word (mostly), excel (with attachments) and PDF files which I'm currently converting as html and displaying using links from .aspx files. There must be a better …

  10. XML Ribbon: how to modify a RibbonEditBox at run time in C#

    Jun 17, 2015 · I converted my designer-based Ribbon to an XML Ribbon in my C# VSTO addin project. The actions are easily adapted.