Fix for EndRow and EndColumn Parameters Ignored in Import-Excel #1194

This commit is contained in:
dfinke
2022-06-12 09:53:52 -04:00
parent 8bb3d50052
commit ef35c4fca8
4 changed files with 42 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ Param()
Import-Module $PSScriptRoot\..\..\ImportExcel.psd1 -Force
Describe "Test reading multiple XLSX files of differernt row count" -Tag ReadMultipleXLSX {
Describe "Test reading multiple XLSX files of different row count" -Tag ReadMultipleXLSX {
It "Should find these xlsx files" {
Test-Path -Path $PSScriptRoot\rows05.xlsx | Should -BeTrue
Test-Path -Path $PSScriptRoot\rows10.xlsx | Should -BeTrue