Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

EvotecIT/Excelimo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excelimo - PowerShell Module

This module allows to create Excel files from PowerShell using DSL syntax. Since I want to limit amount of modules that I have to support I decided to move code back to PSWriteExcel so that there's only one package for both PSWriteExcel and Excelimo. Any further development will happen there.

This project is archived. For development go to https://github.com/EvotecIT/PSWriteExcel

Uninstall-Module Excelimo -AllVersions
Install-Module PSWriteExcel -Force

Updates for archive purposes

  • 0.0.4 / 2020.01.17

    • Moved to PSWriteExcel for better development and more features
    • This last release basically points PSD1 file to PSWriteExcel. You don't need it to use Excelimo anymore.
  • 0.0.2 / 2019.06.23

    • Support for PSWriteExcel 0.1.2
    • Support for PSSharedGoods 0.0.79