Difference between revisions of "Excel (PowerShell)"

Jump to navigation Jump to search
95 bytes added ,  21:53, 4 October 2016
Add Google Ads
m (→‎Limitations: Minor reword)
(Add Google Ads)
 
Line 1: Line 1:
{{#widget:Widget:GoogleAdSenseSkyscraper}}
Using PowerShell you can easily export a table of data to a CSV file...
Using PowerShell you can easily export a table of data to a CSV file...
<source lang="powershell">
<source lang="powershell">
Line 23: Line 24:


= Create From CSV =
= Create From CSV =
Whilst its not necessary to create a CSV as an intermediate step, it can be beneficial to do so...
Whilst its not necessary to create a CSV as an intermediate step, it can be beneficial to do so because...
* Its easier to create/maintain your script
* Its easier to create/maintain your script as you can see whats going on with the data
* When the Excel automation fails you can attempt to repeat or complete manually, rather than re-running the data collection/creation part.
* When the Excel automation fails you can attempt to repeat or complete manually, rather than re-running the data collection/creation part.


Navigation menu