ProductivityTools.ImportExcelToSQL.psd1
# # Module manifest for module 'module' # # Generated by: pawel.wujczyk # # Generated on: 2/20/2018 9:22:19 AM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.ImportExcelToSQL.psm1' # Version number of this module. ModuleVersion = '0.0.5' # ID used to uniquely identify this module GUID = '9485c096-29f7-4741-ad0b-0237e9aba1f5' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'Module takes all excel files in given directory and push the content to database.' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('ProductivityTools.SQLCommands') # Functions to export from this module FunctionsToExport = 'Import-ExcelToSql' PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Excel','SQL','Import','Data') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/import-excel-to-sql/' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/import-excel-to-sql/' } |