many debugs
All checks were successful
Publish NuGet packages / publish (push) Successful in 28s

This commit is contained in:
melekhin
2026-06-19 15:06:40 +07:00
parent 08b39b7bfe
commit e373d4108a
24 changed files with 1569 additions and 632 deletions

View File

@@ -6,8 +6,8 @@
/// </summary>
internal sealed class ExcelRun : IRun
{
private string _text = string.Empty;
private RunFormat? _format;
string _text = string.Empty;
RunFormat? _format;
/// <inheritdoc />
public string Text