# Excel Upload

* Excel Upload is a functionality provided in <code class="expression">space.vars.SITENAME</code> when the user wants to map more than 100 field values for a field.
* Using this excel upload functionality, the user can upload the excel file in the <code class="expression">space.vars.SITENAME</code> itself.
* This functionality provides <code class="expression">space.vars.SITENAME</code> user to upload the excel file directly into the <code class="expression">space.vars.SITENAME</code>.\
  User can synchronize data between two systems by providing the sheet name, source column and target column in the mapping page.

## Upload Excel

* To upload the excel file, user must click on the below mentioned "Excel" icon in the sidebar on the integrate page of <code class="expression">space.vars.SITENAME</code>.

<div align="center"><img src="/files/pXIiVHyNmbKYz5IRcITC" alt=""></div>

* To upload a new excel file, click on the plus sign given at the top right corner.

  <div align="center"><img src="/files/yH4DWMb8xCQevU85tH7P" alt="" width="1200"></div>
* The user has to fill the mandatory fields(Name and Excel File) given as shown in the screenshot below:

  <div align="center"><img src="/files/ClXJVEkyR02FjYqexvB1" alt="" width="2000"></div>

## Edit Excel

* Click on the excel file which needs to be edited as shown in the screenshot below:

  <div align="center"><img src="/files/8oPO1QSx7U8RoH4ulcuw" alt="" width="2000"></div>

  In the edit page, the user can change name, description and upload another excel file\
  (in case there any changes in the excel file content). User can click on the pencil icon to edit the details.

  <div align="center"><img src="/files/KLt2cqGCBYBxdU0dfyK2" alt="" width="2000"></div>

## Delete Excel

### Delete Single Excel File

* The user can delete the excel file by clicking on the delete icon that appears on expanding the three dots icon as shown in the screenshot below:

<div align="center"><img src="/files/4KfnF7voEEfcPDw9FYWe" alt="" width="2000"></div>

<div align="center"><img src="/files/AbMMcwD3SVJF2a8hus2m" alt="" width="2000"></div>

### Delete Multiple Excel Files

* To delete more than one file at a time, the user can select the radio buttons beside the respective files and click on delete icon to delete more than one file at a time.

  <div align="center"><img src="/files/cIV8b0sxvf32ZZhsxGq5" alt="" width="2000"></div>
* To delete all the excel files at a time, the user can select the radio button in the Excel Files column.

## Export Excel

### Export Single Excel File

* The user can export the excel file by clicking on the export icon that appears on expanding the three dots icon as shown in the screenshot below:

  <div align="center"><img src="/files/4KfnF7voEEfcPDw9FYWe" alt="" width="2000"></div>
* On clicking the highlighted icon in the given screenshot, the excel file will be downloaded(zip file format).

  <div align="center"><img src="/files/MR72ecuPUnB5GxIck1yC" alt="" width="2000"></div>

### Export Multiple Excel Files

* The user can select the radio buttons beside the respective files and click on export icon to export more than one file at a time.

  <div align="center"><img src="/files/pvULLUH1lHVl5ssvuUS0" alt="" width="2000"></div>
* Similarly user can select the radio button in the Excel Files column to export all the files at once.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opstech.gitbook.io/opstech-docs/integrate/configure-integrations/excel-upload.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
