G
Guest
Is there a simple way to export the data from a DataTable (or even better a
DataView) in a format other than XML? In particular, how about a simple way
to export and save data directly to a new .xls file. I guess that if I needed
to I could write a line at a time to a .txt file and create a tab delimited
file, but I'm lookin' for some method() or pre-written code snippet that will
export directly to an .xls file.
DataView) in a format other than XML? In particular, how about a simple way
to export and save data directly to a new .xls file. I guess that if I needed
to I could write a line at a time to a .txt file and create a tab delimited
file, but I'm lookin' for some method() or pre-written code snippet that will
export directly to an .xls file.