Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formulas calculating / refreshing not possible #140

Closed
GregMighty opened this issue Jul 17, 2017 · 9 comments
Closed

Formulas calculating / refreshing not possible #140

GregMighty opened this issue Jul 17, 2017 · 9 comments

Comments

@GregMighty
Copy link

Do you want to request a feature or report a bug?

What is the current behavior?

I have a spreadsheet with ca. 500 lines in it. I have it imported into OnlyOffice as .xslx file. I am using widely vlookup formula in my spreadsheet. After opening the file all the formulas are counted properly. But as we change anything within the range of the formula, suddenly most (about 90% of fields) begin displaying #N/A error.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

Create a xlsx file (in external editor), populate it with random data and use vlookup formula in it. Than have the file uploaded onto OnlyOffice server and change anything in columns you want the vlookup formula to go through. The results of formula should now return errors.

What is the expected behavior?

Results of formulas should display / refresh properly after modifying the data.

Which versions of DocumentServer, and which browser / OS are affected by this issue? Did this work in previous versions of DocumentServer?

We are running NextCloud v.12 with DocumentServer 4.4.1 and integration API 1.1.3
Issue is browser independant.

@dgierejkiewicz
Copy link

I've got the same problem with formula vlookup (#N/A error).

@ShockwaveNN
Copy link
Contributor

Could you attach file with error. It will be much simpler to fix with them.

@GregMighty
Copy link
Author

Hi.
I am attaching our example file.
If you open it in external spreadsheet program, you will see that vlookup returns proper values (formulas are in the first sheet).
After uploading it into document server, and refreshing formulas instead of values I get #N/A errors.

test.xlsx

@GregMighty GregMighty reopened this Aug 3, 2017
@ShockwaveNN
Copy link
Contributor

@GregMighty Hi, did you attached original file or file that you got after exporting it via ONLYOFFICE
For me it's exported file, but we need original file.
I see no vlookup formulas in it (or point for me that cell if I'm wrong)

@GregMighty
Copy link
Author

Hi,
Actually this is a file that I exported from ONLYOFFICE and "fixed" in excel.
The file is ready to be uploaded to Document Server.
I am reattaching it since the file I sent previously indeed had no formulas in it.
I am also attaching a printscreen that shows how these formulas look in OnlyOffice.

Hope it helps.
Grzegorz / Greg

test_original.xlsx
in_onlyoffice

@ShockwaveNN
Copy link
Contributor

ShockwaveNN commented Aug 7, 2017

@GregMighty Yeah, thanks, I was able to reproduce you N/A problem, we looking into it now

@trofim24
Copy link
Contributor

trofim24 commented Aug 7, 2017

@GregMighty Thank you. At us function VLOOKUP is case-sensitive, but should be case-insensitive. We will fix this in the next release.

trofim24 referenced this issue in ONLYOFFICE/sdkjs Aug 8, 2017
VLOOKUP and HLOOKUP now is case-insensitive
union calculate in one function
@GregMighty
Copy link
Author

@trofim24

Thanks for the information. We are really looking forward to the update.

@trofim24
Copy link
Contributor

Fix. 4.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants