moore_it Well-Known Member Licensed User Longtime User Sep 15, 2025 #1 Hi all, it's possible to add note to an excel cell ? Thanks for reply
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2025 #2 Use XLUtils: https://www.b4x.com/android/forum/threads/xlutils-add-comment-to-cell-solved.144024/#post-913370 Upvote 0
Use XLUtils: https://www.b4x.com/android/forum/threads/xlutils-add-comment-to-cell-solved.144024/#post-913370
moore_it Well-Known Member Licensed User Longtime User Sep 15, 2025 #4 Sorry Erel, last question, it's possible to add an image at cell note ? Upvote 0
DonManfred Expert Licensed User Longtime User Sep 15, 2025 #5 moore_it said: it's possible to add an image at cell note ? Click to expand... I don´t think so. Haven´t seen such a method in Excel. You can however add an Image to an Cell. But not in a cellnote. Upvote 0
moore_it said: it's possible to add an image at cell note ? Click to expand... I don´t think so. Haven´t seen such a method in Excel. You can however add an Image to an Cell. But not in a cellnote.
moore_it Well-Known Member Licensed User Longtime User Sep 15, 2025 #6 DonManfred said: I don´t think so. Haven´t seen such a method in Excel. You can however add an Image to an Cell. But not in a cellnote. Click to expand... Hi Don Manfred, it's possible to add a image in cell note, but i don't found the method in jpoi ! Upvote 0
DonManfred said: I don´t think so. Haven´t seen such a method in Excel. You can however add an Image to an Cell. But not in a cellnote. Click to expand... Hi Don Manfred, it's possible to add a image in cell note, but i don't found the method in jpoi !
DonManfred Expert Licensed User Longtime User Sep 15, 2025 #7 moore_it said: it's possible to add a image in cell note Click to expand... I tried it in excel before posting my answer and i was not able to do it. Anyway i do not know how to do it with XLUtils. Upvote 0
moore_it said: it's possible to add a image in cell note Click to expand... I tried it in excel before posting my answer and i was not able to do it. Anyway i do not know how to do it with XLUtils.
moore_it Well-Known Member Licensed User Longtime User Sep 15, 2025 #8 I tried too, i think that, in new version of Excel this feature not enabled. Attachments 1757944907391.png 51.8 KB · Views: 35 Upvote 0
moore_it Well-Known Member Licensed User Longtime User Sep 15, 2025 #9 to insert an image in the note of an excel cell, you must click the right button in the border of the note it's work in new version of excel Upvote 0
to insert an image in the note of an excel cell, you must click the right button in the border of the note it's work in new version of excel
moore_it Well-Known Member Licensed User Longtime User Sep 18, 2025 #10 Hi all, I tried this method B4X: comment.setBackgroundImage(picIndex); but the method in XLUtils not exist but in jpoi i found it. please any ideas ? apache poi insert comment with picture I have an application where I am editing an excel xls file. I would like a snippet of code to demonstrate how to add a comment containing a png image. I already found sample code showing how to add a stackoverflow.com Upvote 0
Hi all, I tried this method B4X: comment.setBackgroundImage(picIndex); but the method in XLUtils not exist but in jpoi i found it. please any ideas ? apache poi insert comment with picture I have an application where I am editing an excel xls file. I would like a snippet of code to demonstrate how to add a comment containing a png image. I already found sample code showing how to add a stackoverflow.com
DonManfred Expert Licensed User Longtime User Sep 18, 2025 #11 moore_it said: please any ideas ? Click to expand... As it is a completely new question you should have created a new thread for it. Upvote 0
moore_it said: please any ideas ? Click to expand... As it is a completely new question you should have created a new thread for it.