You can edit the text style of Excel sheet in Matlab using the following steps:
xlsread command.42 chars2 lines
Note: num will contain numeric data, txt will contain text data, and raw will contain both.
actxserver command.41 chars2 linesExcel.Workbooks.Open method.50 chars2 linesExcel.Range method.45 chars2 linesExcel.Range.Font method.79 chars4 linesWorkbook.Save and Workbook.Close methods.31 chars3 lines
Excel.Quit method.12 chars2 lines
Note: You can change the text style properties like Bold, Italic and Underline according to your need.
gistlibby LogSnag