C# ExcelLibrary and changing the font/decoration of cells
Using ExcelLibrary, how can I:
- Change cell font to bold/italic
- Merge cells
- Create a border around cells
I've searched through the, rather limited, documentation and haven't been able to find a solution yet.
Are there any other Excel libraries 开发者_Python百科which combine the ease of ExcelLibrary with a bit more functionality? (Different question I know).
Thanks in advance for any help.
Use ClosedXML, at least it's documentation is quite nice.
精彩评论