G
Guest
Hello,
When the user of my app selects some rows from an open excel file and
drag-n-drops them onto my form, I need to be able to parse those lines and
create a datatable that would match the original selected Excel rows.
Is there any way the I can create a DataTable from CSV that is just droppped
onto the form?
I tried parsing each line myself, using some regular expressions I found
online, but they would fail if a cell in the Excel row contained quotes or
commas.
Any help is GREATLY appreciated!
Thanks
-Flack
When the user of my app selects some rows from an open excel file and
drag-n-drops them onto my form, I need to be able to parse those lines and
create a datatable that would match the original selected Excel rows.
Is there any way the I can create a DataTable from CSV that is just droppped
onto the form?
I tried parsing each line myself, using some regular expressions I found
online, but they would fail if a cell in the Excel row contained quotes or
commas.
Any help is GREATLY appreciated!
Thanks
-Flack