Exception while Exporting Image cell to excel

Hi,

I am using GridControl 8.203, and trying to export a grid with Image cell type to excel, and got an exception as below. Any way to resolve this?

Thanks in advance.

Q

-----------------------------------------------------------

System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
at System.Drawing.Image.Save(Stream stream, ImageFormat format)
at Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.EvaluateHash()
at Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing.MsoBitmapPicture.set_Picture(Image value)
at Syncfusion.XlsIO.Implementation.WorkbookShapeDataImpl.AddPicture(Image image, ExcelImageFormat imageFormat, String strPictureName)
at Syncfusion.XlsIO.Implementation.Collections.ShapesCollection.AddPicture(Image image, String pictureName, ExcelImageFormat imageFormat)
at Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(Image image, String pictureName, ExcelImageFormat imageFormat)
at Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(Int32 topRow, Int32 leftColumn, Image image, ExcelImageFormat imageFormat)
at Syncfusion.XlsIO.Implementation.Collections.PicturesCollection.AddPicture(Int32 topRow, Int32 leftColumn, Image image)
at Syncfusion.GridExcelConverter.GridExcelConverterControl.GridCellToExcel(GridModel grid, Int32 iRow, Int32 iColumn, IRange range)
at Syncfusion.GridExcelConverter.GridExcelConverterControl.GridToExcel(GridModel grid, IWorksheet sheet, ConverterOptions options)


1 Reply

JJ Jisha Joy Syncfusion Team March 25, 2011 08:40 AM UTC

Hi Qingde,

We are unable to see any issue. Can you please provide us a sample showing the issue?.

Regards,
Jisha


Loader.
Up arrow icon