Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

ODBC: Updating Microsoft Excel connection documents #581

Merged
3 changes: 3 additions & 0 deletions sql-odbc/docs/test/data_connection_wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@

<img src="img/data_connection_wizard_load_data.png">

**NOTE**: If **Legacy Wizards** is disabled in Microsoft Excel, It can enabled by **File** > **Options** > **Data** > **Show legacy data import wizards** > Check **From Data Connection Wizard (Legacy)**.

<img src="img/data_connection_wizard_enable.png" width=600>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions sql-odbc/docs/test/microsoft_query_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

<img src="img/microsoft_query_disable_use_the_query_wizard_option.png" width="500">

<img src="img/microsoft_query_table_options.png" width="300">

* Select table and click on **Add**.

<img src="img/microsoft_query_select_tables.png" width="300">
Expand Down
Binary file added sql-odbc/docs/user/img/test_dsn_configure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sql-odbc/docs/user/img/test_dsn_success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion sql-odbc/docs/user/microsoft_excel_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
* [Open Distro for Elasticsearch SQL ODBC driver](https://opendistro.github.io/for-elasticsearch-docs/docs/sql/odbc/)
* A preconfigured [User or System DSN](../../README.md)

## Test Successful Connection

* Open **ODBC Data Source Administrator**.
* Click on **System DSN**.
* Select **ODFE SQL ODBC DSN**.
* Click on **Configure**.

<img src="img/test_dsn_configure.png" width=500>

* Modify connection attributes accordingly.
* Click on **Test**.

<img src="img/test_dsn_success.png" width=300>

* You should get a message as **Connection Successful**.

## Load data

* Open blank workbook in Microsoft Excel.
Expand All @@ -30,7 +46,7 @@

<img src="img/excel_load_data.png">

**NOTE**: There are multiple ways to load data in Microsoft Excel. Alternate options are **Data** > **Get Data** > **From Other Sources** > **From Microsoft Query** and **Data** > **Get Data** > **Legacy Wizards** > **From Data Connection Wizard**.
**NOTE**: There are multiple ways to load data in Microsoft Excel. Alternate options are [Data Connection Wizard](../test/data_connection_wizard.md), [Microsoft Query Connection](../test/microsoft_query_connection.md) and [Query Wizard Connection](../test/query_wizard_connection.md). These connection modes will load data relatively faster.

## Refresh Data

Expand Down