We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd5d94d + 76a5332 commit d8be911Copy full SHA for d8be911
README.md
@@ -119,6 +119,13 @@ optionsBuilder.UseFileContext(new FileContextCore.CombinedManager.ExcelManager()
119
optionsBuilder.UseFileContext(new FileContextCore.CombinedManager.ExcelManager("password"));
120
```
121
122
+To run on Linux-Systems
123
+
124
+```
125
+sudo apt-get update
126
+sudo apt-get install libgdiplus
127
128
129
## Custom implementation
130
131
For customization you can implement the Interfaces `ISerializer`, `IFileManager` and `ICombinedManager`
0 commit comments