NanoXLSX is a small .NET library written in C#, to create and read Microsoft Excel files in the XLSX format (Microsoft Excel 2007 or newer) in an easy and native way
MIT License
123
stars
36
forks
source link
NanoXLSX or PicoXLSX what is the difference ? which one to choose? #62
PicoXLSX is a Writer-Only, NanoXLSX can read and write Excel worksheets. Both libraries share the same logical core
NanoXLSX, if you want to read and write, or PicoXLSX if you just want to write with the least possible dependencies and overhead. If you don't mind: NanoXLSX
PicoXLSX is a subset of NanoXLSX. In a future version, PicoXLSX will become a meta-package with just writer abilities (for compatibility), and NanoXLSX will become a meta-package with all features. Archiving PicoXLSX is at the moment not planned, since both libraries are with each >100K downloads similarly popular on Nuget.org
hi, i see you have 2 libraries. NanoXLSX and PicoXLSX .
1) what is the difference ?
2) which one should i use ??
3) if they are same, why not archive the worse repo ??
reduce your trouble??
i am confused as a user ? which one i should choose?
thanks.