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

Using another excel file #9

Open
SarviSarvi opened this issue May 21, 2023 · 1 comment
Open

Using another excel file #9

SarviSarvi opened this issue May 21, 2023 · 1 comment

Comments

@SarviSarvi
Copy link

Hello,

Thank you so much for the tutorial!
When I use another Excel, I get an error (1. Input string was not in a correct format. (line: 0)). I do not know how to fix it.
I refer my x, y, and z values to rows 13, 14, 15.
Untitled - Rhinoceros 7 Corporate -  Perspective  21_05_2023 20_19_57
oasis_longitudinal_noNA - Excel 21_05_2023 20_19_20

@MikaelSpinnangr
Copy link

MikaelSpinnangr commented May 21, 2023

Hey there,

Input string was not in a correct format is probably coming from the Convert.ToDouble. You need to check if what you are converting actually has a number. maybe there is an entry that has a comma instead of a dot etc..

you can do try catch statment to see what is happening.

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