ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2016-04-05 17:12:41

arlodvig
Member
Registered: 2015-12-24
Posts: 20

bug in equation

when entering an equation with one decimal place, there is a bug
example
=2*A2  that work
=2.5*A2  doesn't work
=2,5*A2   doesn't work

it is a concern

best regards

Offline

#2 2016-04-07 07:33:20

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: bug in equation

It works in my environment, what is your language or culture of windows OS? And your ReoGrid version?

My test code:

sheet["A2"] = 2;
sheet["B2"] = "=2.5*A2";

Result is 5

Offline

#3 2016-04-07 08:58:08

alexeyrlx
Moderator
From: CIS
Registered: 2015-07-14
Posts: 36
Website

Re: bug in equation

Hi)

Jing, this problem exists in the russian version of Windows 8.1, version of ReoGrid is 1.2.3, VB.Net from Visual Studio 2012. Formula inputed in visual mode (click into cell, insert a text).

Both of these options (with "," and ".") give rise to an empty cell. The formula is not damaged, but the addition / multiplication result is not displayed.

Last edited by alexeyrlx (2016-04-07 09:08:30)


My English is perfect! (My version of the English language ;-) )

Offline

#4 2016-04-07 09:32:22

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: bug in equation

Thanks Alexey, I can confirm the problem in Russian language windows, it will be fixed from next release.

Thanks arlodvig for report!

Last edited by Jingwood (2016-04-07 09:32:39)

Offline

#5 2016-04-12 06:43:06

arlodvig
Member
Registered: 2015-12-24
Posts: 20

Re: bug in equation

Great, I looked forward to the new version

Offline

#6 2016-05-26 14:25:56

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: bug in equation

This problem has been fixed in version 1.3, the download available at https://reogrid.net/download

Thanks for report!

Offline

Board footer

Powered by FluxBB