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

Import-XLSX -Sheet documentation incorrect (does not support sheet by name, only index)

JerryVeldhuis opened this issue · comments

In the help doc:

    -Sheet <Object>
        Index or name of Worksheet to import

But it actually requires an index and does not support by name.