Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support fir compound ranges for charts #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Adds support fir compound ranges for charts #3

wants to merge 2 commits into from

Conversation

jdh2550
Copy link

@jdh2550 jdh2550 commented Dec 10, 2012

The issue was that prior versions supported compound ranges for charts (this appears to have been fortuitous not planned) and the current version didn't.

This release adds support back in for compound ranges for charts.

A compound range is of the form range1, range2, .... rangeN

e.g. A1:A4,A6:A12,A14:A22 - this defines three separate ranges as a single "compound range".

This is useful for charts where the source data is segmented by headers rather than being a single contiguous block.

John Harding added 2 commits November 9, 2012 13:28
If the string is empty then pass a single space to write_si
This update allows the user to specify a compound range.  e.g.
A1:A4,A5:A8

This is useful when your chart data contains headings that cause the
ranges to be split.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant