This record contains the user name, which is the name you type when you install Microsoft Excel.
Record Data — BIFF8
Offset |
Name |
Size |
Contents |
4 |
stName |
112 |
User name as an unformatted unicode string; for more information see "Unicode Strings in BIFF8" on page 264. The name is always padded with spaces so that the size of the stName field is exactly 112 bytes. |
Record Data — BIFF7 and earlier
Offset |
Name |
Size |
Contents |
4 |
cch |
1 |
Length of the user name |
5 |
stName |
31 |
User name, padded with spaces (20h) so that the size of the stName field is exactly 31 bytes |