mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Further updates to on-line help
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
When given a valid URI set-Column makes it a hyperlink The column will be autosized to fit the links.
|
||||
#>
|
||||
[cmdletbinding()]
|
||||
[OutputType([OfficeOpenXml.ExcelColumn],[String])]
|
||||
Param (
|
||||
#If specifing the worksheet by name the ExcelPackage object which contains it needs to be passed
|
||||
[Parameter(ParameterSetName="Package",Mandatory=$true)]
|
||||
|
||||
Reference in New Issue
Block a user