My question is very simple.
I started with LINQ days ago because the RPA activities sometimes are slow when in an Excel are more than 50.000 values, so I don’t have too much experience.
The question about my problem is:
For example, I have 2 excels => Excel1 and Excel2 (this 2 excels have the same headers but differet info)
I want to obtain all the info of Excel1 with LINQ without the headers, and then paste this info in the Excel2 at the same columns but under the info that Excel 2 have.
It’s simple, but I can’t becuase I can’t find a resource of info. So, I you can help me with the question and show me a link where how to learn LINQ I will appreciate it. Thank you!!
Thank you about the forum, seems fantastic to learn.
About the question, I didnt’ try with merge datatable, is the easiest way to pay the info of a excel under the info of the other excel? Is only do that.
Yes, but for example, with the first solution that you give me (append range) when the info of the other excel is pasted, remove the info and it’s paste it on the info, not under. Why?
lets shift to a common namings
Excel - Worksheets - Rows and Columns
Datatable - Rows and columns
we would interpretate that
In a Excel on a Worksheet datatable data are added to the already existing data on the end,
This we do with append range.
In case of the result is different / not within your expectations then please share with us some sample data and a screenshot of your implementation/XAML. Thanks
Okey, I have good news. Finally works so fine and fast with append range. So thank you very much, but I have a question. If I want to obtain all the info minus the last row, what could I do?
Thanks for all seriously