diff --git a/ToDo.md b/ToDo.md deleted file mode 100644 index 128fe40..0000000 --- a/ToDo.md +++ /dev/null @@ -1,4 +0,0 @@ -- [ ] Investigate regional support for number conversion & possible date conversion. Also investigate feasablity of preserving number format when converting string to number -- [ ] Add help to ConvertToExcelXLSx.ps1, Get-HTMLTable.ps1, GetRange.PS1, GetExcelTable.Ps1, Import-HTML.PS1, New-Psitem.PS1 and Remove-Worksheet.ps1 -- [ ] Add Examples and tests for new "Quick charts" in Export Excel (is it possible to replace examples that use Charting.ps1, GetXYRange.ps1, InferData.PS1 ? ). -- [ ] Increase Test code-covereage for import-excel diff --git a/TryEPPlus.ps1 b/TryEPPlus.ps1 deleted file mode 100644 index 3c903ee..0000000 --- a/TryEPPlus.ps1 +++ /dev/null @@ -1,19 +0,0 @@ -$xlFile = ".\testExport.xlsx" - -Remove-Item -ErrorAction Ignore $xlFile - -$ExportOptions = @{ - Path = $xlFile - Show = $true - IncludePivotTable = $true - IncludePivotChart = $true - PivotRows = echo Company Name - PivotData = "PM" - ChartType = "BarClustered3D" - #Password = "Test" -} - -Get-Process | - Where Company | - Select Company, Name, Handles, PM | - Export-Excel @ExportOptions \ No newline at end of file diff --git a/fib.xlsx b/fib.xlsx deleted file mode 100644 index 9222278..0000000 Binary files a/fib.xlsx and /dev/null differ