hi,
how can i read cells comments from c#? Until now ive been using OleDb for reading from excel sheet, but i can only read the cells content, not comment. Is it possible to read the comments with DataAdapter or DataReader?
Or should i create an Excel Application object first and open the workbook?
thx in advance .)
how can i read cells comments from c#? Until now ive been using OleDb for reading from excel sheet, but i can only read the cells content, not comment. Is it possible to read the comments with DataAdapter or DataReader?
Or should i create an Excel Application object first and open the workbook?
thx in advance .)