i need to create some larger excel sheets using a "template" for colors, forumulas and styles.
(template is attached).
1st thing i do is adding the nr of needed rows using
ws.Row(srcrow).InsertRowsBelow();
srcrow is the row with the colors, formulas and stuff
when i open the template with XLEventTracking.Enabled i get Out of memory exeptions on some larger files.
when i try it with XLEventTracking.Disabled it seem a lot better with memory usage, but the copy'd rowd dont have colors styles or formulas.
C.huede
Comments: ** Comment from web user: chuede **
(template is attached).
1st thing i do is adding the nr of needed rows using
ws.Row(srcrow).InsertRowsBelow();
srcrow is the row with the colors, formulas and stuff
when i open the template with XLEventTracking.Enabled i get Out of memory exeptions on some larger files.
when i try it with XLEventTracking.Disabled it seem a lot better with memory usage, but the copy'd rowd dont have colors styles or formulas.
C.huede
Comments: ** Comment from web user: chuede **
Noone with any idea on the excessive memory usage on closedXML ?