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

Possibility to Sort based on column? #129

Open
marcelloh opened this issue Sep 27, 2017 · 2 comments
Open

Possibility to Sort based on column? #129

marcelloh opened this issue Sep 27, 2017 · 2 comments

Comments

@marcelloh
Copy link

I can't find a solution to sort the excel based on a column.
(I have this file with > 15000 rows, and I need to sort it based on the column content)

@xuri
Copy link
Member

xuri commented Sep 28, 2017

This library doesn't implement the formula calculation engine. Reference #65. I'll certainly accept that patch if somebody did that. You can sort cell values by your self and rewrite the result to a worksheet.

@marcelloh
Copy link
Author

I have the
rows := xlsx.GetRows("Sheet1")
which I have sorted myself, but now I'm looking for something like:
xlsx.SetRows(rows)

Is there a way to inject such a rowset in one commando, or do I have to write it myself too?

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