NAME field to excel SYNOPSIS: Output Filter to convert field data to an external ASCII file suitable for import into an EXCEL Spreadsheet. Author: Ian Curington, AVS Inc, Staines, UK < ianc@avs.com > Type Output Language: C Input field 1D/2D uniform float (n-vector) values Parameters: File Browser, for output file Number of columns, how many values to write per line Separator Choice: SPACE, COMMA, TAB Format Choice, C printf controls: "f", "e", "g". Source: field_to_excel.c DESCRIPTION: ASCII Excel spreadsheet format files are produces containing field data in a table format. These files can be imported into a suitable excel format for analysis and plotting. Separator characters may be specified for differing output versions, three possible floating point output formats are selectable, and the maximum number of values per line is adjustable. The module only outputs the file if the file browser changes. This keeps the output file from beeing written too often.