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

GOTCHA: Excel Crash with non-absolute valued properties array #572

Open
wanderslth opened this issue Nov 8, 2019 · 2 comments
Open

GOTCHA: Excel Crash with non-absolute valued properties array #572

wanderslth opened this issue Nov 8, 2019 · 2 comments
Assignees

Comments

@wanderslth
Copy link
Member

Something to track as issues end-users may face with their spreadsheet experience.

In this scenario with wikipedia (using gsheets here for screenshot simplicity):

Untitled spreadsheet - Google Sheets

Formula DOES NOT use absolute positions ($):

=FLEX("flexiodemo/wikipedia-enrich-people",A2, B1:F1)

  1. Drag down one row. Excel has the data available in the the previous row, so delivers a blank row as expected.

  2. Drag down all rows. Excel has no data to work with until the previous rows are calculated. Excel freezes and requires forced shut down.

Sheets handles this with more grace -- although you can tell by watching the 'loading...' message, that their calculation engine doesn't take calculations in order -- but more 'all at the same time' so you see it working itself out as the 'loading...' bubbles around. Presume excel works similarly and just doesn't know what to do with the timeout.

TL;DR - people are going to need to be careful when they reference an array of properties.

@dzwillia
Copy link
Member

dzwillia commented Nov 8, 2019 via email

@wanderslth
Copy link
Member Author

wanderslth commented Nov 8, 2019 via email

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

3 participants