Skip to content

Commit ce008f4

Browse files
committed
2 parents 0669cce + 6231f80 commit ce008f4

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

25-ImportAndExportDataTable/readme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

Readme.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# EPPlus samples
22

3-
### EPPlus samples for .Net Core
3+
### EPPlus samples for .NET Framework
44

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.
136

147
|No|Sample|Description|
158
|---|---|-----------------|
@@ -47,21 +40,4 @@ dotnet run
4740
### Output files
4841
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.
4942

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-
6743
Also see wiki on https://github.com/EPPlusSoftware/EPPlus/wiki for more details

0 commit comments

Comments
 (0)