How can I insert an in-memory bitmap generated in c# into an Excel spreadsheet?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Honestly, One of the easiest ways is to use the clipboard and the office sdk. Simply put your image bits on the clipboard, and then paste them into the sheet.
http://www.eggheadcafe.com/community/aspnet/2/10502/here-is-the-solution.aspx