|
|
HI All,
I am using EPPlus library for the first time. I want a create a cell instead of accessing it like worksheet.Cells["A1"] or worksheet.Cells[1,1]. The idea is to create a cell, provide it formatting and add it to a row at a specific
column based on certain condition. Let me know if I can achieve this.
Thank you
|
|
|
|
The cell is basically empty when you access it the first time.
Thus there is no need to create/instance a new cell. Conditional/programmaticallty formatting is possible. Do you want to achieve this dynamically with a formula or statically inside the C# program?
|
|