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

@@ -2,8 +2,8 @@
internal static class CellAddressHelper
{
private const string letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
private static readonly uint[] _powers = [1, 26, 676];
const string letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
static readonly uint[] _powers = [1, 26, 676];
public static uint ColumnLetterToIndex(string col)
{