We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

anton_oas's avatar
anton_oas
New member | Level 2
6 years ago

Access file(xlsx) data programmatically

What I want to do is acess data from an .xlsx-file stored inside my dropbox with the help of some javascript and then use that data inside a graph displayed on a website. 

What I have done so far is to use the Dropbox API to gain access to a SharedLink. This makes it possible for me to access the file manually when I click the link but I get errors when I try to access the xlsx-data with javascript from that link because it cant recognize it as en xlsx when in the preview format provided by the SharedLink.

Is there a way to get a direct link to the file without having to download it the way dl.dropbox.com/..... does or can I access the data in another way?

Thanks in advance