mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Remove space from Alias attribute
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
When given a valid URI, Set-ExcelColumn makes it a hyperlink. The column will be autosized to fit the links.
|
When given a valid URI, Set-ExcelColumn makes it a hyperlink. The column will be autosized to fit the links.
|
||||||
#>
|
#>
|
||||||
[cmdletbinding()]
|
[cmdletbinding()]
|
||||||
[Alias(" Set-Column")]
|
[Alias("Set-Column")]
|
||||||
[OutputType([OfficeOpenXml.ExcelColumn],[String])]
|
[OutputType([OfficeOpenXml.ExcelColumn],[String])]
|
||||||
Param (
|
Param (
|
||||||
#If specifing the worksheet by name the ExcelPackage object which contains it needs to be passed
|
#If specifing the worksheet by name the ExcelPackage object which contains it needs to be passed
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
and given a double line border above and single line border below.
|
and given a double line border above and single line border below.
|
||||||
#>
|
#>
|
||||||
[cmdletbinding()]
|
[cmdletbinding()]
|
||||||
[Alias(" Set-Row")]
|
[Alias("Set-Row")]
|
||||||
[OutputType([OfficeOpenXml.ExcelRow],[String])]
|
[OutputType([OfficeOpenXml.ExcelRow],[String])]
|
||||||
Param (
|
Param (
|
||||||
#An Excel package object - e.g. from Export-Excel -passthru - requires a sheet name
|
#An Excel package object - e.g. from Export-Excel -passthru - requires a sheet name
|
||||||
|
|||||||
Reference in New Issue
Block a user