I wrote an app which is generating some report and after clicking right button it exports all data to Excel. When I personally use it I don't want to press button. I want to do: CTRL+A, CTRL+C and paste it to Excel.
The problem here is that after CTRL+V it pastes 241 rows to Excel but in report there are 244 rows. It cuts 3 rows. I have no idea why, I tought that there is a limit but when I'm generating report with less rows it also cuts 2 rows. Any idea why is it happening ?
BTW: I didn't write any method for copying so I couldn't screw anything. I would be grateful if someone would help me.