mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-23 16:12:51 +00:00
Perf improvments and direct table handling for Export Excel,
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user