About 334,000 results
Open links in new tab
  1. Using C# to read/write Excel files (.xls/.xlsx) - Stack Overflow

    Jul 19, 2016 · How can I read and write Excel files in C#? I've already added the Excel Objects Library to my project, but I'm not getting a clear enough description of what needs to be done to access the …

  2. .NET Excel Library that can read/write .xls files [closed]

    May 2, 2011 · I'm looking for an Excel library which reads/writes .xls (not .xlsx) files. I'm using excellibrary but it's very buggy and I can't seem to open the files I create. The issue has been known …

  3. .net - How do I create an Excel (.XLS and .XLSX) file in C# without ...

    Here's a completely free C# library, which lets you export from a DataSet, DataTable or List<> into a genuine Excel 2007 .xlsx file, using the OpenXML libraries:

  4. Import and Export Excel - What is the best library? [closed]

    Nov 12, 2013 · In one of our ASP.NET applications in C#, we take a certain data collection (SubSonic collection) and export it to Excel. We also want to import Excel files in a specific format. I'm looking …

  5. c# - Any open source / free library for handling Excel (both *.xls and ...

    Apr 13, 2013 · Closed 12 years ago. I know of some open source libraries for handling with Excel files but these are for only *.xls or *.xlsx, for example NPOI is for *.xls, EPPlus and ClosedXML are for …

  6. c# - How to reference Microsoft.Office.Interop.Excel dll ... - Stack ...

    Dec 31, 2016 · 21 If you have VS 2013 Express and you cant find Microsoft.Office namespace, try this ('Microsoft Excel 12.0 Object Library' if you want to use Office 2007)

  7. How to read data of an Excel file using C#? - Stack Overflow

    Mar 18, 2009 · How to read an Excel file using C#? I open an Excel file for reading and copy it to clipboard to search email format, but I don't know how to do it. FileInfo finfo; Excel.ApplicationClass …

  8. c# - What reference do I need to use Microsoft.Office.Interop.Excel in ...

    Better: Use the COM reference "Microsoft Excel 14.0 Object Library". It points directly to the installed Excel executable, but will show up as a reference to both "Microsoft.Office.Core" and …

  9. Read and Write Excel Files C# - Stack Overflow

    Jan 17, 2011 · You can use ExcelLibrary ,Although it works for .xls only which is 2003 format The aim of this project is provide a native .NET solution to create, read and modify Excel files without using …

  10. c# - Visual Studio, can't find reference Microsoft Excel Object Library ...

    Oct 23, 2019 · Based on my search, you must install office application. If you want to know more about it, you could look at the following link. How to download the microsoft excel 16.0 object library Then, …