c# - Read data from excel including the style applied to it -
i trying write c~ console application read data excel sheet. have seen couple of tutorial tells how can read data excel sheet, 1 thing not find how read style if applied text.
if see excel image word green in green colour , yellow bold. want c# should able pick style can convert html style.
i open third party library well
you should able use cellformat.font property in order font object can color , style of font in cell.
https://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel.cellformat.font.aspx
Comments
Post a Comment