Skip to content

Commit 345ee80

Browse files
committed
Update readme.md
1 parent a077d97 commit 345ee80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build status](https://ci.appveyor.com/api/projects/status/q1eqcnbptyjl24hp?svg=true)](https://ci.appveyor.com/project/SimonCropp/verify-openxml)
55
[![NuGet Status](https://img.shields.io/nuget/v/Verify.OpenXML.svg)](https://www.nuget.org/packages/Verify.OpenXML/)
66

7-
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of Excel documents via [OpenXML SDK](https://github.com/dotnet/Open-XML-SDK/).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
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 -->
88

99
Converts Excel documents (xlsx) to CSV for verification.
1010

@@ -105,7 +105,7 @@ public Task VerifySpreadsheetDocument()
105105
<a id='snippet-Samples.VerifyExcel.verified.csv'></a>
106106
```csv
107107
0,First Name,Last Name,Gender,Country,Date,Age,Id,Formula
108-
1,Dulce,Abril,Female,United States,2017-10-15,32,1562,G2+H21594
108+
1,Dulce,Abril,Female,United States,2017-10-15,32,1562,G2+H21594 (G2+H2)
109109
2,Mara,Hashimoto,Female,Great Britain,2016-08-16,25,1582,1607
110110
3,Philip,Gent,Male,France,2015-05-21,36,2587,2623
111111
4,Kathleen,Hanner,Female,United States,2017-10-15,25,3549,3574

0 commit comments

Comments
 (0)