Quantcast
Channel: CodeProject Latest postings for ASP.NET
Viewing all articles
Browse latest Browse all 3938

apply styles in excel with Openxml

$
0
0
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)

Viewing all articles
Browse latest Browse all 3938

Trending Articles