I'm using EPPlus to open an .xlsx file generated with ClosedXML library and unfortunately something gets wrong, since the file is opened as an empty worksheet with no data (rows and columns collections are empty).
The file has custom properties and I noticed that they're still present: I'm sorry to say that that they're the only "data" that is maintained when opening with EPPlus library... :(
Are you aware of any compatibilty issues between these two libraries?
The file has custom properties and I noticed that they're still present: I'm sorry to say that that they're the only "data" that is maintained when opening with EPPlus library... :(
Are you aware of any compatibilty issues between these two libraries?