Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to read Excel file in asp/Asp.net/vb/vb.net

I am writing a program in that i need to read the excel file.
Any can help me in this context
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to read Excel file in asp/Asp.net/vb/vb.net

There are different ways to export data into Excel and you could find them here

http://support.microsoft.com/kb/306022/

1. Using Automation method gives you full control about what could be
generated, but it is much slower than Jet and consumes a lot of memory. In
addition Automation is COM-based. This method generates true XLS files

2. Using Jet OLEDB is pretty fast, but does not provide formatting
capabilities, and if you do not need any formating, it could be what you
need. It also generates true XLS files

3. You can also try .NET components I have created to work with Excel (you
can download them from my web site). They do not need Excel or Jet installed
and work on binary level and allow generating Excel files in native XLS, XLSX
or Excel XML formats.

--
Val Mazur
Microsoft MVP
http://xport.mvps.org


"IE 7.0 supporting the 3KB of querystring" wrote:

I am writing a program in that i need to read the excel file.
Any can help me in this context

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you save an excel file to be read as IBM-type text file ? Dee Franklin Excel Worksheet Functions 2 October 10th 06 02:46 AM
excel 2002 -how can you convert a file to a pdf read only file? spunkyf15 Excel Discussion (Misc queries) 4 September 29th 06 09:36 PM
Pasword protected Excel file encrypted, how do I read this file? jonesteam Excel Discussion (Misc queries) 2 December 12th 05 06:32 PM
"Unable to read file" error message when opening a Excel file that contains a PivotTable report. Tim Marsden Charts and Charting in Excel 2 October 15th 05 02:10 PM
Excel file won't open because it' a read only file when it is not IanB Excel Discussion (Misc queries) 1 September 12th 05 01:28 PM


All times are GMT +1. The time now is 03:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"