Saving to Text format

Tables can be written to a simple text-based format which is designed to be read by humans. No reader exists for this format.

Here is an example of a short 3x4 table written in this format:

    +---------------+---------------+---------------+
    | FLUX          | DELTAX        | DELTAY        |
    +---------------+---------------+---------------+
    | -7.859574E-4  | -7.0277805E-5 | -5.2222218E-5 |
    | -7.4827415E-4 | 3.6666646E-5  | 3.5555564E-5  |
    | 7.4292155E-4  | -4.7500023E-5 | 8.286507E-12  |
    | -7.0536503E-4 | -7.0277805E-5 | -5.2222218E-5 |
    +---------------+---------------+---------------+