You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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
The text was updated successfully, but these errors were encountered: