ICellText rename
All checks were successful
Publish NuGet packages / publish (push) Successful in 26s

This commit is contained in:
melekhin
2026-06-16 12:03:56 +07:00
parent 282be475d5
commit 804fc84563
3 changed files with 21 additions and 21 deletions

View File

@@ -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;
}