You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup: As you can see i set two cells "B1" and "C1" and create a table over their range.
Now i would expect that the "Cell access" via FsAddress on "B1" should return "My Column 1", but instead it returns "My Column 2".
Testing the same access for "A1" and "C1" shows, that this cell access, even though it is done via address works relative to table start, which i can only assume is a bug.
I would understand and appreciate this behaviour in a function with index based access but not here.
The correct insert can be checked via:
letb1= FsAddress("B1")
ws.GetCellAt(b1.RowNumber, b1.ColumnNumber).Value // "My Column 1"
The text was updated successfully, but these errors were encountered:
Freymaurer
changed the title
[BUG] FsTable.Cell access seems to be relative to table start
[BUG] FsTable.Cell access is relative to table start
Jul 27, 2023
kMutagene
added
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
and removed
bug
Something isn't working
labels
Jun 5, 2024
Setup: As you can see i set two cells "B1" and "C1" and create a table over their range.
Now i would expect that the "Cell access" via FsAddress on "B1" should return
"My Column 1"
, but instead it returns"My Column 2"
.Testing the same access for "A1" and "C1" shows, that this cell access, even though it is done via address works relative to table start, which i can only assume is a bug.
I would understand and appreciate this behaviour in a function with index based access but not here.
The correct insert can be checked via:
The text was updated successfully, but these errors were encountered: