jjf12554
Results
1
issues of
jjf12554
ExcelOpenXmlTemplate.Impl if (rowInfo.IEnumerableMercell != null) continue; // https://github.com/shps951023/MiniExcel/issues/207#issuecomment-824518897 for (int i = 1; i < rowInfo.IEnumerableMercell.Height; i++) { 这里的IEnumerableMercell 为null时候,NullReferenceException
help wanted