Handle data that is _not_ an object #41

This commit is contained in:
dfinke
2015-09-30 10:26:03 -04:00
parent 9f718635b2
commit 365dd48835
4 changed files with 59 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ $p = @{
NuGetApiKey = $NuGetApiKey
LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
Tag = "Excel","EPPlus","Export","Import"
ReleaseNote = "Now you can hide worksheets using the -HideSheet paramater"
ReleaseNote = "Can now handle data that is _not_ an object"
ProjectUri = "https://github.com/dfinke/ImportExcel"
}