Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sangha committed Feb 9, 2017
1 parent c8d2625 commit ffea150
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions DFW2Excel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ function pop_services_ws($sheet){
$service_links.Add($svc.name, $row)
$sheet.Cells.Item($row,2) = $svc.type.typeName
$sheet.Cells.Item($row,3) = $svc.element.applicationProtocol
$sheet.Cells.Item($row,4).NumberFormat = "@"
$sheet.Cells.Item($row,4) = $svc.element.value
$sheet.Cells.Item($row,5) = $svc.isUniversal

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Once the script has finished running, remember to save your Excel Workbook to a

### Release Notes

Version 0.5

Release Date: **09/02/2017**

* Fixed issue #7 - Needed to format value as text of cell

Version 0.4

Release Date: **24/11/2016**
Expand Down

0 comments on commit ffea150

Please sign in to comment.