BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi,
Does anybody knows if there is a way to manage (add and edit/replace) pictures in XlsIo on Xamarin / Android?
Thanks,
Michael
Hi Michael,
Thank you for using Syncfusion products.
Adding pictures in Xamarin :
Pictures can be added in XlsIO and the below code snippet illustrates adding pictures in XlsIO for Xamarin platform.
Code Snippet:
Assembly assembly = typeof(App).GetTypeInfo().Assembly; Stream fileStream = assembly.GetManifestResourceStream("XlsIO.Templates.untitled.png"); sheet.Pictures.AddPicture(1, 2, fileStream); |
Replacing pictures in Xamarin :
Currently, picture can’t be replaced in XlsIO but you can do it manually by deleting the picture and adding the new picture.
Please let us know if you have any concerns.
Regards,
Dilli babu.
Hi Michael,
Thank you for updating us.
There is no Excel to Pdf conversion support in Xamarin. Are you trying to add image directly to a Pdf document and facing this issue? Please clarify us to assist you with a prompt solution.
Regards,
Dillibabu
Hi Steve,
We have no plans for providing Excel to Pdf conversion in Xamarin at present. However, we have logged a feature request “Support to provide Excel to Pdf conversion in Xamarin”. We will inform you if the feature is available in future.
Regards,
Dilli babu.