You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I would like to say “Big thanks” to everyone involved in the direct development of this library :)
But I have a few questions about working with diagrams.
I use this code in my program:
I do not deny that I misunderstood something in the library code, but these edits helped solve my problem, but I did not test other events, etc.
And that’s why I didn’t make a pull request, but decided to ask a question) @j2doll
The text was updated successfully, but these errors were encountered:
First, I would like to say “Big thanks” to everyone involved in the direct development of this library :)
But I have a few questions about working with diagrams.
I use this code in my program:
The data table consists of two columns and several rows of data, where the first row is the table title.
The result of the library is this:
The expected result is like this:
I started to figure it out and noticed these lines of code from the file xlsxchart.cpp
I commented out this block of code (91-93 line xlsxchart.cpp)
and corrected third argument subRange from range.firstRow() to range.lastRow() (106 line xlsxchart.cpp)
I do not deny that I misunderstood something in the library code, but these edits helped solve my problem, but I did not test other events, etc.
And that’s why I didn’t make a pull request, but decided to ask a question)
@j2doll
The text was updated successfully, but these errors were encountered: