Any ideas as to why this code runs so slow?
Thanks
Mike
if (this.textBox1.Text.Length <= 5) return;
xmlDoc = InitXMLDocument();
object oNull = Type.Missing;
Excel.Application xl = new Excel.Application();
Excel._Workbook wb =...
It is taking me for ever to process this file, any ideas?
if (this.textBox1.Text.Length <= 5) return;
xmlDoc = InitXMLDocument();
object oNull = Type.Missing;
Excel.Application xl = new Excel.Application();
Excel._Workbook wb =...
I am readin gin an excel file and converting to xml.
It is a rather large file and takes several minutes to run.
Any ideas on how to improve the performance?
I suspect it is related to how the excel file is read.
if (this.textBox1.Text.Length <= 5) return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.