This commit is contained in:
Edmond Gebara 2026-07-07 12:27:41 +02:00
parent 9e18f320cd
commit 99c1510a34
36 changed files with 57279 additions and 2052 deletions

View file

@ -16,7 +16,7 @@ function TestExcel {
for ($i = 2; $i -le $rowCount; $i++) {
outLog ('for ($i = 2; $i -le $rowCount; $i++) iteration: ' + $i)
for ($j = 1; $j -le $colCount; $j++) {
### outLogVerbose 'for ($j = 1; $j -le $colCount; $j++) iteration:' $j
# outLogVerbose 'for ($j = 1; $j -le $colCount; $j++) iteration:' $j
$value = $workSheet.Range[$i, $j].DisplayText
$newValue = $value -replace "`n", " --- " -replace "`r", " --- " -replace ";", "--" -replace "`"", "'"
$workSheet.Range[$i, $j].Text = $newValue