DocumentServer icon indicating copy to clipboard operation
DocumentServer copied to clipboard

CELL function does not work with localized parameters

Open Prometheus3375 opened this issue 4 years ago • 5 comments

This issue is unique.

  • [X] I have used the search tool and did not find an issue describing my bug.

Operating System

Windows 10 / 8.1 / 7

Version information

6.3.1.56

Expected Behavior

From documentation supplied with desktop app (in Russian):

image

So, ЯЧЕЙКА("имяфайла") must return file name.

Actual Behavior

At first, CELL always require second parameter, although it is marked as optional:

image

OK, let's put second parameter as B1:

image

Value error is generated.

Let's replace имяфайла with filename:

image

Now it works.

Reproduction Steps

  1. In settings select Russian language for formulas.
  2. Create new sheet.
  3. Select A1 and type =ЯЧЕЙКА("имяфайла").
  4. Observe an error that you need to specify second parameter.
  5. Select A1 and type =ЯЧЕЙКА("имяфайла"; B1).
  6. Observe Value Error in A1.
  7. Select A1 and type =ЯЧЕЙКА("filename"; B1).

Additional information

No response

Prometheus3375 avatar Jul 29 '21 17:07 Prometheus3375

Hello. @Prometheus3375, I can confirm - this is bug, issue 51662 and 51666 in our private issue tracker. Thank you for report.

VladimirProkofiev52 avatar Aug 03 '21 07:08 VladimirProkofiev52

Problem reproduces in Document Server.

Rita-Bubnova avatar Aug 03 '21 07:08 Rita-Bubnova

Moving this issue to DocumentServer repo, since it's our base product and problem actual there too

ShockwaveNN avatar Aug 03 '21 07:08 ShockwaveNN

Hello. @Prometheus3375, This issue will be fixed in the next release. Please wait for updates.

VladimirProkofiev52 avatar Jan 29 '24 10:01 VladimirProkofiev52

@Prometheus3375 I want to clarify that we've fixed the problem 51662 concerning the display of cell width using a formula. This issue has been addressed in the commit. However, issue 51666 is still outstanding and needs further attention.

VladimirProkofiev52 avatar Jan 29 '24 23:01 VladimirProkofiev52