We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c30eb commit 5096aa2Copy full SHA for 5096aa2
Public/ConvertTo-ExcelXlsx.ps1
@@ -83,7 +83,7 @@ function ConvertTo-ExcelXlsx {
83
}
84
85
catch {
86
- Write-Error ("Failed to convert {0} to XLSX." -f $xlsFile.FullName)
+ Write-Error ("Failed to convert {0} to XLSX. To avoid network issues or locking issues, you could try the -CacheToTemp parameter." -f $xlsFile.FullName)
87
throw
88
89
finally {
0 commit comments