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.
1 parent b05c03d commit 3dbdc02Copy full SHA for 3dbdc02
readme.md
@@ -36,7 +36,7 @@ Converts Excel documents (xlsx) to csv for verification.
36
```cs
37
[ModuleInitializer]
38
public static void Initialize() =>
39
- VerifyOpenXml.Initialize();
+ VerifyClosedXml.Initialize();
40
```
41
<sup><a href='/src/Tests/ModuleInitializer.cs#L3-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-enable' title='Start of snippet'>anchor</a></sup>
42
<!-- endSnippet -->
0 commit comments