chore: automated commit

This commit is contained in:
Allan Bowe 2021-05-12 21:42:21 +03:00
parent f8563d270b
commit fc4b5d839c
5 changed files with 146 additions and 0 deletions

26
docs/excel.md Normal file
View File

@ -0,0 +1,26 @@
---
layout: article
title: Excel
description: Load Excel to SAS whilst retaining your favourite formulas! Data can be on any sheet, on any cell, even surrounded by other data. All versions of Excel supported.
og_image: img/excel_results.png
---
# Excel Uploads
Data Controller for SAS® supports all versions of excel. Data is extracted from excel from within the browser - there is no need for additional SAS components. So long as the column names match those in the target table, the data can be on any worksheet, start from any row, and any column.
The data can be completely surrounded by irrelevant data - the extraction will stop as soon as it hits one empty cell in a primary key column. The columns can be in any order, and are not case sensitive. More details [here](/dcu-fileupload/#excel-uploads).
## Formulas
It is possible to configure certain columns to be extracted as formulae, rather than raw values. The target column must be character, and it should be wide enough to support the longest formula in the source data. If the order of values is important, you should include a row number in your primary key.
Configuration is as follows:
![](img/excel_config_setup.png)
Once this is done, you are ready to upload:
<iframe width="560" height="315" src="https://www.youtube.com/embed/Reg803vI2Ak" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
If you would like further integrations / support with excel uploads, we are happy to discuss new features. Just [get in touch](https://datacontroller.io/contact).

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
docs/img/excel_results.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,7 @@ nav:
- Configuration:
- Dates / Datetimes: dcc-dates.md
- Emails: emails.md
- Excel Formulas: excel.md
- Groups: dcc-groups.md
- Options: dcc-options.md
- Security: dcc-security.md