AlejandroFerrandiz
AlejandroFerrandiz
This is the file that CellReference is null for all the cell [abc.xlsx](https://github.com/OfficeDev/Open-XML-SDK/files/4078275/abc.xlsx)
``` class Program { static void Main(string[] args) { var value = ExcelFileConverter.ToDataTable(@"C:\Users\alejandroferrandiz\Downloads\abc.xlsx"); Console.ReadLine(); } } ``` Check --> var cellReferent = cell.CellReference; /////////////// this is null instead A1, B1,...
Any update about this issue?