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

Spreadsheet from workbook

1 Answer 148 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 05 Jan 2016, 04:01 PM

how can get the spreadsheet from workbook if the workbook is created from to json?

 

public ActionResult MyAction(string data, string extension)
        {
          
            Workbook workbook = Workbook.FromJson(data);

            // I need do something here with the spreadsheet
        }
    }

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 08 Jan 2016, 07:34 AM
Hello,

Sorry for the delayed reply.

The Workbook can be converted to a Spreadsheet document using the ToDocument method. See Convert a Workbook to a DPL.

I hope this helps.

Regards,
T. Tsonev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Spreadsheet
Asked by
Luis
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or