mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-29 22:53:31 +00:00
Linting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user