export nsf to pst
Export Dataset to Excel from ASP.NET
Export Dataset to Excel from ASP.NET demonstrates exporting a DataSet to Excel in ASP.NET, without using the Excel object model more>>
Whats so special about this? Well, of all of the online samples we could find, none of them had any way to create multiple Worksheet tabs within the spreadsheet without using the Excel object model. Trying to fit multiple tables in a single Worksheet causes several interesting and unnacceptable formatting problems, not to mention difficulties in finding precisely the data that was desired.
This is accomplished by building and returning an XML file which is created programmatically, in an Excel-readable format. Once this file is built, it is written directly to the Response stream, and the Response ContentType and appropriate HTTP headers are set to indicate that the pages output is an Excel spreadsheet.
The resulting spreadsheet will contain a seperate Worksheet for every table in the Dataset. The Worksheet will be named the same as the corresponding Table.
This demonstration project returns all of the data in all tables of the Northwind database on the local server.
VCard Export Tool 1.05
Converts VCard files to MS Word, MS Excel and CSV files, also displays VCard entries more>> Converts VCard files to MS Word, MS Excel and CSV files, also displays VCard entries
Displays and exports from VCard file contacts, application exports contacts in various formats including Excel, Word and Plain text. This is particularly useful for VCard Files extracted from Mobile Phones.
This tool will enable you to convert any VCard to properly formatted MS Word and Excel files, as well as to Comma Separated Values (CSV) files.
Enhancements:
- Allows viewing VCard file content in the Application
DXF Export VCL 6
DXF Exporter allows programmers to create DXF files as easy as possible. All you need is to draw image using Windows GDI functions onto DXF Exporter’s DC or make a metafile and give it to the Exporter. DXF Exporter reads Windows Metafile structure and makes DXF file automatically. Hatches supported. Demo available. more>> <<less

Dll Export Finder 1.0
Dll Export Finder finds functions exported by dll in a specified directory. more>> Dll Export Finder finds functions exported by dll in a specified directory.
This is the tool you need if you dont remember in which dll is located the exported function your looking for.
The searched string can use the * and ? jokers, and an insensitive case search is done.
To list all exported functions in a diretory, just make a search on *
Export Finder finds all matching functions exported by dll in a specified directory.
This is the tool you need if you dont remember in which dll is located the exported function your looking for.
The searched string can use the * and ? jokers, and an insensitive case search is done.<<less
WAP WBMP Export for Pro Motion 1.0
The WBMP export plugin enables you to save WAP-compatible bitmap files. more>> The WBMP export plugin enables you to save WAP-compatible bitmap files.
It supports the WBMP-"Type 0" with an image size of up to 127x127 pixels.
This plugin is freeware. Please read the enclosed ReadMe.txt.<<less
DLL Export Compare 1.0
A simple tool that compares the exported functions of any two executable modules more>>
DLL Export Compare application was designed to be is a simple tool that will compare the exported functions of any two executable modules such as DLLs, allowing you to see which functions have been added, which functions have been removed, and which functions are common to both.
Text Code Export 1.0 beta
Text Code Export - Quickly and easily export and print your text/ini documents with this tool more>>
Convert your text documents to PDF, RTF, images and more!
Main features:
- Convert your text documents to 10+ formats
- HTML
- BMP
- PNG
- JPG
- Lotus
- SVG
- QUATTRO Pro
- Excel
- Print / Create advanced reports using a state-of-the-art printing engine
(10+ formats supported) with Text Code Export. Convert your Text/ini documents to PDF, RTF ... With the Text Code Export, you can : Convert your text documents to 10+ formats HTML PDF BMP PNGLicense:Freeware
Text Code Export is developed to be an exclusive and intuitive software with ...Text Code Export 1 is developed to be an exclusive and intuitive software withLicense:Freeware
License:Freeware
Java Code Export 1.0 beta
Java Code Export - Quickly and easily format, export and print your Java documents with this tool more>>
Looking for a simple and fast way to indent and export your Java code into various file formats?
Main features:
- HTML
- RTF
- BMP
- PNG
- JPG
- Lotus
- SVG
- QUATTRO Pro
- Excel
- Print / Create advanced reports using a state-of-the-art printing / report engine
- Indent multiple files at once.
- Backup indented files automatically.
(10+ formats supported) with Java Code Export. Convert your Java documents to PDF, RTF, images ... fast way to indent and export your Java code into various file formats? Look no further than JavaLicense:Freeware
HTML Code Export 1.0 beta
HTML Code Export - Quickly and easily format, export and print your html documents with this tool more>>
Upgrade your old html pages to xhtml. Convert your html documents to PDF, RTF, images and more!
Main features:
- Format / Indent your html code
- Convert your html code to the following formats :
- HTML
- RTF
- BMP
- PNG
- JPG
- Lotus
- SVG
- QUATTRO Pro
- Excel
- Print / Create advanced reports using a state-of-the-art printing / report engine
HTML Code Export is a unique and easy to use software to quickly and easily reindent, export (10 ... With the HTML Code Export, you can : Format / Indent your html code Convert your html code to theLicense:Freeware
HTML Code Export 1 is such a free and easy-to-use software which quickly reindents, exports (10 ... With the HTML Code Export, you can format / indent your html code, convert your html code to 10License:Freeware
Batch Export 1.2
Batch Export provides recompressing and resizing a folder of quicktime media to a different format more>>
Many live video applications perform best with a low-cpu intensive codec, such as PhotoJPG, but the variety of codecs your video library may vary wildly.
Movies downloaded from the internet, shot with a DV camera, or captured with a video digitizer will all be encoded in different formats: the Batch Export Utility lets you unify your library in four easy steps.
It can also be used to compress movies for internet delivery and streaming, enhancing clips by adjusting the brightness and contrast, upsampling and resizing clips for use in a video editing program, or exporting the first frame as a still image thumbnail.
Until now, this task required the use of expensive recompression programs. The Livid Batch Export Utility is a free download from your friends at Livid Instruments.
Password Export Server 3.1
Migrate passwords, when performing account migrations between different AD DS environments more>> Migrate passwords, when performing account migrations between different AD DS environments
The Password Export Server is a part of the Active Directory Migration Tool (ADMT) toolset. You can use the Password Export Server to migrate passwords, when performing account migrations between different Active Directory Domain Service (AD DS) environments using ADMT.
System requirements:
- It is highly recommended that PES v3.1 is installed on operating systems which have the latest applicable Service Pack installed.
- PES v3.1 must be installed on a domain controller in the source domain that supports 128-bit encryption and is running a supported operating system.

DLL Export Viewer 1.36
Displays the list of exported functions and their memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. more>>
This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function.
For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxA, MessageBoxExA, and MessageBoxIndirectA (or MessageBoxW, MessageBoxExW, and MessageBoxIndirectW in unicode based applications) When one of the message-box functions is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call.<<less
My eBay Export 1.2
With My eBay Export, you can export My eBay to your own computer in Microsoft Excel or CSV format and view the transactions at any time! It works with 16 different eBay international sites and its free! more>> <<less
AMs Symbol Export Plus 3 3.1
AMs Symbol Export Plus 3 adds symbol support to programs that do not support them. Ideal for languages. more>>
Tails Export 0.3.2
Firefox extension that shows and exports microformats in your Firefox browser more>>
rn* hCard [export to .vcf file]
rn* hCalendar [export to .ics file]
rn* hReview
rn* xFolk
rn* Rel-license
The statusbar contains a microformat logo that lights up when it detects known microformats. It is grey when it could detect none. rnrnClicking on the logo opens up the sidebar with a list of all microformats on the page.
For hcards and hcalendar microformats these contain an export button.It is now possible, via options, to set which of the above formats you want to detect and/or export.Also some debug options have been added so you can see the HTML, and in case of export, the exported content.
System requirements:
- Firefox: 1.5 ? 2.0.0.*