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

Libxlsxwriter Roadmap #245

Closed
jmcnamara opened this issue Aug 31, 2019 · 5 comments
Closed

Libxlsxwriter Roadmap #245

jmcnamara opened this issue Aug 31, 2019 · 5 comments
Assignees

Comments

@jmcnamara
Copy link
Owner

See the XlsxWriter Roadmap.

@jmcnamara jmcnamara self-assigned this Aug 31, 2019
@tritueviet
Copy link

hello @jmcnamara i check the constant memory not working with merge range? can you support for this case?

@jmcnamara
Copy link
Owner Author

i check the constant memory not working with merge range? can you support for this case?

The worksheet_merge_range() function needs to write the all the cells in the merged range which is in conflict with the "constant memory" rule that it can only write one row at a time. So that is why merged ranges aren't supported in "constant memory" mode.

While it could be supported technically (i.e., it would be possible) it would take a lot of effort and isn't currently a feature that is requested very often. So overall due to complexity, effort, and lack of requests it won't be supported in the future.

@tritueviet
Copy link

Can you share some document, i will learn fast and help build this.

@jmcnamara
Copy link
Owner Author

Can you share some document, i will learn fast and help build this.

Could you open a new issue to discus that question. This is issue is for roadmap items.

@tritueviet
Copy link

Can you share some document, i will learn fast and help build this.

Could you open a new issue to discus that question. This is issue is for roadmap items.

#435 I requested it here, thanks for supporting this feature as soon as possible.

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

No branches or pull requests

2 participants