diff --git a/docs/excel.md b/docs/excel.md new file mode 100644 index 0000000..f15a067 --- /dev/null +++ b/docs/excel.md @@ -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: + + + +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). + diff --git a/docs/img/excel_config_setup.png b/docs/img/excel_config_setup.png new file mode 100644 index 0000000..95b7bbe Binary files /dev/null and b/docs/img/excel_config_setup.png differ diff --git a/docs/img/excel_results.png b/docs/img/excel_results.png new file mode 100644 index 0000000..ee5664e Binary files /dev/null and b/docs/img/excel_results.png differ diff --git a/docs/slides/innovation/index.html b/docs/slides/innovation/index.html new file mode 100644 index 0000000..b24e96d --- /dev/null +++ b/docs/slides/innovation/index.html @@ -0,0 +1,119 @@ +
+
+
h:5em align:right
+ +

Data Controller for SASĀ®

+

Allan Bowe

+

Capturing Business Data

+
+
+
h:5em align:right
+ +

Loading Business Data to Controlled Platforms

+

https://app.vyond.com/videos/2d8ffb4d-560b-4d51-a012-3a55414eed8c

+
+
+
h:5em align:right
+ +

SAS 9 Data Lineage

+ +
+
+
h:5em align:right
+

Customer Feedback

+ + + + + + + + + + + + + + + +
InsurancePharmaTravel & Tourism
width:360width:360height:220
+

datacontroller.io/category/use-cases

+
+
+
h:5em align:right
+ +

Complementary Products

+
    +
  • DI Studio
  • +
  • DDS Implementations
  • +
  • Viya
  • +
+
+
+
h:5em align:right
+ +

Complementary Strategy

+
    +
  • New SAS Customers
  • +
  • Increased adoption of SAS
  • +
  • Encourage Cloud Migration (Seamless v9 - Viya)
  • +
+
+
+
h:5em align:right
+ +

Open Source

+

SAS Dev Ops framework

+ + +
+
+
h:5em align:right
+ +

Easy to Deploy

+

https://vimeo.com/328175910

+
+
+
h:5em align:right
+ +

Pricing

+
    +
  • Accessible (free for up to 5 users)
  • +
  • Simple (1k EUR per user per year)
  • +
  • Capped (100k per year)
  • +
+
+
+
h:5em align:right
+ +

Roadmap

+
    +
  • Row Level Security
  • +
  • Container for Viya 4
  • +
  • App Support for Base SAS
  • +
+
+
+
h:5em align:right
+

questions

+
+

developer experience

\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index adee6e2..38b9be9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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