Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

Fix bug in Series#588

Open
gxbag wants to merge 1 commit intoJanKallman:masterfrom
gxbag:patch-1
Open

Fix bug in Series#588
gxbag wants to merge 1 commit intoJanKallman:masterfrom
gxbag:patch-1

Conversation

@gxbag
Copy link

@gxbag gxbag commented Dec 4, 2019

It is possible that Series has no elements. That means that Series[0] cannot be accessed. It was the case in my Excel file that I was working on.

I only have ScatterCharts in my Excel file, thus, if the other charts also assume that Series always has elements, this will fail in those cases.

It is possible that Series has no elements. That means that Series[0] cannot be accessed. It was the case in my Excel file that I was working on.

I only have ScatterCharts in my Excel file, thus, if the other charts also assume that Series always has elements, this will fail in those cases.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant