Jay Two

Results 134 comments of Jay Two

Thanks for reporting. The current issue is related to printer settings. Is it?

Dear edosad. Could you show me the script you wrote? I do not know the exact meaning you said.

Dear edosad. :two: You can check the existence of the file as follows. See [https://forum.qt.io/post/352670](https://forum.qt.io/post/352670). ```cpp // [static] bool QFile::exists(const QString &fileName) qDebug()

**From @edosad** Dear Jay Two, Thanks for looking into this. I'm afraid I failed to explain the problem properly. So I create a chart, then I open it in the...

Dear @edosad - I have implemented some function that you want. [v1.3.14](https://github.com/j2doll/QXlsx/releases/tag/v1.3.14) - saving axis title of line/bar/scatter chart. - loading function is not supported, yet. - See chartsquestions example...

- The function to set the title of the chart has been added. [v.1.3.16](https://github.com/j2doll/QXlsx/releases/tag/v.1.3.16) ```cpp Chart * Crom = output.insertChart( 3, 5, QSize(600, 500) ); Crom->setChartType( Chart::CT_Scatter ); Crom->addSeries( CellRange(chrom_data_array)...

Dear @edosad Thank you for reporting issue. It looks like I will need to re-check the chart's architecture of previous project. ❕ Notice: The URL of the project has changed....

> Dear Jay Two, Thank you very much for your help and reply and apologies for the late answer. We have tested the new features,it's great,thanks a lot for adding...

Dear @Aries1989 - Sorry for not responding for a long time. I am currently working in a place where the internet is not available. Internet access is only a few...

Dear @GraninDB The read processing for CT_Shape seems odd. The code is currently commented out.