|
SOLUTIONS
|
Importing and Exporting
Mathematica automatically handles hundreds of data formats and subformats—all coherently integrated through Mathematica's uniform use of symbolic expressions. For each particular format, the correspondence between representations inside and outside Mathematica can be specified at any level of detail using Mathematica's general data elements mechanism.
Learning ResourcesLearning Resources
Related Web Resources Training CoursesVideosCommunity |
ReferenceReference
Import — import from files and URLs
Export — export data, graphics, and expressions to files
ImportString, ExportString — import, export string data
SendMail — send an expression, graphic, notebook, etc. as email
CopyToClipboard — copy expressions to the system clipboard
Paste — paste contents of the system clipboard
Basic Formats »
"Table" ▪ "List" ▪ "String" ▪ "Text" ▪ "Binary" ▪ ...
Raster Image Formats »
"GIF" ▪ "JPEG" ▪ "TIFF" ▪ "PNG" ▪ "ICC" ▪ "BMP" ▪ "OpenEXR" ▪ "SCT" ▪ ...
Vector Graphics Formats »
"SVG" ▪ "WMF" ▪ "EPS" ▪ "PDF" ▪ "DXF" ▪ ...
3D Geometry & Modeling Formats »
"PLY" ▪ "OFF" ▪ "OBJ" ▪ "X3D" ▪ "Maya" ▪ "POV" ▪ "LWO" ▪ "STL" ▪ ...
Audio Formats »
"WAV" ▪ "AIFF" ▪ "MIDI" ▪ "SND" ▪ "FLAC" ▪ "Wave64" ▪ ...
Multimedia Formats »
"AVI" ▪ "FLV" ▪ "QuickTime" ▪ "SWF" ▪ ...
Tabular & Spreadsheet Formats »
"Table" ▪ "CSV" ▪ "TSV" ▪ "XLS" ▪ "ODS" ▪ "SXC" ▪ ...
Database Formats »
"MDB" ▪ "DBF" ▪ "DIF" ▪ "XLS" ▪ ...
Scientific & Medical Data Formats »
"HDF" ▪ "NASACDF" ▪ "FITS" ▪ "DICOM" ▪ "EDF" ▪ ...
Chemical & Biomolecular Formats »
"MOL" ▪ "SDF" ▪ "SMILES" ▪ "PDB" ▪ "GenBank" ▪ "FASTA" ▪ ...
Geospatial Formats »
"SHP" ▪ "USGSDEM" ▪ "GTOPO30" ▪ "SDTS" ▪ "TIGER" ▪ "SP3" ▪ ...
Numerical Data Formats »
"XPORT" ▪ "MAT" ▪ "MTX" ▪ "HarwellBoeing" ▪ "MPS" ▪ ...
Mathematical Data Formats »
"Graphlet" ▪ "DOT" ▪ "GraphML" ▪ "Graph6" ▪ "MAT" ▪ "MTX" ▪ ...
Document Formats »
"CDF" ▪ "PDF" ▪ "HTML" ▪ "NB" ▪ "RTF" ▪ "TeX" ▪ "Text" ▪ ...
Web Formats »
"HTML" ▪ "GIF" ▪ "JPEG" ▪ "SWF" ▪ "XHTML" ▪ "X3D" ▪ ...
Print Formats »
"PDF" ▪ "EPS" ▪ "TeX" ▪ "SCT" ▪ "ACO" ▪ ...
XML Formats »
"XML" ▪ "XHTML" ▪ "MathML" ▪ "SVG" ▪ "X3D" ▪ "ODS" ▪ ...
Systems & Utility Formats »
"C" ▪ "Directory" ▪ "ApacheLog" ▪ "MBOX" ▪ "VCF" ▪ "ICS" ▪ "RSS" ▪ ...
Compression & Archive Formats »
"Base64" ▪ "BZIP2" ▪ "GZIP" ▪ "TAR" ▪ "UUE" ▪ "ZIP" ▪ "WDX" ▪ ...
Binary Formats »
"Bit" ▪ "Byte" ▪ "Integer16" ▪ "Real32" ▪ "TerminatedString" ▪ ...
Import-Export Management
$ImportFormats, $ExportFormats — lists of supported formats
FileFormat, StringFormat — test for formats of files, strings










