NanoXLSX
NanoXLSX is a library to generate and read Microsoft Excel files (XLSX) in an easy and native way.
The library is modular and consists of one core and several optional dependencies.
This documentation page contains the links to all relevant documentation sub-pages.
Meta Package v3.1.0
- NanoXLSX — This package is the meta package of NanoXLSX and should be used in most cases as dependency in your project.
There is no documentation for the meta package. Please see the section Dependency Package Documentation for the complete API documentation.
Version 3.1.0
Dependency Package Documentation
| Package | Description | Bundled | Repository |
| NanoXLSX.Core API | Core library: workbooks, worksheets, cells, styles, colors. Has no external dependencies. | True | NanoXLSX |
| NanoXLSX.Reader API | Reader plugin: extension methods to load XLSX files. Depends on Core. | True | NanoXLSX |
| NanoXLSX.Writer API | Writer plugin: extension methods to save XLSX files. Depends on Core. | True | NanoXLSX |
| NanoXLSX.Formatting API | Formatting plugin: in-line cell formatting (rich text). Depends on Core. Maintained in an external repository. | True | NanoXLSX.Formatting |