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
Copy file name to clipboardExpand all lines: Readme.md
+2-26Lines changed: 2 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,8 @@
1
1
# EPPlus samples
2
2
3
-
### EPPlus samples for .Net Core
3
+
### EPPlus samples for .NET Framework
4
4
5
-
The solution can be opened in Visual Studio for Windows or MacOS. On other operating systems please use...
6
-
7
-
```
8
-
dotnet restore
9
-
dotnet run
10
-
```
11
-
12
-
... to execute the samples.
5
+
The solution can be opened in Visual Studio for Windows.
13
6
14
7
|No|Sample|Description|
15
8
|---|---|-----------------|
@@ -47,21 +40,4 @@ dotnet run
47
40
### Output files
48
41
The samples above produces some workbooks - the name of each workbook indicates which sample that generated it. These workbooks are located in a subdirectory - named "SampleApp" - to the output directory of the sample project.
49
42
50
-
51
-
### Non windows operating systems.
52
-
Non-windows operating systems will requires libgdiplus to be installed.
53
-
Please use your favorite package manager to install it.
54
-
For example:
55
-
56
-
Homebrew on MacOS:
57
-
```
58
-
brew install mono-libgdiplus
59
-
```
60
-
61
-
apt-get:
62
-
```
63
-
apt-get install libgdiplus
64
-
```
65
-
For Docker, see our [Docker file samples](https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-and-Docker)
66
-
67
43
Also see wiki on https://github.com/EPPlusSoftware/EPPlus/wiki for more details
0 commit comments