Import excel document (base64 string) in spreadsheet.

1 Answer 409 Views
Spreadsheet
Kamran
Top achievements
Rank 3
Iron
Iron
Veteran
Kamran asked on 22 Jul 2022, 07:28 AM | edited on 22 Jul 2022, 07:32 AM

I am trying to integrate spreadsheet into Oracle apex application.  Oracle application process (apex.server.process) returns base64 of excel document on page load. 

I want to bind base64 string as datasource to spreadsheet. I am new to Kendo UI, Can you please assist me how I can do binding.

I found some articles, and have knowledge about Telerik document processing, but I dont want to use external webservices along with oracle apex. Is there any way, where client can convert base64 string to localfile or json

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 27 Jul 2022, 06:51 AM

Hello Kamran,

You can use the fromFile method and pass in a Blob instance. If you need help with creating a Blob instance out of a base64 string you can check out this SO thread: https://stackoverflow.com/questions/16245767/creating-a-blob-from-a-base64-string-in-javascript

Let me know if need any further assistance.

Regards,
Ianko
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Spreadsheet
Asked by
Kamran
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Ianko
Telerik team
Share this question
or