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

[Feature request] Copy / paste multiple cells or import from csv #8

Open
quanvinh opened this issue Dec 28, 2018 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@quanvinh
Copy link

Is it possible to implement multiple cells copy from/paste to like with spreadsheet programs?

Since copy function have already been implemented somehow via export to csv, maybe paste function could be implemented with import from csv?

@fre-sch fre-sch added the enhancement New feature or request label Dec 29, 2018
@hurui200320
Copy link

I'd like to have a function that can export items or weapons data to a json or csv file, especially when I was trying to generate the memory status I want to modified to :)

@fre-sch
Copy link
Owner

fre-sch commented Feb 5, 2020

I'd like to have a function that can export items or weapons data to a json or csv file, especially when I was trying to generate the memory status I want to modified to :)

What's wrong with the already existing import/export, it even supports JSON and CSV? You find it in the main menubar: File -> Export and File -> Import.

For those data types displayed in a table, you can import and export individual entries by right clicking them.

fre-sch added a commit that referenced this issue Feb 6, 2020
@hurui200320
Copy link

I'd like to have a function that can export items or weapons data to a json or csv file, especially when I was trying to generate the memory status I want to modified to :)

What's wrong with the already existing import/export, it even supports JSON and CSV? You find it in the main menubar: File -> Export and File -> Import.

For those data types displayed in a table, you can import and export individual entries by right clicking them.

Oh... I didn't see that... Sorry :(

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