Skip to main content

I need to apply a merge cell to a series of cells in the excel writer. if the styler could do this that would be sufficient.

It would be nice to be able to manually identify for instance O34:V34 and apply a value to that merged cell.

ultimately if it could all the building of the cell range like O( _count+1):V(_count+1) so that it could always follow the data being written in the preceding rows.

what does seem to work is to have feature count. make the extra data update the writer with an attribute of the column "letter" and the row number. but that only gets it into 1 cell.


well Not WORK but come closer to getting the data where it needs to be.