MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Using multiple header rows in Excel generation

Open saampaark opened this issue 7 months ago • 0 comments

Is there a way to define multiple header rows when generating an Excel file? I'm trying to structure the sheet so that each index maps to a specific string, and then hide the row containing the index values.

The reason I'm doing this is that the string values may be duplicated, so using a dictionary (which requires unique keys) won’t work.

For example:

Image

saampaark avatar Jul 08 '25 21:07 saampaark