Resize the header/footer of an excel file from matlab

1 view (last 30 days)
Hi everyone,
I am looking to resize the height of the header of an excel sheet in which I am writing some data through the xlswrite function
I can write to the header through the following matlab command but I am looking for the command that allow me to increase the size of the header
xl.activeWorkbook.activesheet.PageSetup.LeftHeader = 'some text'
Thank you
Best regards

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!