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
In our project, we have named ranges based on formulae which contain commas. When the import procedure tries to parse NamedRanges.csv, it gets in a pickle because of our extra commas.
I fixed this by writing and reading the NamedRanges.csv file using semicolon as a separator instead. I can submit a pull request for this if you think it's a good step!
Thanks!
Ste
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for making this add-in!
In our project, we have named ranges based on formulae which contain commas. When the import procedure tries to parse
NamedRanges.csv
, it gets in a pickle because of our extra commas.I fixed this by writing and reading the
NamedRanges.csv
file using semicolon as a separator instead. I can submit a pull request for this if you think it's a good step!Thanks!
Ste
The text was updated successfully, but these errors were encountered: