Hello people!
I found the following code within an excel automation code to open a text file in an excel workbook, but I don't understand the part where it reads m_objOpt. What could that object be? I keep getting unhanddled exception because I don't fill the method's parameters right. Can anyone give me a hand on this? Thanks a lot, in advance.
Code:
m_objBooks.OpenText(m_strSampleFolder + "Book6.txt", Excel.XlPlatform.xlWindows, 1,
Excel.XlTextParsingType.xlDelimited, Excel.XlTextQualifier.xlTextQualifierDoubleQuote,
false, true, false, false, false, false, m_objOpt, m_objOpt,
m_objOpt, m_objOpt, m_objOpt);
MAKO - "El super simio"