Compare commits

...

1 Commits

Author SHA1 Message Date
dfinke
b67801e983 wip 2023-06-07 17:59:03 -04:00
3 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,8 @@
[ValidateNotNullOrEmpty()]
[String]$Password,
[Int[]]$ImportColumns,
[Switch]$Raw
[Switch]$Raw,
[Switch]$UseSpectre
)
end {
$sw = [System.Diagnostics.Stopwatch]::StartNew()
@@ -252,6 +253,9 @@
$entry.Value
}
}
elseif ($UseSpectre) {
$xlBook | Format-SpectreTable
}
elseif ($Worksheet.Count -eq 1) {
$xlBook["$targetSheetname"]
}

Binary file not shown.