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 7c5ef4e commit d5a7f0fCopy full SHA for d5a7f0f
OpenXML.tests.ps1
@@ -15,7 +15,7 @@ describe OpenXML {
15
context Excel {
16
it 'Can Get Cells' {
17
$helloExcel = OpenXML ./Examples/HelloWorld.xlsx
18
- $helloExcel.Text -replace '^[\n\r]' | Should -Be 'Hello World'
+ $helloExcel.Worksheets.Cell.Values | Should -Be 'Hello World'
19
}
20
21
context PowerPoint {
0 commit comments