Quantcast
Channel: npoi Discussions Rss Feed
Viewing all articles
Browse latest Browse all 637

New Post: How to copy cell to another workbook keeping original style?

$
0
0
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?

Viewing all articles
Browse latest Browse all 637

Trending Articles