QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

Chart::addSeries function does not allow discrete columns

Open chaoyonghan opened this issue 4 years ago • 1 comments

First of all, thanks a lot for this great project and your nice work. I'm trying to replace out dated QtXlsxWriter library in my project with QXlsx. One thing I noticed is that function Chart::addSeries only allow continuous columns. In my use case I need to always use the 1st column (time) as x-Axis and a few user selected (discrete) columns of data as the y-Axis. In the old QtXlsxWriter code, this is possible.

Of course it won't be a problem for me to add an overload function myself, but it would be great if this function can be considered in the future version of QXlsx.

chaoyonghan avatar Jan 05 '21 15:01 chaoyonghan

Dear @chaoyonghan

Thanks for reporting. I will register this issue to an enhancement.

This project can have many differences from QtXlsxWriter. If there is a difference that is not in the functionality you want, it is not necessary to replace the library. QtXlsxWriter is a very good library.

j2doll avatar Jan 17 '21 12:01 j2doll