mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
fixes to casing, and some basic functions changed to advanced
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Function Get-ExcelTableName {
|
||||
Param (
|
||||
function Get-ExcelTableName {
|
||||
param(
|
||||
$Path,
|
||||
$WorksheetName
|
||||
)
|
||||
@@ -28,8 +28,8 @@ Function Get-ExcelTableName {
|
||||
$Excel = $null
|
||||
}
|
||||
|
||||
Function Get-ExcelTable {
|
||||
Param (
|
||||
function Get-ExcelTable {
|
||||
param(
|
||||
$Path,
|
||||
$TableName,
|
||||
$WorksheetName
|
||||
|
||||
Reference in New Issue
Block a user