Chapter 1. Creating an Excel file
An Excel file is comprised of:
pack "C", 123;
pack "v", 123;
pack "V", 123;
pack "d", 123; # Sometimes
scalar reverse pack "d", 123; # Other times
something_harder(); # < 1% of the time