Skip to content

Releases: dfinke/ImportExcel

Additions, refactoring and fixes

24 Jul 13:56
Compare
Choose a tag to compare
  • Refactored copy sheet and added pipe support
  • Add ClearAll to Set-ExcelRange
  • Fix broken test & regression for passwords
    • Note: Passwords do not work on pwsh. The EPPlus library does not support these dotnet core APIs at this time.

Fix relative path

05 Jul 22:22
Compare
Choose a tag to compare
v6.2.2

Updated readme and bumped version

New Feature - Chart Trendlines

New-ExcelStyle added and more

11 Jun 22:05
Compare
Choose a tag to compare

Import-Excel can use an Excel Package

26 May 18:48
Compare
Choose a tag to compare

Instead of specifying a path provides an Excel Package object (from Open-ExcelPackage), using this avoids re-reading the whole file when importing multiple parts of it. To allow multiple read operations Import-Excel does NOT close the package, and you should use Close-ExcelPackage -noSave to close it.

~10x speed increase

12 Apr 20:05
Compare
Choose a tag to compare

Performance improvement to Export-Excel see #506 and #555.

New - feature Data Validation

02 Mar 19:07
Compare
Choose a tag to compare

This and other updates, check the readme.md

Add Remove-Worksheet

30 Dec 14:43
d1f4101
Compare
Choose a tag to compare
Merge pull request #514 from dfinke/AddRemoveWorksheet-dcf

Add Remove-Workseet

Fixes and updates

03 Nov 15:34
Compare
Choose a tag to compare
  • Thank you to Conrad Agramont, Twitter: @AGramont for the AddMultiWorkSheet.ps1 example. Much appreciated!
  • Fixed several more bugs where parameters were ignored if passed a zero value
  • Fixed bug where chart series headers could not come form a cell reference (=Sheet1!Z10 now works as a header reference)
  • Add-Chart will now allow a single X range, or as many X ranges as there are Y ranges.
  • Merge-MultipleSheets is more robust.
  • Set-ExcelRow and Set-ExcelColumn trap attempts to process a sheet with no rows/columns.

Fixes, Robustness, Improved test coverage and Azure Devops

03 Oct 20:53
Compare
Choose a tag to compare