116 packages tagged with “NPOI”
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Convention-based mapper between strong typed object and Excel data via NPOI.
An Excel to object mapper. Maps POCOs to and from Excel. Configuration via convention, attributes, or fluent methods.
Amazing NPOI Extensions Import/Export excel or csv to/from entity list or DataTable(DataSet) Custom configuration and mappings via Attribute/FluentAPI
Proyecto que permite exportación de listas genericas (IEnumerable) a Excel
.NET Standard port of https://www.nuget.org/packages/NPOI.HWPF/2.3.0
Excelerate has been updated for .NET10. Use a 9x version for .NET9, Use an 8.x version for .NET8, a 7.x version for .NET7. All new development is on the .NET 10 version. Excelerate will change how you work with C# and Excel. Excelerate uses NPOI and it makes it easy to load Workbooks or Worksheets. Excelerate now has a code generation feature, you can create a C# class from a header row. Excelerate also has helper classes to allow you load and save entire workbooks or worksheets without ever having referring to a cell. Use my free site https://excelerate.datajuggler.com to code generate C# classes from Excel header rows. ExcelDataLoader will load a workbook by passing in a path or a Worksheet by passing in a a WorksheetInfo object to specify what to load. Background I have a couple of clients that I built programs that automate Excel processes. This project streamlines Excel development.
Extension for FileHelpers to support Excel read/write operations, using Interop Assemblies (deprecated) www.filehelpers.net
Let the NPOI to support doc(Word 97-2003).
NPOI的简易封装
Use Fluent API to configure POCO excel behaviors, and then provides IEnumerable<T> save to and load from excel functionalities.
TakeIo.Spreadsheet is a library to import Excel and CSV files. For Excel files, it applies the cell formatting over values.
The extensions of NPOI, which provides IEnumerable<T> save to and load from excel.
A wrapper library to manipulate MS Excel files easily.
An excel file writer and reader based on NPOI.
This project exposes solid interfaces that contains basic operations for handling Excel files. It provides a factory that acts as a Façade to the concrete implementations with the great libraries NPOI and EPPlus.
Excel extend attributes to generate excel file with header and data
This experimental update of the NPOI library removes all System.Drawing (GDI+) dependencies and replaces them by using the SixLabors.ImageSharp and SixLabors.Fonts libraries. System.Drawing is deprecated starting from .NET 6 on non-Windows platforms.
ExcelAbstraction implementation using NPOI
NPOI infrastructure implementations
This is a package of an Example Project for NpoiExcel. As a free C# excel API, it can enable developers to edit, copy, create, print and convert Excel files which were generated by NPOI. With NpoiExcel, 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). Many developers use NPOI to read/write excel files. This tool is for developers to operate NPOI excel files in much more fields, such as converting the NPOI Excel files into PDF and Image, etc. Main Features at a glance Convert NPOI Excel to PDF Convert NPOI Excel to HTML Convert NPOI Excel to TXT Convert NPOI Excel to XML Convert NPOI Excel to Image Copy worksheet in excel Create pivot table Generate excel charts Import data from Excel to data table Merge excel files Remove hyperlinks from excel Resize and move excel worksheets
Http extensions for Trendyol.Excelsior.
Bing.Offices.Abstractions是Bing应用框架的Office相关操作抽象类库。 Bing是一个.net core平台下的应用框架,旨在于提升小型团队的开发能力,由常用公共操作类、架构基类、第三方组件封装、第三方业务接口封装等组成。
使用http://npoi.codeplex.com/releases 2.0打包
NPOI Tools
HMENetCore.Npoi for netstandard2.1 .net8 .net10
Helper methods that deal with reading and writing excel files using NPOI.
Npoi的二次封装版本。可以流式调用导入、导出excel。以及使用模板方式导出excel。The secondary packaging version of Npoi. You can stream calls to import and export Excel. And export Excel using templates.