Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Basic.Net > Office Documents > Excel
Search:
What's New - What's Hot


Implementing an Excel-like formula engine        
Total Hits: 47  |  Today: 0 Author: Eugene Ciloci       Rating:  
Read Reviews | Write Review |   Your Rating: 

FormulaEngine is a .NET assembly that enables you to add formula support to your application. It takes care of parsing and evaluating formulas, tracking their dependencies, and recalculating in natural order. The formula syntax and much of the engine's functionality are direct replicas of Excel ensuring a low learning curve for users. The library is licensed under the LGPL and the project is hosted here on SourceForge....

HOW TO: Create an Excel Macro by Using Automation from Visual Basic .NET (Q303871)        
Total Hits: 1357  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how you can automate Excel from Visual Basic .NET to create a workbook that contains a new macro associated with a CommandBar button....

HOW TO: Handle Events for Excel by Using Visual Basic .NET (Q302814)        
Total Hits: 1426  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to handle Excel events from an Automation client that is developed with Visual Basic .NET....

Pulling Stock Quotes into Microsoft Excel        
Total Hits: 1046  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Steve Roman, the author of O'Reilly's Writing Excel Macros, shows how to keep a spreadsheet up to date by pulling stock quotes from the Web.
...

Q303871 - BETA-HOWTO: Create an Excel Macro Using Automation from Visual Basic .NET        
Total Hits: 1962  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how you can automate Excel from Visual Basic .NET to create a workbook that contains a new macro associated with a CommandBar button....

Accessing Excel Database using ADO.NET        
Total Hits: 46  |  Today: 0 Author: Mahesh Chand       Rating:  
Read Reviews | Write Review |   Your Rating: 

This program shows how access an access database using ADO. I have an Access 2000 database in project\bin\debug directory. My database name is mcTest.MDB. You can create your own database and copy in your project's debug directory. I am not attaching database with this code because of size problem....

Export complete database to excel file        
Total Hits: 81  |  Today: 0 Author: Dennis Betten       Rating:  
Read Reviews | Write Review |   Your Rating: 

First of all, I need to give some credit to Marc Brooks for publishing code which made it possible for me to make my code about a hundred times faster as it originaly was!
What does this code do:
As the title says, this code is capable of extracting all tables and it's data from any given database and export it to Excel! Every table gets it's own worksheet. I was searching the net for a program like this, but I didn't come accross any (free) versions. So I decided to write it myself....

Output Formatted Excel from Dataset        
Total Hits: 50  |  Today: 1 Author: Ranjith Pitton       Rating:  
Read Reviews | Write Review |   Your Rating: 

Very frequently one might need to create a report in Excel. To my dismay, I found out that there is still no option to create an Excel file with some simple formatting along with formula fields etc. Hence I decided to make an assembly which accepts a Dataset and fields to be summarized. It returns an Excel which automatically adjusts width and data formatting etc....

HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET, and Visual C# .NET        
Total Hits: 9995  |  Today: 1       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article demonstrates how to display data from an Excel worksheet through an ASP.NET (.aspx) page by using Visual C# .NET....

HOW TO: Transfer Data to an Excel Workbook by Using Visual Basic .NET (Q306022)        
Total Hits: 4874  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes numerous methods for transferring data to Excel 2000 or Excel 2002 from a Visual Basic .NET application. This article also presents the advantages and disadvantages of each method so that you can choose the solution that works best for your situation....

HOWTO: Automate Excel From Visual Basic .Net To Fill or Obtain Data In a Range Using Arrays (Q302094)        
Total Hits: 2503  |  Today: 1       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how to automate Excel and fill a multi-cell range with an array of values. This article also illustrates how to retrieve a multi-cell range as an array by using Automation....

HOW TO: Use ADO.NET to Retrieve and Modify Records in an Excel Workbook With Visual Basic .NET (Q316934)        
Total Hits: 4455  |  Today: 1       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article discusses how you can use ADO.NET to retrieve data from a Microsoft Excel workbook, modify data in an existing workbook, or add data to a new workbook. To access Excel workbooks with ADO.NET, you can use the Jet OLE DB provider; this article provides the information that you need so that you can use the Jet OLE DB provider when Excel is the target data source.
...

HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET and Visual Basic .NET (Q311731)        
Total Hits: 3071  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article demonstrates how to display data from an Excel spreadsheet through an ASP.NET (.aspx) page by using Visual Basic .NET....

HOWTO: Automate Microsoft Excel from Visual Basic .NET (Q301982)        
Total Hits: 2820  |  Today: 1       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how to create an Automation client for Excel using Visual Basic .NET. Automation is a process that allows applications that are written in languages such as Visual Basic .NET to programmatically control other applications. Automation to Excel allows you to perform actions such as creating a new workbook, adding data to the workbook, or creating charts. With Excel and other Microsoft Office applications, virtually all of the actions that you can perform manually through ...

Creating Excel Spreadsheets from VB.NET        
Total Hits: 64  |  Today: 0 Author: dynamicajax       Rating:  
Read Reviews | Write Review |   Your Rating: 

It seems quite often that I need to programmatically create an Excel spreadsheet with data from a database or some other location. I usually just create a CSV (comma separated value) file and dump the results. There are many times when it would be much nicer to create a real Excel file where I could add formatting and additional worksheets. I have a list of files that I need dumped to a spreadsheet on a regular basis with each different directory being located in a new worksheet. I went looking ...

Excel automation in VBScript        
Total Hits: 75  |  Today: 0 Author: ketan_lohar       Rating:  
Read Reviews | Write Review |   Your Rating: 

When we develope office applications we need to automate Excel Activity.This can be achieved by VBScript. VBScript support "Excel.Application". Through which we can do comman excel taskautomatically....

Generate XPS from Word documents with VB 2008 and WPF        
Total Hits: 35  |  Today: 0 Author: Alessandro Del Sole       Rating:  
Read Reviews | Write Review |   Your Rating: 

With the release of .NET Framework 3.0, Microsoft introduced a new file format called XPS (Xml Paper Specifications) with .Xps extension. This file format was thought as a standard for documents portability; in fact, XPS documents can be read on every system without having installed the originating application (as it is for .PDF documents).

.NET Framework 3.x fully supports this kind of documents which can be created and manipulated with extreme precision. Manipulating this kind of docume...

Export dataset tables to Excel file        
Total Hits: 67  |  Today: 0 Author: Rami Atia       Rating:  
Read Reviews | Write Review |   Your Rating: 

Export from ADO.NET DataSet tables into Excel file
while developing some application I've been asked to let the user export the data from my C# application into an excel file...

Creating Threads in VB.NET to Manipulate Microsoft Excel        
Total Hits: 1316  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Ok first thing first: You will need to add a COM reference to Microsoft Office 10 Object Library. (Version 9 will also work...) This is needed to use the Excel Objects, unfortunately there is no .NET version that I know of, so we have to use the COM version....

Different Ways of Using Web Queries in Microsoft Office Excel 2003        
Total Hits: 80  |  Today: 0 Author: Frank Rice       Rating:  
Read Reviews | Write Review |   Your Rating: 

Learn various ways to use Web queries to retrieve data from a Web page. This includes using static and dynamic queries as well as the Add and Find methods. Experimenting with these methods allows you to use the data on Web pages in your own applications....


1  2  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net