Hi there,
I’ve created some modules to export some info to Excel XLSX
format using the classes Workbook and Worksheet from Telerik.Web.Spreadsheet.
So far so good, but now I
need to setup the page (paper size and margins) for some Worksheets but I don’t
see any method or property about this functionality in Telerik.Web.Spreadsheet.
Searching the web, I’ve realized
that there’s another API in the assembly Telerik.Windows.Documents.Spreadsheet.dll.
In fact, this link shows the features I need
https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/worksheetpagesetup
Right now I’ve a lot of
code written in my exporters to Excel using the API in the Telerik.Web.Spreadsheet.
Is it possible to setup the
page using the Telerik.Web.Spreadsheet API?
If not what are my options?
Thank you.