xsanisty / calx.js

jQuery Calx - a jQuery plugin for creating formula-based calculation form
http://www.xsanisty.com/project/calx2
MIT License
198 stars 72 forks source link

Enhancement #63

Open ashish8488 opened 4 years ago

ashish8488 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Hello @ikhsan017, Is this enhancement achievable?