Arch4ngel
Well-known member
ASSEMBLY : Microsoft Excel 10.0 Object Library
I have a excel file that I receive through a HttpPostedFile and I save to a server folder (dont matter... all the right permission are set)
What I want to do is to save each worksheet into an HTML format like : Worksheet1.html, worksheet2.html, worksheet3.html... etc.. etc..
I tried the SaveAs method from the Worksheet Excel object but it dont work quite well.
Somebody have some experience on that kind of problem ?
I have a excel file that I receive through a HttpPostedFile and I save to a server folder (dont matter... all the right permission are set)
What I want to do is to save each worksheet into an HTML format like : Worksheet1.html, worksheet2.html, worksheet3.html... etc.. etc..
I tried the SaveAs method from the Worksheet Excel object but it dont work quite well.
Somebody have some experience on that kind of problem ?