Click here to Skip to main content
16,004,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actully i have 3 datasets and it contains different data. when i want to export these data to 3 different worksheets i got error Exception from HRESULT: 0x800A03EC in IIS 7.0. Please help me

I am using SaveAs method to save workbook
Posted
Updated 16-Sep-13 1:06am
v2
Comments
Thomas ktg 16-Sep-13 7:03am    
what is the method you have used for saving the workbook?
[no name] 16-Sep-13 7:10am    
http://blogs.msdn.com/b/eric_carter/archive/2005/06/15/429515.aspx
JoCodes 16-Sep-13 9:32am    
Can you post your SaveAs Method code?

1 solution

Can you try

C#
objWB.Saved = true;
objWB.SaveCopyAs( strCurrDir + strFile );


instead of the SaveAs method?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900