How to insert two inline images into a specific cell using NPOI in C#
I am attempting to export an Excel file that should ideally resemble the one shown in the first photo. To achieve this, I am dynamically generating images, with their width and placement being calculated. However, I am encountering a problem when two or more images share the same cell. Ideally, they should readjust, similar to the behavior of a flexbox, which I am currently unable to implement. Does anyone have any suggestions on how I could approach this? Or perhaps using images is not the best solution? At present, when there are two images in the same cell, they overlap (as can be seen in the second image)..