70 packages tagged with “ClosedXml”
A lexer and parser of Excel formulas with focus on performance. Its goal is to create an abstract syntax tree from a formula text to enable formula evaluation.
ClosedXML.Report is a tool for report generation and data analysis in .NET applications through the use of Microsoft Excel. ClosedXML.Report is a .NET-library for report generation Microsoft Excel without requiring Excel to be installed on the machine that's running the code.
An implementation of ICsvParser and ICsvSerializer from CsvHelper that reads and writes using the ClosedXml library.
This is a package of an Example Project for ClosedXML_Excel. As a free C# excel API, it can enable developers to edit, copy, create, print and convert Excel files which were generated by ClosedXML. You can create a large range of applications for free. It supports both for the old Excel 97-2003 format (.xls) and for the new Excel 2007 and Excel 2010 (.xlsx). Main features: Export .xlsx to PDF. Export .xlsx to XML. Export .xlsx to CSV. Export .xlsx to image. Insert Image. Insert Chart. Insert SparkLine. Save Chart to Image. Set Background. Insert Control. Insert OLEObject. Set Viewmod. Zoom function. Export Data.
Devshed CSV Library
A library for reading and writing Excel files. Extremely fast, flexible, and easy to use. The primary purpose of this library is to support reading Excel files into Plain Old C# Objects (POCO's) with a high performance parser for converting the records from Excel intil C# objects. Supports reading and writing of custom class objects. Supports reading Excel files in all formats including the newer OpenXML formats as well as the older binary BIFF8 and BIFF5 formats using the awesome ExcelDataReader project. Supports writing XML files only in the OpenXML format using the awesome ClosedXML library.
Canducci Excel Extensions Methods IQueryable and IEnumerable
Import & Export Excel Operations
TableIO.ClosedXml is TableIO Extension for reading and writing Excel(xlsx).
Utilidad para exportar a excel desde un IEnumerable tipado. Permite (entre otras cosas): - Trabajar con multiples hojas. - Específicar las columnas a mostrar y darles formato. - Dar formatos condicionales a las filas en base a los valores de los elementos del enumerado. - Transformar y formatear dinámicamente los datos.
Imports an Excel into a collection of POCOs. You can specify the mappings, the source sheets, etc. You can also generate a excel with the proper columns to import the data.
Helper methods that deal with reading and writing excel files using ClosedXml.
An integration library for FluentSpreadsheets that provides an ability to render components using ClosedXML
ExcelBuilder.Ceragon creates excel tables based on a generic collection that is decorated with a custom data type. Attribute classes are used to style tables
Convert delimited list of strings to Excel.
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
ClosedXML TableReader is a ClosedXML extension to read Excel tables to dotnet dataTable or generic typed collection
Excelsior is an Excel spreadsheet generation library with a distinctive data-driven approach.
Common used helper methods for ClosedXML.
Items that are used in multiple CommonNetCoreFuncs.Excel packages
The library ExcelReportGenerator allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It makes it easy to connect to various data sources like IDataReader, DataSet, DataTable, IEnumerable<T> and others and to render data from them to Excel. You can also apply aggregation, various types of grouping, formatting and so on to the data. More detailed documentation you can find inside the project repository.