Excel supports adding notes on cells. Would an API like the following be useful? ```cs public interface IExcelDataReader { public string GetCellNote(int index); } ```
Excel supports adding notes on cells.
Would an API like the following be useful?