Is there a way to read an excel sheet column and not in rows using OpenXML-SDK and C #.
I already tried using the EPPlus package, but ran into some problems because my application also uses ".xslm" files that are not supported by EPPlus. So, I need a solution in OpenXML to read data in columns.
If anyone has an example, this will help.
Thanks Sri
source
share