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

ethercalc won't stop calculation #487

Closed
ghost opened this issue Feb 9, 2017 · 2 comments
Closed

ethercalc won't stop calculation #487

ghost opened this issue Feb 9, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 9, 2017

Hi,
I've got ethercalc running via docker. So far it worked fine. (Not great but fine.)
But two days ago I edited an (already "messy") multisheet and since then I can't edit anything.

Last steps I did before this appeared:

  • I added another sheet (Basic Auth system (for read-only / read-write access) #4)
  • I entered this formula: =IF(ISERROR(VLOOKUP(B96+1,WOCHENPLAN.4!A$2:E$999,1,FALSE))=TRUE,B96+1,IF(COUNTA(VLOOKUP(B96+1,WOCHENPLAN.4!A$2:E$999,3,FALSE),VLOOKUP(B96+1,WOCHENPLAN.4!A$2:E$999,4,FALSE),VLOOKUP(B96+1,WOCHENPLAN.4!A$2:E$999,5,FALSE))<3,"<span style=""background-color:yellow"">"&B96&+1"","<span style=""background-color:red"">&B96&+1"))
    What I wanted to do: I want to check if the date in this cell which is calculated from the date in the cell above (B96+1) is in a list in WOCHENPLAN.4. If it is, I want it to check if there are some fields marked and if, the background of the cell should change.

After this I'm facing these issues:

  • 4th sheet doesn't appear in the tabs, but is reachable by its direct URL.
  • Some changed data is stored in a tab but not calculated correctly in another tab (worked before).
  • I can't do any changes nor scroll in the tab where I entered the formula.
  • I can do changes in the other tabs and these changes will be saved.

I did a restart to both docker containers but this didn't help.
Now I don't know how to get rid of this problem. Is there any way i.e. to delete cells by entering the redis container?

@ghost ghost changed the title ethercalc won ethercalc won't stop calculation Feb 9, 2017
@eddyparkinson
Copy link
Collaborator

eddyparkinson commented Feb 10, 2017

Suggest you try curl - or redis container

Curl - set cell
curl -H "Content-Type: application/json" -X POST http://host/_/sheet -d '{"command":"set A1 text t xy"}'

change host and sheet

Command examples for curl
some examples of how to use command
http://sheet.cellmaster.com.au/command_example

View Sheet Contents
e.g.
http://sheet.cellmaster.com.au/_/command_example

Redis sheet key
on redis use the key
snapshot-sheetname

Recreate
Is there anyway you can re-create this? If so can you post details so I can fix it.
I do have a version with a fix in, but needs more testing.

@ghost
Copy link
Author

ghost commented Feb 20, 2017

Holy Moly, that helped! Didn't know Curl could do that. Thanks a lot!
I'll do some testing once I got the time.

@ghost ghost closed this as completed Feb 20, 2017
This issue was closed.
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

1 participant