I followed the installation instructions in Eric’s video, first for the SDK and then for the PowerTools.
The SDK built fine and passed all unit tests, but the Power Tools failed the following:
Test Name: OxPt.ShTests.SH004_ConvertRange(name: "SH123-FmtNumId-14.xlsx", sheetName: "Sheet1", range: "A1:A10")
Test FullName: OxPt.ShTests.SH004_ConvertRange (928e310a041fa403fe8c1638b2b1e0c51dd9ac21)
Test Source: c:\Users\Gene\Documents\WindowsPowerShell\Modules\Open-Xml-PowerTools-vNext\OpenXmlPowerTools.Tests\SmlToHtmlConverterTests.cs : line 130
Test Outcome: Failed
Test Duration: 0:00:00.298
Result Message: System.IO.InvalidDataException : End of Central Directory record could not be found.
and the other failed test was:
Test Name: OxPt.ShTests.SH005_ConvertSheet(name: "SH123-FmtNumId-14.xlsx", sheetName: "Sheet1")
with the same error message.
How serious are these failed tests? Anyone know what is wrong and how to fix them?