new
This commit is contained in:
parent
9e18f320cd
commit
99c1510a34
36 changed files with 57279 additions and 2052 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue