---
title: "Updating Excel sheets"
slug: "updating-excel-sheets"
updated: 2019-08-29T06:31:59Z
published: 2019-08-29T06:31:59Z
canonical: "support.4straction.com/updating-excel-sheets"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.4straction.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Updating Excel sheets

## Basic idea

4Straction provides a way to map Excel sheets to system indicators and allow updating them via interface. This provides a seamless way to integrate manually updated backoffice excel data to web publishing process.

You can also import Excel sheets via API from your backoffice. ![image.png](https://cdn.document360.io/37a72df4-d599-40a2-b5ba-8b9ec4be1fcc/Images/Documentation/image%2856%29.png)

## Importing Excel sheets

You have to pass Base64 encoded string value for the Excel binary and integer configuration value for Excel configuration in the system. Currently you can get the integer value by studying the network traffic in the browser.

> **/v1/SheetExcelConfiguration&importAndProcessExcelFile** FileUploadHelperEntity { String Base64String } int sheetExcelConfigurationID

## Feedback

After successfull upload, you will get an entity representing PerformanceIndicatorTimePeriodSummary which you can iterate to find out that you really have that data understood and processed by the system that you want.
