Open samcov opened 1 year ago
I'm having the same issue. Sadly the template file is strictly required for my purpose and it can't be changed. I need to modify the data in template only.
Did you ever find an solution?
I switched to NPOI, then perfection!
I basically use the standard example to write to a file using a template, however the template is not being preserved, and the cells do not observe the text formatting (See the picture).
In the picture, the top is the template, and the first 2 rows contains static information, a header if you will.
However, it's completely missing in the output file, as well as the formatting & lines.
Is there a setting or something I'm missing?