mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #6] Feature request: add support for charts #6
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mts749 on GitHub (Aug 18, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/6
Originally assigned to: @jmcnamara on GitHub.
I noticed that chart creation is supported in the Python version. Would it be possible to add this capability to the C library?
Thanks,
Martin
@jmcnamara commented on GitHub (Aug 18, 2015):
Hi,
That is the plan. The features will probably mirror the XlsxWriter features, in the same order of addition.
John
@mts749 commented on GitHub (Aug 19, 2015):
Thanks very much.
Is there somewhere I can look to see the history of the XlsxWriter feature additions?
Also, not sure if this is the correct venue, but I would like to commend you on these libraries. The code is very clean and elegant and the documentation is beautiful. Well done!
Martin
@jmcnamara commented on GitHub (Aug 19, 2015):
Whoops, sorry, I meant to add a link to the XlsxWriter Changes file. Here it is.
Thanks. :-)
@mts749 commented on GitHub (Sep 25, 2015):
Just wondering if you have an ETA/schedule for porting the XlsxWriter features to libxlsxwriter?
Also, I'm happy to contribute to this effort if desired.
Martin
@jmcnamara commented on GitHub (Sep 25, 2015):
I try to avoid setting any time expectations but I would say that something like charts in libxlsxwriter is at least 6 months away.
Perhaps https://github.com/dbzhang800/QtXlsxWriter might more useful to you in the meantime.
@mts749 commented on GitHub (Sep 25, 2015):
Thanks for this. I had a quick look at the project. I'm hesitant to move to another library just for charts especially since I have built a (small, and admittedly incomplete) objC interface on top of libxlsxwriter.
I think I'll just wait for the features to be ported and concentrate on other aspects of my application.
@jmcnamara commented on GitHub (Dec 11, 2015):
Closing this in favour of the same feature request at #36.