Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~25.4K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for anithasalavadi

Here is a good example how open/read/write Excel files from ASP.NET . For that you will need GemBox Excel component for .NET . Download free version and see if it helps you.

Member Avatar for Makara
0
5K
Member Avatar for arny1

Hi, you can try using 3rd party components like for example GemBox .NET Excel component . It has free version which you can use to see if it helps you. Here you have plenty examples how to use component for various actions in .NET .

Member Avatar for gilesbradley
0
2K
Member Avatar for daskeyboard

I just want to inform you that there are better ways to Read/Write XLS/CSV/HTML/XLSX files from VB.NET than using Excel Automation ( http://www.gemboxsoftware.com/GBSpreadsheet.htm) . You can use our Free Spreadsheet .NET Component ( http://www.gemboxsoftware.com/GBSpreadsheetFree.htm ) even in your commercial applications.

Member Avatar for kvprajapati
-2
17K
Member Avatar for Luckychap

Hi, If you want to use Excel 2007 (XLSX file format) then you could use some template XLSX file and XMLWriter. You can see how it can be done from ASP.NET at: <URL SNIPPED> Mario

Member Avatar for mojie
0
130
Member Avatar for Fungus1487

Hi, using Interop is not best way to work with Excel in .NET. You can try using GemBox .NET Excel component which is free for commercial use (limit is 150 rows). [url]http://www.gemboxsoftware.com/GBSpreadsheet.htm[/url] Here is a list of reasons why GemBox.Spreadsheet is better then Excel Interop and Excel Automation [url]http://www.gemboxsoftware.com/Excel-Automation.htm[/url]

Member Avatar for BarbaMariolino
0
982
Member Avatar for sajithkahawatta

Hi, Using Automation is not the way to have Excel or Word support on your web page. You will probably have to use some third party component. Here you can find a few reasons why is GemBox.Spreadsheet better then Automation: . GemBox.Spreadsheet is a .NET component for reading/writing XLS, XLSX, …

Member Avatar for hermsen
0
765
Member Avatar for darsh999

Hi, You can read XLSX files with Excel 2003 and older using Microsoft Office Compatibility Pack: http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en Mario www.GemBoxSoftware.com Hi I have ms-office 2003 on my comp and want to continue using that ... but some of the friends have started using ms-office 2007 (which i dont like) .... so …

Member Avatar for jbennet
0
162
Member Avatar for Pgmer

Hi, Well if you want to use SQL queries, then you should use OLEDB. However the better way to work with Excel files is to use Excel Automation or some third party component. I recommend you to use GemBox.Spreadsheet .NET component for reading/writing XLS, XLSX, CSV and HTML files. We …

Member Avatar for Pgmer
0
96
Member Avatar for farifari

Hi, Using Excel Automation has many issues and you would maybe rather use some third party component. Here you can see why is GemBox.Spreadsheet better then Excel Automation: http://www.gemboxsoftware.com/GBSpreadsheet.htm#Automation . GemBox.Spreadsheet is a .NET component for reading/writing XLS, XLSX , CSV and HTML files from your .NET applications. There is …

Member Avatar for charitha_sharma
0
196

The End.