in reply to Re^2: Multiple formats in Excel cell (Spreadsheet::WriteExcel)
in thread Multiple formats in Excel cell (Spreadsheet::WriteExcel)
2499:You can specify the font of a section of the text by prefixing it + with the control sequence C<&"font,style"> where C<fontname> is a fo +nt name such as "Courier New" or "Times New Roman" and C<style> is on +e of the standard Windows font descriptions: "Regular", "Italic", "Bo +ld" or "Bold Italic": 2502: $worksheet2->set_header('&C&"Courier New,Bold Italic"Hello'); 2760: Bold bold set_bold()
So the docs say its a set_header feature ... I'd try it with cells to see if it works
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Multiple formats in Excel cell (Spreadsheet::WriteExcel)
by Michaels (Novice) on Apr 07, 2015 at 06:16 UTC | |
Re^4: Multiple formats in Excel cell (Spreadsheet::WriteExcel)
by Michaels (Novice) on Apr 07, 2015 at 07:49 UTC |