mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Initial commit, date conditional formatting
This commit is contained in:
8
Examples/ConditionalFormatting/Highlight-Yesterday.ps1
Normal file
8
Examples/ConditionalFormatting/Highlight-Yesterday.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
$f = ".\testExport.xlsx"
|
||||
|
||||
rm $f -ErrorAction Ignore
|
||||
|
||||
.\GenDates.ps1 |
|
||||
Export-Excel $f -Show -AutoSize -ConditionalText $(
|
||||
New-ConditionalText -ConditionalType Yesterday
|
||||
)
|
||||
Reference in New Issue
Block a user