The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team August 31, 2004 11:45 AM UTC
Hi Vadim,
Thank you for your interest in Syncfusion Essential ExcelRW.
You can insert pictures using the AddPictures method
Example,
mySheet.Pictures.AddPicture(2,2,10,10,"Water lilies.jpg");
The AddPicture metod has several overloads for inserting and positioning the images.
Please let me know if you have any questions.
Thanks,
Stephen.
>Hello
>Does ExcelRW allow to insert some image into the cell ?