.net - Populating an Excel template programmatically without Excel installed -


we have server has sql (specifically ssis) no excel installed (and our policies prohibit this), data ssis needs generate formatted excel file (with fixed images) , place in output directory.

is possible programmatically (using possibly .net) populate excel template file values, , source data charts, without excel being installed on computer?

@pubs, think, may consider using aspose.cell .net apis not require availability of excel application in order dynamically create, manipulate or convert spreadsheets. moreover, these apis provide verity of means import data onto worksheet such array, arraylist, datatable, datacolumn, dataview, datagrid, datareader, & gridview. furthermore, if have pre-configured charts on spreadsheet, can update chart's data source refresh new data or create chart scratch convert chart/spreadsheet verity of formats. work developer evangelist @ aspose.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -