mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
11 lines
246 B
PowerShell
11 lines
246 B
PowerShell
try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {}
|
|
|
|
$f = ".\testExport.xlsx"
|
|
|
|
Remove-Item $f -ErrorAction Ignore
|
|
|
|
.\GenDates.ps1 |
|
|
Export-Excel $f -Show -AutoSize -ConditionalText $(
|
|
New-ConditionalText -ConditionalType LastWeek
|
|
)
|