About 1,330,000 results
Open links in new tab
  1. c# - EPPlus - Read Excel Table - Stack Overflow

    Apr 15, 2016 · Using EPPlus, I want to read an excel table, then store all the contents from each column into its corresponding List. I want it to recognize the table's heading and categorize the contents …

  2. Writing an Excel file in EPPlus - Stack Overflow

    Mar 27, 2013 · What I want to do is create an excel file using the EPPlus library with some basic data in it that I am pulling from a stored procedure. This is the code that I have in my ExportDocument.cs file:

  3. c# - Cannot set EPPlus licencing to non commercial without code ...

    Oct 18, 2023 · I am trying to convert text in a label in windows forms to an excel file using EPPlus however when setting the licencing the errors 'LicenceContext is a type but being used as a variable' …

  4. Newest 'epplus' Questions - Stack Overflow

    EPPlus (previously on GitHub/JanKallman and before on codeplex) supports: Cell Ranges Cell Styling (Border, Color, Fill, Font, Number, Alignments, Merge) Charts Pictures Shapes Comments Tables …

  5. How to read excel using EPPlus - Stack Overflow

    Oct 27, 2015 · 3 We can first convert the xls file to xlsx format using Microsoft.Office.Introp.excel, and AFTER the conversion use the new formatted file to read with EPPlus.

  6. .net - What are the differences between the EPPlus and ClosedXML ...

    I'm trying to choose between ClosedXML, EPPlus, and possibly SpreadsheetLight. What reasons might I consider for picking one over the others?

  7. Centering, Merging, and Wrapping Text In Cells - EPPlus

    Centering, Merging, and Wrapping Text In Cells - EPPlus Asked 9 years, 8 months ago Modified 9 years, 8 months ago Viewed 28k times

  8. Excel date format using EPPlus - Stack Overflow

    Apr 3, 2014 · In Epplus mm-dd-yy translates to numFormatId 14 for excel. This will ensure that when the file is opened in any country the date will be formatted correctly based on the country's short date …

  9. Freeze panes in Excel using C# and EPPlus - Stack Overflow

    Jan 21, 2015 · Freeze panes in Excel using C# and EPPlus Asked 10 years, 11 months ago Modified 3 years, 8 months ago Viewed 39k times

  10. c# - Export DataTable to Excel with EPPlus - Stack Overflow

    Dec 2, 2012 · I want to export a data table to an Excel file with EPPlus. That data table has a property with int type, so I want the same format in the Excel file. Does anyone know way to export a …