mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
updated
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
RootModule = 'ImportExcel.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '2.2.7'
|
||||
ModuleVersion = '2.2.8'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
||||
|
||||
@@ -28,6 +28,15 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi
|
||||
|
||||
# What's new
|
||||
|
||||
#### 7/7/2016
|
||||
[Attila Mihalicz](https://github.com/attilamihalicz) fixed two issues
|
||||
|
||||
* Removing extra spaces after the backtick
|
||||
* Uninitialized variable $idx leaks into the pipeline when `-TableName` parameter is used
|
||||
|
||||
Thanks Attila.
|
||||
|
||||
|
||||
#### 7/1/2016
|
||||
* Pushed 2.2.7 fixed resolve path in Get-ExcelSheetInfo
|
||||
* Fixed [Casting Error in Export-Excel](https://github.com/dfinke/ImportExcel/issues/108)
|
||||
|
||||
Reference in New Issue
Block a user