Skip to main content

Excel

Overview

Microsoft Excel is a commonly spreadsheet program for managing and analyzing numerical data. You can use Microsoft Excel as a source for your Data Syncs by following the instructions below.

Example use case

You have an Excel spreadsheet that contains your Employee information. You want to use a batch sync to pull this info into a Cinchy table and liberate your data.

tip

The Excel source supports batch syncs.

danger

The Excel source doesn't support Binary data types.

Info tab

You can find the parameters in the Info tab below (Image 1).

Values

ParameterDescriptionExample
TitleMandatory. Input a name for your data syncEmployee Sync
VariablesOptional. Review our documentation on Variables here for more information about this field. When uploading a local file, set this to @filepath.@filepath
PermissionsData syncs are role based access systems where you can give specific groups read, write, execute, and/or all of the above with admin access. Inputting at least an Admin Group is mandatory.

Image 1: The Info Tab

Source tab

The following table outlines the mandatory and optional parameters you will find on the Source tab (Image 2).

The following parameters will help to define your data sync source and how it functions.

:::tip Registered Applications

For information on setting up registered applications for S3 or Azure, please see the Registered Applications page.

:::

ParameterDescriptionExample
(Sync) SourceMandatory. Select your source from the drop-down menu.Delimited File
SourceLocation of the source file. Supports Local upload, Amazon S3, Azure Blob Storage with various authentication methods.Local
Sheet NameMandatory. Name of the sheet to sync.Employee Info
Header Rows to IgnoreMandatory. Number of top rows to ignore before data starts (includes column header).1
Footer Rows to IgnoreMandatory. Number of bottom rows to ignore.0
PathMandatory. Path to source file. Local file upload requires Variable in Info tab.@Filepath
AuthTypeDefines the authentication type. Supports "Access Key" and "IAM role". Read documentation for setup.
Test ConnectionUse to verify credentials. If successful, a "Connection Successful" pop-up appears.

Image 2: Define your Source

Next steps