PowerShell Script Output

Output:

@if(!empty($spreadsheetData)) @foreach($spreadsheetData as $row) @foreach($row as $cell) @endforeach @endforeach
{{ $cell }}
@else

No data to display.

@endif