
1,270
Downloads
10
Downloads of 0.6.1
2016-08-26
Last published
Excel Powershell Library
0.6.1
ExcelPSLib is a PowerShell Module that allows creation of XLSX file by using the EPPlus 4.1 .Net Dynamic Link Library available at http://epplus.codeplex.com/ and made by Jan Kallman.
The goal of the ExcelPSLib Powershell Module is to add as much as possible an abstraction layer between .NET and Powershell by providing convenient "cmdlets".
ExcelPSLib is intended to Admins who want to create easily and in no time an XLSX file output for their Powershell scripts instead of an XML/XSLT, CSV File or even worse a TXT file because If you work within a Microsoft infrastructure the XSLX format is the most valuable format for every one in your company... And this With no special knowledge requirement ;-)
Inspect
PS> Save-Module -Name ExcelPSLib -Path <path>
-RequiredVersion 0.6.1
Install
PS> Install-Module -Name ExcelPSLib
-RequiredVersion 0.6.1
Deploy
See Documentation for more details.
Release Notes
This update in mainly focused on the functionnalities of the Export-OOXML Cmdlet
Owners
Authors
Copyright
Philip Tomson
FileList
ShowTags
Functions
Dependencies
This module has no dependencies.
Minimum PowerShell version
3.0
Version History
Version | Downloads | Last updated |
---|---|---|
ExcelPSLib 0.6.6 (latest stable) | 796 | Thursday, November 10 2016 |
ExcelPSLib 0.6.5 | 71 | Thursday, October 13 2016 |
ExcelPSLib 0.6.4 | 6 | Thursday, October 13 2016 |
Excel Powershell Library 0.6.2 | 66 | Monday, August 29 2016 |
Excel Powershell Library 0.6.1 (this version) | 10 | Friday, August 26 2016 |
Excel Powershell Library 0.5.9 | 321 | Monday, September 07 2015 |