Can vb.net export data to excel file and any license requirement?

Re: export to excel by Carlos

Carlos
Mon Sep 19 04:36:18 CDT 2005

AFAIK, VB.NET can not export to Excel directly, it can export to plain text
files (.csv, etc.). To export to .xls files you would need Excel installed
and then you can use it through automation to fill a sheet with data and
save it.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Joe" <Joe@discussions.microsoft.com> escribió en el mensaje
news:071504EE-AE4A-4A81-AE29-C8720E560DB9@microsoft.com...
> Can vb.net export data to excel file and any license requirement?



Re: export to excel by Joe

Joe
Mon Sep 19 07:31:04 CDT 2005

can i use excel viewer ?

"Carlos J. Quintero [VB MVP]" wrote:

> AFAIK, VB.NET can not export to Excel directly, it can export to plain text
> files (.csv, etc.). To export to .xls files you would need Excel installed
> and then you can use it through automation to fill a sheet with data and
> save it.
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
> You can code, design and document much faster.
> Free resources for add-in developers:
> http://www.mztools.com
>
> "Joe" <Joe@discussions.microsoft.com> escribió en el mensaje
> news:071504EE-AE4A-4A81-AE29-C8720E560DB9@microsoft.com...
> > Can vb.net export data to excel file and any license requirement?
>
>
>

Re: export to excel by Carlos

Carlos
Tue Sep 20 04:38:10 CDT 2005

I don´t think so, I guess it only allows you to view and to print, but not
to modify.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Joe" <Joe@discussions.microsoft.com> escribió en el mensaje
news:2DA3761A-0BA0-4A51-BCB3-217F81FBA65D@microsoft.com...
> can i use excel viewer ?
>


Re: export to excel by Joe

Joe
Fri Sep 23 11:06:03 CDT 2005

Yes, i want the export excel to be a report for user to view and doesn't let
them to modify it, can i use the component to inside to client legally?