Added Compare worksheet

Added Compate-worksheet function (in its own PS1) Updated
ColorCompletion.ps1 to hold argument completers for set row, and set
column, and removed  duplicates from formatting.ps1
Fixed case of Path param in Open-ExcelPackage
Added comments about date format (m/d/yy is trapped and translated to
local date)
This commit is contained in:
jhoneill
2018-04-26 16:19:59 +01:00
committed by dfinke
parent cff83eb692
commit f703addeb1
8 changed files with 176 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
This will open the file at $xlPath, select sheet1 apply formatting to two blocks of the sheet and close the package
#>
[OutputType([OfficeOpenXml.ExcelPackage])]
Param ([Parameter(Mandatory=$true)]$path,
Param ([Parameter(Mandatory=$true)]$Path,
[switch]$KillExcel)
if($KillExcel) {