This is a migrated thread and some comments may be shown as answers.

Read Excel file in cloud code

1 Answer 52 Views
Cloud Code
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sairaj
Top achievements
Rank 1
Sairaj asked on 20 May 2015, 12:38 PM

Hi,

 Could anybody tell me if there is any way to read excel file in cloud code and extract it's content by each row in cloud code. I have a app builder project where we need to upload excel files and store it's content in cloud data.

 

Thanks!

Sairaj

1 Answer, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 21 May 2015, 03:32 PM
Hi Sairaj,

In the Cloud Code you have access to the JavaScript SDK of Backend Services and common JavaScript specifications. Thus said, there is not an out-of-the-box solution for reading XLS files from the cloud code. You can accomplish this via an intermediary service on your own that is able to accomplish this and return the proper results.

However, I'd suggest that you construct your data model used by the client app (if this is applicable) and use the Backend Services data entities (JSON objects instead of XLS) to manipulate the data.

Let us know if you further questions arise.


Regards,
Anton Dobrev
Telerik
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
Tags
Cloud Code
Asked by
Sairaj
Top achievements
Rank 1
Answers by
Anton Dobrev
Telerik team
Share this question
or