QXlsx
QXlsx copied to clipboard
How to insert multiple pictures horizontally evenly distributed in one cell?
I found that using Document::insertImage(int row, int column, const QImage &image) allows me to insert multiple pictures into a single cell, but each picture starts drawing from the top-left corner of the cell, resulting in overlapping images.
Does anyone know how to solve this issue?