mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
Add -AsDate support to import-Excel and ConvertFrom-Excel sheet. Help upate
This commit is contained in:
4
mdHelp/buildHelp.ps1
Normal file
4
mdHelp/buildHelp.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
Import-Module platyPS
|
||||
Get-ChildItem $PSScriptRoot -Directory | ForEach-Object {
|
||||
New-ExternalHelp -Path $_.FullName -OutputPath (Join-Path $PSScriptRoot "..\$($_.Name)") -Force -Verbose
|
||||
}
|
||||
Reference in New Issue
Block a user