Hi ,
We have a requirement to download data in any template what user uploads.User will choose templates one among the template options provided and the data has to get bind to that template and downloaded.
If we want to implement this we have to do it manually identifying what is the template chosen and based on template identify where to place header and data.
Do you have any option to do it dynamically ?
Hi Venkitaraman,
Thank you for considering Aspose APIs.
Please note that the Data Binding means when the source is changed, the data in the template should automatically change. I am afraid, Aspose.Cells APIs do not offer such means, however, the Aspose.Cells APIs provide a bunch of methods to
import data onto the worksheet. When you need to refresh the data with updated source, you have to re-import the data.