-
Notifications
You must be signed in to change notification settings - Fork 63
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
ReadExcel data with headers not on row 1 #132
Comments
Hi! |
Btw, what application do you use? Would be interesting to better understand the use cases :) |
A skipRows function would help. It's qPCR data from a thermo scientific machine. I'm testing some code to automate data evaluation in a pathology context. |
#132 Add `skipRows` parameter to enable reading data with header from…
Hi! Try |
Hey,
|
Oh, i see. You can specify column range as a workaround for now. |
Consider skipRows when obtaining column indexes #132
Thanks, this works! |
I think the first row after the header is skipped? |
Can't reproduce in a test. Can you send a minified example + code that reads it? |
Please try this project. The link expires after 7 days. Thanks! |
Hi! edit. |
also add some validation of user input. treat undefined rows in value rows range as nulls
I can confirm, it works now. Thanks! |
Hey,
how to read excel tables that don't have their headers on the first row? Many scientific applications export their data with printing device information into the first rows and then following with the actual data.
The text was updated successfully, but these errors were encountered: