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

files from local drive should be loaded to spreadsheet in alphabetical order #109

Closed
yarl opened this issue Nov 2, 2019 · 2 comments
Closed
Assignees
Milestone

Comments

@yarl
Copy link
Owner

yarl commented Nov 2, 2019

it may be OS specific, reported on Ubuntu

@JoKalliauer
Copy link

Same with Fedora 32 (5.11.11-100.fc32.x86_64), see #126, so it seems to be a general Linux-issue.

@Abbe98
Copy link
Collaborator

Abbe98 commented Apr 12, 2021

File.listFiles does not return files in "any particular order", the fix above simply sorts it with Arrays.sort().

@Abbe98 Abbe98 removed the (os) label Feb 4, 2022
@Abbe98 Abbe98 added this to the 22.03 milestone Feb 10, 2022
@Abbe98 Abbe98 self-assigned this Feb 21, 2022
Abbe98 added a commit that referenced this issue Feb 21, 2022
sort files upon spreadsheet creation #109
@Abbe98 Abbe98 closed this as completed Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants