in reply to Re: Multiple formats in Excel cell (Spreadsheet::WriteExcel)
in thread Multiple formats in Excel cell (Spreadsheet::WriteExcel)

I just checked in Excel 2008 (what I have at home) and can indeed format a string like "this is a string" in a single cell. Not sure how to do it in Spreadsheet::WriteExcel, but it might be possible to save the same file with just a single filled cell in it, where the bold part is the only difference and figure it out

  • Comment on Re^2: Multiple formats in Excel cell (Spreadsheet::WriteExcel)

Replies are listed 'Best First'.
Re^3: Multiple formats in Excel cell (Spreadsheet::WriteExcel)
by Anonymous Monk on Apr 06, 2015 at 06:54 UTC
      Thanks but it doesn't seems to work - it print the string as is (&C&"Courier New,Bold Italic"Hello).
      Thanks but it just print the string ('&C&"Courier New,Bold Italic"Hello') when using $worksheet2->write(1,2,'&C&"Courier New,Bold Italic"Hello')...