Hi Support,
I have a requirement where I would like to tag few information with cells like
- Table Name - table name in the database from which data of that particular cell contains
- Column Name - column name in that table from which data of that particular cell contains
- PK ID - primary key id of that record
For Eg: If we are printing a invoice for Account number 5 and if cell C5 contains a marker “&=Account.AccountName”, then while merging data the I would like to tag the below information to the cell.
- Table Name - Account
- Column Name - AccountName
- PK ID - 5
I would like to do this on the fly when the merging happens. I know there is a call back function in aspose.words where we can do. Is there any call back function in aspose.cells where i can create a tag to a cell, while merging data.
Cheers,
ValuePRO