Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Spreadsheet - Set Filter and apply as table
posted

Hi ,

Am going through some examples given here 

https://es.infragistics.com/products/ignite-ui-angular/angular/components/excel-library-using-tables

 consider below line used for creating table 

var table = worksheet.tables().add("A1:G10", true);


in my case i already have data and want to apply table for the region where the data is available dynamically based on spreadsheet content

const worksheet = this.spreadsheet.workbook.worksheets(0);
worksheet.tables().add("this needs to be dynamic", true);
and how can i programmatically apply or clear  filter on the spreadsheet value 
 
Parents
No Data
Reply Children
No Data