Is it possible for format a Excel Table adding data with Markers with SyncFusion XlsIO ASP.NET? -


i have excel file (that use template) 2 rows. first 1 table headers, , second 1 data markers (eg. %customer.name). 2 rows setted table in excel.

when applymarkers, example 2 data rows created, first 1 part of table (with correct table formatting). excel table isn't "refreshed" include data rows added.

this able extrememl doing : table.fill(reportdata, datasetname);

is possible, without post processing after applying markers?

thanks in advance, ricardo

this feature not supported.

to accomplish same result have fill data first , range want make table do:

sheet.listobjects.create("table1", datarange); 

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -