Tim Lee

Results 5 comments of Tim Lee

NPOI 2.6 also has this bug, I have resolved it: [https://github.com/nissl-lab/npoi/blob/master/ooxml/XSSF/UserModel/Helpers/XSSFRowColShifter.cs#L69](https://github.com/nissl-lab/npoi/blob/master/ooxml/XSSF/UserModel/Helpers/XSSFRowColShifter.cs#L69) NPOI.OOXML.XSSF.UserModel.Helpers.XSSFRowColShifter =>UpdateRowFormulas (line 69) ``` public static void UpdateRowFormulas(IRow row, FormulaShifter Shifter) { XSSFSheet sheet = (XSSFSheet)row.Sheet; foreach (ICell...

So, How is the progress?