mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-20 10:13:16 +00:00
tweaked
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
if(!(gcm ig1 -ErrorAction SilentlyContinue)) {
|
if(!(gcm ig -ErrorAction SilentlyContinue)) {
|
||||||
|
|
||||||
"Use ``Install-Module NameIT`` to get the needed module from the gallery to support running this script"
|
"Use ``Install-Module NameIT`` to get the needed module from the gallery to support running this script"
|
||||||
|
|
||||||
@@ -35,7 +35,4 @@ $(1..6 | % {
|
|||||||
Revenue=$e
|
Revenue=$e
|
||||||
Margin=$f
|
Margin=$f
|
||||||
}
|
}
|
||||||
} | ConvertTo-Csv -NoTypeInformation) -replace '"',''
|
} | ConvertTo-Csv -NoTypeInformation) -replace '"','' # | Export-Excel
|
||||||
|
|
||||||
#| Export-Excel
|
|
||||||
# | ConvertTo-Csv -NoTypeInformation) -replace '"','' | ConvertFrom-Csv | Export-Excel
|
|
||||||
|
|||||||
Reference in New Issue
Block a user