formatting numbers with Export[file,exp,"Table"] possible?
- To: mathgroup at smc.vnet.net
- Subject: [mg29371] formatting numbers with Export[file,exp,"Table"] possible?
- From: "Martin Rommel" <Martin_Rommel at mac.com>
- Date: Fri, 15 Jun 2001 02:23:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I am exporting large tables of real numbers and would like to limit the
mantissa.
I would think that there should be ConversionOptions for the "Table" format
in Export but cannot find any documentation.
Anybody knows more?
Applying, e.g., NumberForm[#, {6, 2}]& to the table does not affect how the
data are saved.
Thanks, Martin