database - How to pass data to Online Excel workbook using C# -




for desktop excel client , add-in, able prepare data, create excel object , open new workbook data pre-populated in same.

similarly, trying develop excel online add-in, need pass data online excel worksheet , open worksheet external (c#) application url. data should prepopulated or minimum clicks, should able fetch data database.

currently, workaround, saving data(that has exported) database, , open workbook in online excel, have click-open add-in , further coded logic fetches data database , of office.js , populate sheet.

it great if me in implementing better approach achieve same.

thanks in advance!





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -