I am not really sure where to begin with this question.
I know that I have two options for Pandas to_excel engines, either openpyxl or XlsxWriter.
I'm new to both.
I would like to created named range that will export to the Excel output based on the string in the cells, not the cell range (ie A1:A4). I basically have multiple sub-tables that I'm exporting from Pandas to one worksheet, and I want each table to have Ann Excel named range.
I know both openpyxl and XlsxWriter have defined name methods.
Does anyone have any suggestions?
