XLS, XLSX: Microsoft Excel Format
As with CSV files, the first row in a sheet may contain channel names and units. Unlike CSV files, the name and unit string are not enclosed in double quotation marks. For non-frequency based data, units may be enclosed in parentheses. For example:
|
Time (ms) |
R1.V (V) |
|
0 |
4.2 |
|
1.33 |
4.1 |
|
2.0 |
3.9 |
Complex data is handled as follows:
- The first channel name must be "f", and may have units.
- Following channels are in pairs, either
- Re(name) [units], Im(name) [units] where Re() and Im() are for complex data in real and imaginary form, or
- Abs(name) [units], Phi(name) [units], where Abs() and Phi() specify complex data in magnitude and phase.
Example:
f [kHz] Abs(a) [mV] Phi(a) [deg]