ICellText rename
All checks were successful
Publish NuGet packages / publish (push) Successful in 26s
All checks were successful
Publish NuGet packages / publish (push) Successful in 26s
This commit is contained in:
@@ -445,7 +445,7 @@ internal sealed class ExcelCell : ICell
|
||||
// Преобразуем RunProperties в RunFormat (можно вынести в отдельный метод)
|
||||
format = RunFormat.FromRunProperties(run.RunProperties);
|
||||
}
|
||||
textObj.AddRun(text, format);
|
||||
textObj.Run(text, format);
|
||||
}
|
||||
return textObj;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user