Closed ivanalaman closed 1 year ago
Thanks for the report, @ivanalaman . I’ll have a look. I assume your unable to share the file? Reproducing something like this is always a bit tricky
Hi JanMarvin! Thanks for answering! Below is the complete file compressed in ".rar". The only way I found to share these files was through Google Drive. If there's another way, let me know! https://drive.google.com/file/d/11KvtmfUJo2IFCHam_QlstsDWkg4J_SVr/view?usp=drive_link
Hi @ivanalaman , I've added a fix to #838 (this also fixed the slow column widths code). Thanks for sharing the file, that was really helpful :+1: (but you have to work on the minimal example code, because I had to spend at least 30 minutes figuring out how to actually run the code above :sob:).
Hi Marvin! Sorry about this! I'll be more careful next time! Thank you very much!
Em qui, 2 de nov de 2023 16:39, Jan Marvin Garbuszus < @.***> escreveu:
Hi @ivanalaman https://github.com/ivanalaman , I've added a fix to #838 https://github.com/JanMarvin/openxlsx2/pull/838 (this also fixed the slow column widths code). Thanks for sharing the file, that was really helpful 👍 (but you have to work on the minimal example code, because I had to spend at least 30 minutes figuring out how to actually run the code above 😭).
— Reply to this email directly, view it on GitHub https://github.com/JanMarvin/openxlsx2/issues/837#issuecomment-1791436618, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJJRY5YGSUG7O4IJKJXWX3YCPZGZAVCNFSM6AAAAAA62YK57KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGQZTMNRRHA . You are receiving this because you were mentioned.Message ID: @.***>
No worries. Thanks for the report and for the file, otherwise it would have been very hard to figure it out so quick!
You should be able to install the development branch as shown in the README and the strange images should be gone
Dear,
I believe there must be some bug in the wb_add_image function. In my ".xlsm" file I have on sheet 1 ".png" figures that simulate buttons. When I add ".jpg" images to this sheet, for some (unknown) reason, the first three images are replaced by some ".png" images. Below is an image of my sheet for better understanding and part of my code.