export to excel

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
can i use excel viewer ?

Carlos J. Quintero said:
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
 
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
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top