Skip to content
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

Open
dlion opened this issue Mar 21, 2017 · 5 comments
Open

Graphs #31

dlion opened this issue Mar 21, 2017 · 5 comments
Labels
enhancement New feature or request

Comments

@dlion
Copy link

dlion commented Mar 21, 2017

How can I "create" and "update" graphs in an xlsx files?

@xuri
Copy link
Member

xuri commented Mar 21, 2017

@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.

@xuri xuri added the enhancement New feature or request label Mar 21, 2017
@dlion
Copy link
Author

dlion commented Mar 21, 2017

@Luxurioust I need to write a tool to automatize some steps.
I need to add a value in a row on the sheet1, looking for a certain sheet (by name for example), adding in it some values, update a chart, switch to another sheet, add the same values and update 2 charts, switch to another sheet and modify some values.
Is an huge job so I wish to automatize it.

Do you have any documentation to read how xlsx files works? Thanks in advantage!

@xuri
Copy link
Member

xuri commented Mar 21, 2017

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.

@xuri xuri added the in progress Working in progress label Apr 18, 2017
xuri added a commit that referenced this issue Apr 22, 2017
- Doc for function `GetRows()` updated, relate issue #43;
- Fix doc typo in `xmlContentTypes.go`;
- Default template updated;
- Readme updated;
- go test updated
@xuri
Copy link
Member

xuri commented Apr 25, 2017

@dlion Hi, I have added new function AddChart(). This is just an initialization of the chart support and I'll continue to optimize this.

@xuri xuri removed the in progress Working in progress label Apr 25, 2017
@nsemikov
Copy link

Is there any functionality for changing the chart? For example, the ChangeChart () function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants