V
V
voronin_denis2016-12-09 12:55:21
JavaScript
voronin_denis, 2016-12-09 12:55:21

How to change XLS document from Backbone.Model and then print?

There is an XLS document template on the server, you need to substitute the data from the Backbone Model there and print the document.
On Asp, I didn't use the GemBox.Spreadsheet library. Is there something similar in JS. ? Or maybe somehow you can link the model through a Post request to ASP ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir, 2016-12-09
@vintello

vardata = model.toJSON();
and in the post request it :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question