This commit is contained in:
jhoneill
2019-11-20 18:27:17 +00:00
parent f27729d2ab
commit 2e0cd4f97d
10 changed files with 30 additions and 218 deletions

View File

@@ -7,7 +7,7 @@ function Get-ExcelColumnName {
Process {
$dividend = $columnNumber
$columnName = New-Object System.Collections.ArrayList($null)
while($dividend -gt 0) {
$modulo = ($dividend - 1) % 26
if ($columnName.length -eq 0) {