-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs #31
Comments
@dlion Thanks for your issue, this library doesn't support to create or update charts in xlsx. I intend to add this function next. Try to open a pre-designed document that includes the chart, modify the value referenced by the chart if you can in current. |
@Luxurioust I need to write a tool to automatize some steps. Do you have any documentation to read how xlsx files works? Thanks in advantage! |
The xlsx file follows the OOXML specification. XML is compliant with part 1 of the 4th edition of the ECMA-376 Standard for Office Open XML. Use DrawingML to generate charts. |
- Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated
@dlion Hi, I have added new function |
Is there any functionality for changing the chart? For example, the ChangeChart () function? |
How can I "create" and "update" graphs in an xlsx files?
The text was updated successfully, but these errors were encountered: