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

Support Google Sheets #439

Closed
romicolman opened this issue Jun 24, 2024 · 5 comments · Fixed by #486
Closed

Support Google Sheets #439

romicolman opened this issue Jun 24, 2024 · 5 comments · Fixed by #486
Assignees
Labels
feature New functionality

Comments

@romicolman
Copy link
Collaborator

Problem description

Right now, public spreadsheets do not load properly when using the Remote File feature (use this URL for testing purposes).

The ODE loads the data with no preview. It just adds the file (changing its original name) to the left menu:

Captura de pantalla 2024-06-24 a la(s) 11 58 44 a  m

Steps to reproduce it

  • Open the ODE.
  • Go to ADD---Remote File. Paste this URL

Questions/comments

Let's say a user adds the URL above and then someone makes changes to the online data. Will the ODE take those changes or once data is uploaded we show a "photo" of the tabular at a particular time?

@guergana
Copy link
Collaborator

guergana commented Jul 14, 2024

@romicolman in principle when you add a remote file to the project, you are creating a local copy of the file on the computer, so when the user changes the file on the remote address it should make any changes to the local imported one unless you import it again. at least this is how i would expect this to work, right? @roll

@roll
Copy link
Collaborator

roll commented Jul 15, 2024

"Remote File" adds a copy of a remote file to the local folder (project)

@roll roll changed the title Spreadsheets - Remote file feature Support Google Sheets Jul 15, 2024
@roll roll assigned roll and unassigned guergana Jul 15, 2024
@roll roll added the feature New functionality label Jul 15, 2024
@romicolman
Copy link
Collaborator Author

Understood. However, I have a question. The name of the Google Sheets is not EDIT. If you check the URL the name of the file is Ethical Tech Job Resources. Can we fix that? This ticket is about that issue.

@romicolman
Copy link
Collaborator Author

romicolman commented Jul 24, 2024

@roll just to be clear: this ticket is to make available Google Sheets on the ODE. In addition, the ODE should consider the title of the spreadsheet to name the file. In this case: Ethical Tech Job Resources

@romicolman
Copy link
Collaborator Author

I tested the change on Mac. It works!:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants