mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 07:43:23 +00:00
changelog update + Pester test fix for powershell 5.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Describe "Test reading relative paths" {
|
Describe "Test reading relative paths" {
|
||||||
BeforeAll {
|
BeforeAll {
|
||||||
$script:xlfileName = "TestR.xlsx"
|
$script:xlfileName = "TestR.xlsx"
|
||||||
|
If ([String]::IsNullOrEmpty($PWD)) { $PWD = $PSScriptRoot }
|
||||||
@{data = 1 } | Export-Excel (Join-Path $PWD "TestR.xlsx")
|
@{data = 1 } | Export-Excel (Join-Path $PWD "TestR.xlsx")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
# 7.8.3
|
# 7.8.3
|
||||||
|
|
||||||
- Extended Export-Excel with parameter TableTotalSettings. Thank you [Thomas Hofkens](https://github.com/thkn-hofa)
|
Thanks [Thomas Hofkens](https://github.com/thkn-hofa)
|
||||||
|
|
||||||
|
- Extended Export-Excel with parameter TableTotalSettings
|
||||||
|
- New Feature: Set-CellComment
|
||||||
|
- Fix Pester error for countries with ',' as decimal separator
|
||||||
|
- Fix Pester error for Windows PowerShell 5.1
|
||||||
|
|
||||||
# 7.8.2
|
# 7.8.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user