Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for arny1

Hi There, I am trying to export an image to Excel file from Asp.Net C# page. My code is working fine, and I can merge let say 6 columns in excel file and put the image on these cells. What I would like to know is how to Center this …

Member Avatar for gilesbradley
0
2K
Member Avatar for arny1

Hi There, I had this post before,but I have some problems when I add a header for specific charcter set,and also add some additional data, here is my code; [code] Response.Clear(); Response.ClearHeaders(); Response.ClearContent(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachment;filename=aname.xls"); string header = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<title></title>\n<meta …

Member Avatar for mail2saion
0
109
Member Avatar for arny1

Hi there, I have to export some images to excel, To center the images I use a table and colspan=4 to merge four columns of excel file, when I write a text to excel file it is easily get centered, but for image I tried every possible scenarios, like <img …

0
64
Member Avatar for arny1

Hi there, I have to export some images to excel, To center the images I use a table and colspan=4 to merge for columns of excel file, when I write a text to excel file it is easily get centered, but for image I tried every possible scenarios, like <image …

0
54
Member Avatar for arny1

Hi there, How could we Export an image to Excel on top of a gridview, using Respone.Write Thanks in advance

Member Avatar for Ramesh S
0
74
Member Avatar for arny1

Hi There, I have a grdiview and a button on my page that export the content to an Excel file,What I would like to add is to have companies logo,Title,Today's Date and Time as well. Any Idea? Thanks in advance

Member Avatar for Gwolf
0
75