RamblingCookieMonster / PSExcel

A simple Excel PowerShell module

Home Page:http://ramblingcookiemonster.github.io/PSExcel-Intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join-Worksheet ignores specified parameter "DestinationWorksheetName"

robmatesick opened this issue · comments

The function Join-Worksheet documents and accepts named parameter DestinationWorksheetName. However, it does not actually pass that to the Export-XLSX function.

The fix is to pass this parameter value as argument WorksheetName to the Export-XLSX function.

Eek! Good catch, thanks for the note! Feel free to submit a pull request, otherwise might be a little while before I remember to get back to it

Cheers!