Quantcast
Channel: BlogoSfera » need
Viewing all articles
Browse latest Browse all 40

Formula causing .xlsx to need repair on open

$
0
0

I’m generating an .xlsx file using the EPPlus library. I create several worksheets, each with multiple rows. Some rows have a cell reference in column J which I am inserting using the following: for (int i = 2; i < rowCount; i++) // start on row 2 (header) { var formula = GetCellRefFormula(i); worksheet.Cells[$"J{i}"].Formula = […]

The post Formula causing .xlsx to need repair on open appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 40

Trending Articles