Top "Export" questions

"Export" refers to the automated or semi-automated conversion of data sets from one data format to another.

Listing the exported functions of a DLL

I'm looking for a way (in C++/Windows) to list the exported functions of a DLL (and maybe even methods …

c++ windows dll export dbghelp
How to export and restore HSQLDB

Does anyone know how to export HSQLDB to .sql file or something on a computer and restore on other computer.

database export hsqldb restore
WordPress not exporting or importing featured image

I have been trying to export my WordPress posts in order to import them into a clean WordPress install. The …

wordpress export wordpress-theming
how to export csv file with filename

I want to export the exist data into csv file. I try to use this code: var uriContent = "data:text/…

javascript csv export filenames encodeuricomponent
What is the best mime-type and extension to use when exporting tab delimited?

I've come across the problem where Excel will not play nice with UTF-8 encoded CSV files. See this related question …

excel csv export mime-types tab-delimited
Freezing columns in EPPlus (an Excel split function)

I've been working a lot with EPPlus to generate Excel files for the number of exports that my project requires …

c# excel export epplus
Exporting and importing images in MediaWiki

How do I export and import images from and into a MediaWiki?

image import export mediawiki
Export VCF image to JPEG

I have created a .vcf contact with an iPhone and sent the file to myself in email. In that .vcf, …

export jpeg vcf-vcard
Haskell export current module with additional imported module

Is it possible to write a module in Haskell, which re-exports a module in addition to exporting everything visible inside? …

haskell module export
Export R data.frame to SPSS

There is a package foreign with a function write.foreign() that can write a SPS and CSV file. The SPS …

r csv export spss