Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sorting Excel
#2
For openpyxl there is an indirect method, through filters: https://openpyxl.readthedocs.io/en/stable/filters.html
That's probably not what you're looking for.
If you switch to pandas, it's well defined: http://pandas.pydata.org/pandas-docs/ver....sort.html

Still, without switching, the only sure way that I can think of is to export to a csv file, sort that and then load results. A hack, but it should work.
Reply


Messages In This Thread
Sorting Excel - by velocity - Oct-03-2018, 01:37 AM
RE: Sorting Excel - by Larz60+ - Oct-03-2018, 10:56 AM
RE: Sorting Excel - by velocity - Oct-03-2018, 04:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Data Sorting and filtering(From an Excel File) PY_ALM 0 1,079 Jan-09-2023, 08:14 PM
Last Post: PY_ALM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020