QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

How to change the type of a cell

Open PMime opened this issue 7 months ago • 1 comments

In Microsoft Excel you can choose from different types for a single cell or several cells. We would like to use the entry "TEXT" in QXlsx (see the added image).

Image

In the QXslx source code there is the the enum CellType in the class Cell and the method writeString in the class Worksheet.

We applied this in our program, but the type "STANDARD" instead of "TEXT" was shown in MS Excel. Can anybody show me the way to give a special type to a cell? Thanks in advance!

PMime avatar Apr 14 '25 12:04 PMime