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
+61-2Lines changed: 61 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,26 @@
6
6
7
7
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of Excel documents via [OpenXML](https://github.com/dotnet/Open-XML-SDK/).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
8
8
9
-
Converts Excel documents (xlsx) to CSV for verification.
9
+
Supports Excel (xlsx) and Word (docx) documents.
10
10
11
11
## Features
12
12
13
+
### Excel (xlsx)
14
+
13
15
* Converts workbooks to CSV format for each worksheet
14
16
* Extracts formulas and displays them alongside cell values
0 commit comments