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

Can I use the DLL on my Web Service backend to create docs?

1 Answer 59 Views
SpreadProcessing
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 19 Jun 2014, 09:01 PM
So could I used this in my WCF or C# Web API back end to create excel files or with the other new one, PDFs? 
Just use the Workbook workbook = new Workbook();  and then export to a stream and do whatever with it?

1 Answer, 1 is accepted

Sort by
0
Anna
Telerik team
answered on 23 Jun 2014, 10:54 AM
Hello,

Thank you for your question.

The RadSpreadProcessing is devised to work independently from any UI, so you can use it in a backend scenario.

As you mentioned, creating a new workbook is a good starting point. From there you can add the elements you'd like to it. I would suggest looking through the articles regarding the API, if you still haven't had the chance to do so.

This section of the documentation explains how to export the workbook you created into the format of your choice.

I hope this answers your question. If you have any further questions, please, do not hesitate to come back to us.

Regards,
Anna
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
SpreadProcessing
Asked by
danparker276
Top achievements
Rank 2
Answers by
Anna
Telerik team
Share this question
or