You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**[NanoXLSX](https://www.nuget.org/packages/NanoXLSX)**|:star: Meta-Package | Bundles all of the above. **Recommended for most users**|
33
33
34
34
> **Note:** All bundled modules are included when you install the `NanoXLSX` meta-package. There are currently no non-bundled (standalone) modules.
@@ -93,7 +93,7 @@ The Test project and GitHub Actions may also require dependencies like unit test
93
93
94
94
## :inbox_tray: Installation
95
95
96
-
### Using NuGet
96
+
### Using NuGet (recommended)
97
97
98
98
By package Manager (PM):
99
99
@@ -107,13 +107,7 @@ By .NET CLI:
107
107
dotnet add package NanoXLSX
108
108
```
109
109
110
-
### As DLL
111
-
112
-
Simply place the NanoXLSX DLL into your .NET project and add a reference to it. Please keep in mind that the .NET version of your solution must match with the runtime version of the NanoXLSX DLL (currently compiled with 4.5 and .NET Standard 2.0).
113
-
114
-
### As source files
115
-
116
-
Place all .CS files from the NanoXLSX source folder and its sub-folders into your project. In case of the .NET >=4.5 version, the necessary dependencies have to be referenced as well.
110
+
:information_source:**Note**: Other methods like adding DLLs or source files directly into your project are technically still possible, but **not recommended** anymore. Use dependency management, whenever possible
0 commit comments