I am using OpenXML to generate Excel doc how to I apply styles for specific cell?
Dim CellStyleFormats AsNew CellStyleFormats With CellStyleFormats .????? EndWith mergeCell.Append(CellStyleFormats) mergeCells.Append(mergeCell)