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

Enhancement #63

Open
ashish8488 opened this issue Jul 2, 2020 · 3 comments
Open

Enhancement #63

ashish8488 opened this issue Jul 2, 2020 · 3 comments

Comments

@ashish8488
Copy link

Hello Devs,
You are doing a great work. This library really helps me a lot.
Now I have one functionality to implement. My client wants a functionality for ":" operator.
The functionality shall work like below:

Input: 2:10
Output: 2, 3, 4, 5, 6, 7, 8, 9, 10

Input: 5:15
Output: 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

If you could look into it then it would be really appreciated.

Thanks a ton in advance.

Regards,
Ashish Shah

@ikhsan017
Copy link
Member

Hi @ashish8488 ,

Can you elaborate what is it for? If it is like dynamic column range (1:2) refer to (A1, A2, B1, B2 ...x1, x2), it seems will take some times to implements.

@ashish8488 ashish8488 reopened this Jul 3, 2020
@ashish8488
Copy link
Author

Hi @ikhsan017 ,
Yes you have got it exactly same.
Shall considere all the columns present in the sheet with the mentioned rows.
And really sorry for the late reply.

Thank you,
Ashish Shah

@ashish8488
Copy link
Author

Hello @ikhsan017,
Is this enhancement achievable?

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

No branches or pull requests

2 participants