Skip to content

Repository files navigation

ExcelFast ExcelFast

ExcelFast is a PowerShell module designed to quickly import, export, and modify Excel and CSV workbooks.

This is an alpha work-in-progress!

Quick Start

#Import a worksheet$data=Import-Workbook path/to/excel.xlsx
#Import only a few rows in a worksheet, note this is very fast expecially in a large workbook$data=Import-Workbook path/to/excel.xlsx | Select -First 3#Open a workbook for editing$worksheet=Get-Workbook path/to/excel.xlsx
$worksheet.<tab>#Note there is full intellisense in vscode and excelSave-Workbook$worksheet#Export data$data|Export-Workbook path/to/newexcel.xlsx

Available Aliases

AliasCommand
exwbExport-Workbook
imwbImport-Workbook
gwbGet-Workbook
svwbSave-Workbook

Development

Want to contribute? Check out the Development Documentation

About

A high performance PowerShell module for importing, exporting, and manipulating Excel Files

Topics

Resources

Stars

20 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages