# XLS on Dropbox

**URL:** https://community.glideapps.com/t/xls-on-dropbox/69769
**Category:** Ask for Help
**Created:** [January 20, 2024, 8:48am UTC](https://community.glideapps.com/t/xls-on-dropbox/69769 "2024-01-20T08:48:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dominik\_Hudzik](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dominik_hudzik/32/68223_2.png) [@Dominik\_Hudzik](https://community.glideapps.com/u/Dominik_Hudzik)
#### Post date: [January 20, 2024, 8:48am UTC](https://community.glideapps.com/t/xls-on-dropbox/69769/1 "2024-01-20T08:48:35Z")

</div>

Hi,  
my customer is storing Excel files on Dropbox.  
The easiest way for me would be to make a [Make.com](http://Make.com) automation to copy those files to Google sheets and from Glide access them in Google Sheets.  
Is there a better solution?

Is there any automation tool that connects to Glide?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 20, 2024, 12:51pm UTC](https://community.glideapps.com/t/xls-on-dropbox/69769/2 "2024-01-20T12:51:52Z")

</div>

Is it a one-off thing or do you have to import it regularly?

---

<div class="post-metadata">

### Author: ![Dominik\_Hudzik](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dominik_hudzik/32/68223_2.png) [@Dominik\_Hudzik](https://community.glideapps.com/u/Dominik_Hudzik)
#### Post date: [January 20, 2024, 1:09pm UTC](https://community.glideapps.com/t/xls-on-dropbox/69769/3 "2024-01-20T13:09:38Z")

</div>

At this stage: once a month.  
I hope there is going to be second stage. Then once a day.

I’d started to make a Zapier.  
Glide has to be the app starting the workflow in Zapier.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 20, 2024, 11:18pm UTC](https://community.glideapps.com/t/xls-on-dropbox/69769/4 "2024-01-20T23:18:45Z")

</div>

> **[Using Glide API | Glide Docs](https://www.glideapps.com/docs/using-glide-tables-api)**
>
> Explore what you can do with the Glide Advanced API

I would suggest exploring a way to do it through an API. I mostly use [Make.com](http://Make.com) for automations.

Assuming you have the data structure in Glide ready, I think what you can do is tell the scenario to access the file in Dropbox, download it, read its content and import that to the centralized Google Sheets that is linked to your app.

I’m not sure how it works if you have multiple sheets in your Excel file. I usually import CSVs.
