Skip to content
New issue

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

Not to reset already defined types when reimporting #6

Closed
kimsama opened this issue Apr 1, 2015 · 3 comments
Closed

Not to reset already defined types when reimporting #6

kimsama opened this issue Apr 1, 2015 · 3 comments

Comments

@kimsama
Copy link
Owner

kimsama commented Apr 1, 2015

Whenever reimport a spreadsheet all types are reset, even the changes are adding a few columns or change of column name.

@quan-nguyen
Copy link

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 });

@kimsama
Copy link
Owner Author

kimsama commented Jun 29, 2016

Could you explain it for more details? What exactly you means? Any suggestion or good idea may appreciate.

@kimsama
Copy link
Owner Author

kimsama commented Aug 10, 2016

Fixed in issue #19

@kimsama kimsama closed this as completed Aug 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants