mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
Removed these files - look unused
This commit is contained in:
4
ToDo.md
4
ToDo.md
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user