Perf improvments and direct table handling for Export Excel,

This commit is contained in:
jhoneill
2019-04-04 17:08:05 +01:00
parent 2229bfb3ed
commit 552552b93d
7 changed files with 171 additions and 178 deletions

View File

@@ -321,7 +321,7 @@ ID,Product,Quantity,Price,Total
Describe "AutoNameRange data with a single property name" {
BeforeEach {
$xlfile = "$Env:TEMP\testNamedRange.xlsx"
rm $xlfile -ErrorAction SilentlyContinue
Remove-Item $xlfile -ErrorAction SilentlyContinue
}
it "Should have a single item as a named range" {