Rakesh Pethani

Results 4 comments of Rakesh Pethani

> Can't you just parse it back out with a regex and then convert it to a float value? The problem is that format is configurable by users and we...

> @RPethani If you only need number (not date) results, try grabbing the value of `ostr` from https://github.com/SheetJS/ssf/blob/master/ssf.js#L824 - this is the number string before it's put back into the...

I am also facing same problem. Everything works fine in debug scheme. Waiting for solution.