Skip to content

Releases: dfinke/ImportExcel

v7.7.0

04 Jul 15:14
050613e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.6.0...v7.7.0

v7.6.0

12 Jun 15:49
2a8cbbb
Compare
Choose a tag to compare

What's Changed

  • [Under investigation] Fix -StartRow and -StartColumn being ignored.
  • James O'Neill:
    • Update Get-HtmlTable to support to use PowerHTML (maintained by Justin Grote).
    • Added example to including a new function Import-ByColumn. Works like Import-Excel but with data in columns instead of the conventional rows.
  • Update Import-HTML with better defaults
  • Fixed example Get-ModuleStats.ps1 which reads the PowerShell Gallery page and extracts the stats table

Full Changelog: v7.5.3...v7.6.0

Readme updates. Exclude images and more when publishing

30 May 17:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.2...v7.5.3

Rename switch on ImportExcel

04 May 23:53
Compare
Choose a tag to compare

Changed the switch -NotAsDictionary to -Raw. Works with -Worksheetname * reads all the sheets in the xlsx file and returns an array.

v7.5.1

03 May 22:04
Compare
Choose a tag to compare
  • Fixed Import-Excel - Reset EndRow and EndColumn in the correct place.

Full Changelog: v7.5.0...v7.5.1

v7.5.0

30 Apr 12:56
6ece448
Compare
Choose a tag to compare

What's Changed

Read the changelog

https://github.com/dfinke/ImportExcel/blob/master/changelog.md

Full Changelog: v7.4.2...v7.5.0

v7.4.2

19 Apr 13:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.1...v7.4.2

v7.4.1

30 Nov 23:49
2ca870a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.4.1

ImportColumns parameter added to ImportExcel

28 Nov 23:05
Compare
Choose a tag to compare

It is used to define which columns of the ExcelPackage should be imported.

Added query Excel spreadsheets, with SQL queries

13 Nov 16:35
Compare
Choose a tag to compare