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
When checking if a cell is a RepeatValue, we could allow a regex given by the config.
This would help in case the repeat value is different.
However, it might be better to instead define a regex for the splitter.
I.e., the hyphen/slash/comma/etc. that splits the repeat value, should any exist.
The text was updated successfully, but these errors were encountered:
When checking if a cell is a RepeatValue, we could allow a regex given by the config.
This would help in case the repeat value is different.
However, it might be better to instead define a regex for the splitter.
I.e., the hyphen/slash/comma/etc. that splits the repeat value, should any exist.
The text was updated successfully, but these errors were encountered: