We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever reimport a spreadsheet all types are reset, even the changes are adding a few columns or change of column name.
The text was updated successfully, but these errors were encountered:
in GoogleMachineEditor.cs this code is not good
if (headerDic != null && headerDic.ContainsKey(cell.Value)) machine.HeaderColumnList.Add(new HeaderColumn { name = cell.Value, type = headerDic[cell.Value].type });
Sorry, something went wrong.
Could you explain it for more details? What exactly you means? Any suggestion or good idea may appreciate.
Fixed in issue #19
No branches or pull requests
Whenever reimport a spreadsheet all types are reset, even the changes are adding a few columns or change of column name.
The text was updated successfully, but these errors were encountered: