.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
Post a Comment