Verify ClosedXML Workbook #1343
BermudaLamb
started this conversation in
General
Replies: 3 comments 3 replies
-
I've saved the workbook to a file and I'm trying to use the VerifyFile method. However, even though the received and verified files are identical the tool is throwing a verifiedexception. var testwb = new XLWorkbook();
testwb.AddWorksheet();
var filePath = Path.Combine(TestContext.CurrentContext.WorkDirectory, "ExcelFilter.xlsx");
testwb.SaveAs(filePath);
await Verifier.VerifyFile(filePath, _verifySettings, extension: "xlsx")
.UseFileName(TestName(TestContext.CurrentContext));
File.Delete(filePath); |
Beta Was this translation helpful? Give feedback.
0 replies
-
can you share a full example? |
Beta Was this translation helpful? Give feedback.
2 replies
-
u should not need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a verification package that handles ClosedXML Workbooks?
Beta Was this translation helpful? Give feedback.
All reactions