reggarding excelsheet generation
-
hello, how to export image control in asp.net into excelsheet and also how to export datagrid containing images.. plz help inthis regard.. very urgent plz...
-
hello, how to export image control in asp.net into excelsheet and also how to export datagrid containing images.. plz help inthis regard.. very urgent plz...
-
hello, how to export image control in asp.net into excelsheet and also how to export datagrid containing images.. plz help inthis regard.. very urgent plz...
From my understanding, you might want to export a datagrid to Excel and the grid contains the image in there. Well, basically if the exported excel sheet is in the text (html) format, then it simply contains the link to the image file. If you want to embed the image in the sheet, you might consider exporting the excel file in the binary format. You can use either the Automation or a third party component like Aspose.Excel to generate the file.