PicoXLSX
PicoXLSX is a library to generate Microsoft Excel files (XLSX) in an easy and native way.
PicoXLSX is now a subset of <a href="https://github.com/rabanti-github/NanoXLSX">NanoXLSX</a>, and uses its library parts. The library is modular and consists of one core and several optional dependencies.
There is no code anymore in the PicoXLSX repository. The code is maintained in the repository of NanoXLSX, and additional dependency projects.
This documentation page contains the links to all relevant documentation sub-pages of NanoXLSX.
Meta Package v4.1.0
- PicoXLSX — This package is the meta package of PicoXLSX and should be used in most cases as dependency in your project. It uses the dependencies of NanoXLSX
There is no documentation for the meta package. Please see the section Dependency Package Documentation for the complete API documentation.
Version 4.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.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 |
| NanoXLSX.Reader API | Reader plugin: extension methods to load XLSX files. Depends on Core. | False | NanoXLSX |