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
{{ message }}
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
<Description>ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.</Description>
Copy file name to clipboardExpand all lines: ClosedXML/docs/nugetReadme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
What can you do with this? ClosedXML allows you to create Excel files without the Excel application. The typical example is creating Excel reports on a web server.
1
+
ClosedXML allows you to create Excel files without the Excel application.
[](https://github.com/stesee/ClosedXML/actions/workflows/dotnet.yml)[](https://www.nuget.org/packages/DocumentPartner.ClosedXML/)
4
4
5
5
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying [OpenXML](https://github.com/OfficeDev/Open-XML-SDK) API.
@@ -33,8 +33,8 @@ using (var workbook = new XLWorkbook())
33
33
```
34
34
35
35
### Frequent answers
36
+
36
37
- ClosedXML is not thread-safe. There is no guarantee that [parallel operations](https://github.com/ClosedXML/ClosedXML/issues/1662) will work. The underlying OpenXML library is also not thread-safe.
37
-
- If you get an exception `The type initializer for 'Gdip' threw an exception.` on Linux, try [these](https://stackoverflow.com/a/67092403/179494)[solutions](https://github.com/dotnet/runtime/issues/27200#issuecomment-415327256).
38
38
39
39
## Extensions
40
40
@@ -50,10 +50,3 @@ Be sure to check out our `ClosedXML` extension projects
50
50
The [OpenXML specification](https://www.ecma-international.org/publications/standards/Ecma-376.htm) is a large and complicated beast. In order for ClosedXML, the wrapper around OpenXML, to support all the features, we rely on community contributions. Before opening an issue to request a new feature, we'd like to urge you to try to implement it yourself and log a pull request.
51
51
52
52
Please read the [full developer guidelines](CONTRIBUTING.md).
53
-
54
-
## Credits
55
-
56
-
- Project originally created by Manuel de Leon
57
-
- Current maintainer: [Francois Botha](https://github.com/igitur)
58
-
- Master of Computing Patterns: [Aleksei Pankratev](https://github.com/Pankraty)
59
-
- Logo design by [@Tobaloidee](https://github.com/Tobaloidee)
0 commit comments