Top "Export" questions

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

android exporting to csv and sending as email attachment

I have seen multiple threads in this site discussing about sending email with attachments in android. I tried every methods …

android email csv export attachment
ES6+ javascript module export options

I've seen public exports of ES6 modules done in both of the following ways: // method 1 export var getAnswer = function () { return …

javascript syntax module export ecmascript-6
How to import a .dmp file (Oracle) into MySql DB?

The .dmp is a dump of a table built in Oracle 10g (Express Edition) and one of the fields is …

mysql import export clob
Setting environment variable in shell script does not make it visible to the shell

I want to use a shell script that I can call to set some environment variables. However, after the execution …

unix export environment-variables
Backup/Restore of notes in Notes.app, i.e. stored in iCloud (iOS, Mac OS X Mountain Lion)

I wish to make a regular backup of my notes stored on my iPhone, iPad and Mac OS in the …

export backup icloud restore
What is the difference between dllexport and dllimport?

I'm just looking for a simple, concise explanation of the difference between these two. MSDN doesn't go into a hell …

visual-c++ dll import export
How to resize images in org-mode

Is there a general way to define the size, in percent or pixels, for an image that is linked in …

html image resize export org-mode
Java RMI - UnicastRemoteObject: what is the difference between UnicastRemoteObject.exportObject() and extends UnicastRemoteObject?

i'm preparing for an exam and I'm having a question that I hope someone here could answer me. It's about …

java interface export rmi
Export HTML table to Excel JavaScript function add select file name

I have the following function that exports an HTML to excel: function generateexcel(tableid) { var table= document.getElementById(tableid); var …

javascript asp.net excel export export-to-excel
Export whole table to CSV using laravel

I am new to laravel and having a tough time figuring out a way to export one table to csv. …

php csv export laravel-3 fputcsv