cancel
Showing results for 
Search instead for 
Did you mean: 

load data from excel to a table in hanacloud

Eisson
Participant
0 Kudos
598

hello community I hope you are well,

I have a question about whether it is possible to load data from an excel connection to HanaCloud.

Why does the question arise? since there is a way to visualize the data through different types of connections, for example by ODBC we can visualize the views created in the HanaCloud database in Excel

Best Regards.

View Entire Topic
dvankempen
Product and Topic Expert
Product and Topic Expert

Hi Eisson,

You can load data from Excel into SAP HANA and SAP HANA Cloud. You would use an ODBC connection for this.

As documented

There is also a tutorial that goes through the procedure step-by-step. Note that this applies to both the platform on-premises as the cloud: same technology.

Eisson
Participant
0 Kudos

Hi Thanks for your reply, the connection part is useful to me.

But the part of loading data I do not think I have made myself understood yet, is for example in an excel sheet I have the columns and rows, the columns are equal to a table of the HanaCloud Database and by means of a button with logic to be able to load the new data to the database example the image, that when I click on the CARGAR button I upload that data

Thanks.

dvankempen
Product and Topic Expert
Product and Topic Expert
0 Kudos

You are looking for an Excel macro which loads data into SAP HANA Cloud?

This is not provided by SAP.

Here is an implementation example for SQL Server, which you might be able to adapt

In the past, others have questioned about this on the community; you might find other sample when searching a bit more

Eisson
Participant
0 Kudos

Hi,

Tthank you very much for your answer, if I will try to adapt it

Regards