Reading and Writing Arbitrary Data Formats

READFILE("file", "type", [colwidths], [rows], [cols], [emptyfill]) Returns an array containing the data in file. The optional arguments give much of the same flexibility found in the Data Import Wizard, for use in programs.

WRITEFILE(M, "file", "type", ["header"]) Writes M as data of format type to file.

APPENDFILE(M, "file", "type") Appends M to the contents of file as data of format type.

Arguments:

Notes:

QuickSheet
New Feature - Data and String Calculation Strategies

Related Topics