-
Notifications
You must be signed in to change notification settings - Fork 300
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
column skiped #160
Comments
It would be helpful if you also attach an affected xls/xlsx file as well (I don't need the actual data you're using, just some that presents the same issue). I can just type in the data you've provided in your screenshot, but that doesn't always work in reproducing the issue. |
I've Attached the file |
I will try to look at this today. |
I don't see any attachments. Anyway, as I suspected, when filling in a spreadsheet myself, I do not see the issue you're talking about. I need more to go on than you've given me.
|
Also, you don't indicate which variable you're inspecting. I had to assume it was "records". |
I'm experiencing a similar issue, although based on my testing it appears to be skipping the first column if all of the cells are empty. In the linked file, if I change cell A1 to be a single space character, it finds the column. Otherwise, it does not. This makes it difficult to use across a large set of files that all have the same template (but don't adhere to mappable format), as the columns may be shifted depending on their content. Answering your questions from above: LinqToExcel 1.11.0
|
this should be pretty self explanatory. its skipping the first column. this is pretty basic functionality and im disappointed its falling over at this stage.
The text was updated successfully, but these errors were encountered: