QtXlsxWriter
QtXlsxWriter copied to clipboard
.xlsx file reader and writer for Qt5
Legend information not displayed on any of the chart types except 3D Line chart.
hi I want to modify the axes of graph and i can find the functions to change the graph positions
Example: QXlsx::Document xlsx("mergeCell.xlsx"); xlsx.write("A1", "Hello Qt!"); Format hFmt2; xlsx.write("A2", "List of", hFmt2); bool ok = xlsx.mergeCells("A2:H2", hFmt2); xlsx.save(); I cannot open the xlsx. Why? Thank you
There is a method to create a defined name "bool defineName(...)" in a workbook but I can't find a method to get a list of defined names from the workbook....
hi, I'm want to read "monster.xlsx" file and convert to a json file, but I can't find any method to read the Formula's cell. can you give me a Answer?
1. Maybe you didn't test reading&writing with very big xlsx file. For example, a xlsx file contains 20 sheets and, every sheet contains 2000 rows and 200 columns; every cell...
Data "Format::setLocked" is not saved to document (file)
How i get the excel file row number, for read the excel data, thanks so much
qmake make // no works make install // skip^ I replace 'make' on 'mingw32-make' and this works! Sorry for my English, I from Russia:)
Hi, I just found that maybe the method setTextWarp() in xlsxformat.h (and .cpp) should be named setTextWrap() ? Unless it has something to do with Star Trek :) bye and...