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

Allow upload of Excel files #84

Open
nealhaddaway opened this issue Mar 30, 2022 · 3 comments
Open

Allow upload of Excel files #84

nealhaddaway opened this issue Mar 30, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@nealhaddaway
Copy link
Contributor

Probably behavior: treat .xlsx files like .csv files (only reading in first sheet).

Add readxl to requirements
should be implement in same stage as moving CSV read from base R read.csv to tidy read_delim

@nealhaddaway nealhaddaway added the enhancement New feature or request label Mar 30, 2022
@DrMattG
Copy link
Collaborator

DrMattG commented Apr 11, 2022

I have managed to upload the excel file but it needs some work. At the moment I have to comment out the JS code in the dataTable (Map Database) to get it to render. I have no idea why! See code here:

#, # will apply render function to lesser of first 25 columns or number of columns in displayed data

Have you got any ideas what is going wrong here (if you uncomment the JS section you should see a blank Map Database but the Atlas displays correctly)?

@nealhaddaway
Copy link
Contributor Author

nealhaddaway commented Apr 12, 2022 via email

@DrMattG
Copy link
Collaborator

DrMattG commented Apr 12, 2022

Yeah good idea to ask Andrew and Martin!

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

No branches or pull requests

2 participants