Top "Export" questions

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

Is it possible to export * as foo in typescript

I can: import * as foo from './foo' But can't seem to export the same: export * as foo from './…

typescript module export
"ERROR: Cannot recover key" When Exporting Signed Android App with Existing Keystore

I have an existing keystore with a password and a few keys with different passwords inside for the different apps …

android export apk keystore android-keystore
Export pandas Styled table to image file

The code below when run in jupyter notebook renders a table with a colour gradient format that I would like …

python pandas export jupyter-notebook seaborn
R: Function to export currently active R plot to Powerpoint/Word/LibreOffice

Currently I always export my R graphs to Powerpoint in vector format using the excellent ReporteRs package, as in library(…

r ggplot2 export powerpoint reporters
DataTables TableTools buttons not working correctly (simple example)

I am trying to use the newest tableTool 2.2.0 and i have made a little and simple example jsfiddle.net/9ZTGb/ …

jquery export datatables export-to-excel tabletools
How to export SSIS to Microsoft Excel without additional software?

This question is long winded because I have been updating the question over a very long time trying to get …

excel ssis export openrowset
Automate the export of Facebook Insights data

I'm looking for a way of programmatically exporting Facebook insights data for my pages, in a way that I can …

excel csv export odata facebook-insights
Export JPanel Graphics to .png or .gif or .jpg

I'm trying to develop some sort of paint using Java. I have a JComponent that is located inside of a …

java image export jpanel
Export a polygon from an R plot as a shapefile

I have been trying to export the content of a plot (lines/polygons) as a layer/shapefile that I can …

r export polygon shapefile
Convert processing sketch into executable

I am using processing, and cannot figure out how to turn my processing sketch into an .exe file. So far …

java jar export processing exe