diff --git a/Examples/Stocks/GetMSFT.ps1 b/Examples/Stocks/GetMSFT.ps1 deleted file mode 100644 index 416547e..0000000 --- a/Examples/Stocks/GetMSFT.ps1 +++ /dev/null @@ -1,20 +0,0 @@ -<# - Revisit I think yahoo deprecated their service -#> - -# try {. $PSScriptRoot\..\..\LoadPSD1.ps1} catch {} - -# $Symbol = "MSFT" - -# . .\Get-StockInfo.ps1 - -# Remove-Item *.xlsx -ErrorAction Ignore - -# $chart = New-ExcelChart -XRange Date -YRange Volume ` -# -ChartType ColumnStacked ` -# -Column 9 -Title "$Symbol Volume" - -# Get-StockInfo $Symbol 11/2 11/30 | -# Export-Excel .\stocks.xlsx -Show ` -# -AutoSize -AutoNameRange ` -# -ExcelChartDefinition $chart \ No newline at end of file