As the title says, I'd like to put a tab into the title or footnote of a spreadsheet coming out of ODS Excel. Now this can be easily done with ODS RTF, e.g.:
ods escapechar='^';
title "^R/RTF""\tab"" ";
But I can't for the life of me work out how to do it for ODS Excel.
I know about {nbspace N} where N is the no. of spaces to insert,
(example: footnote "Version:^{nbspace 3}1"; but I really want tabs!
I also tried this:
footnote "Author:" '09'x "Fred";
but it had no effect.
Any help greatly appreciated!
... View more