hereworkbook = xlsxwriter.Workbook(<filename>)
worksheet = workbook.add_worksheet()
worksheet.set_header("&A" + str(<text>))
So i tried to set it, but I've got nothing as the result.
hereworkbook = xlsxwriter.Workbook(<filename>)
worksheet = workbook.add_worksheet()
worksheet.set_header("&A" + str(<text>))
So i tried to set it, but I've got nothing as the result.
Copyright © 2021 Jogjafile Inc.
It should work. Here is a working example based on your snippet:
And here is the output from the Page Layout mode in Excel: