Hello Tonyqus,
I have some questions:
How can I get original workbook as template using NPOI?
When I clone or set the style of original workbook to new one. I got "excel corruption errors".
//ICellStyle newStyle = maskedWb.CreateCellStyle();
//newStyle.CloneStyleFrom(oldStyle);
//maskedCell.CellStyle = newStyle;
What should I do?
I have some questions:
How can I get original workbook as template using NPOI?
When I clone or set the style of original workbook to new one. I got "excel corruption errors".
//ICellStyle newStyle = maskedWb.CreateCellStyle();
//newStyle.CloneStyleFrom(oldStyle);
//maskedCell.CellStyle = newStyle;
What should I do?