If I understand you correctly, you need to have your headers on two lines, correct?
Assuming you've just typed these values in text objects, you'll need to create a formula to use for the "number" header. The formula will look something like this:
'number'+chr(10)+chr(13)
This will place a hard carriage return/line feed after the word "number", which should work in your CSV export.
-Dell