R
richard
Hi,
I am trying to manipulate data to and from Excel S'sheets from Asp.Net
pages.
I saw an article using -
Imports Excel = Microsoft.Office.Interop.Excel
Does anyone know what I need to do to set a reference to use this namespace.
I have used the Excel reference - but I do not think it is the same thing.
The Excel files I want to access reside in the web directory of the
Asp.net files. I would like to allow the code to access these Excel files -
change the data and save it back to the same files.
Up to now - I can access the files and change the data; but when I try to
save the files, IE just hangs. How can I resolve this?
Any Ideas?
Cheers,
Richard
I am trying to manipulate data to and from Excel S'sheets from Asp.Net
pages.
I saw an article using -
Imports Excel = Microsoft.Office.Interop.Excel
Does anyone know what I need to do to set a reference to use this namespace.
I have used the Excel reference - but I do not think it is the same thing.
The Excel files I want to access reside in the web directory of the
Asp.net files. I would like to allow the code to access these Excel files -
change the data and save it back to the same files.
Up to now - I can access the files and change the data; but when I try to
save the files, IE just hangs. How can I resolve this?
Any Ideas?
Cheers,
Richard