mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
fixed incorrect range in chart test
This commit is contained in:
@@ -896,7 +896,7 @@ Describe ExportExcel {
|
||||
$d.Title.text | Should beNullOrEmpty
|
||||
$d.ChartType | Should be "line"
|
||||
$d.Series[0].Header | Should be "Sinx"
|
||||
$d.Series[0].xSeries | Should be "'Sheet1'!A2:B362"
|
||||
$d.Series[0].xSeries | Should be "'Sheet1'!A2:A362"
|
||||
$d.Series[0].Series | Should be "'Sheet1'!B2:B362"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user