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

Create, Rename, Reorder, Remove Columns in CSV File #228

Open
silverOrdeal opened this issue Sep 4, 2023 · 0 comments
Open

Create, Rename, Reorder, Remove Columns in CSV File #228

silverOrdeal opened this issue Sep 4, 2023 · 0 comments

Comments

@silverOrdeal
Copy link

silverOrdeal commented Sep 4, 2023

There is currently no way to manipulate columns with CSV Files. There is limited supported in creating and removing columns with the Excel Editor . This means a user has to open as text when creating a document for the first time, or further extending it. Adding column operations makes it more viable to fully use ExcelViewer when editing a lot of CSV Files.

MVP

Port over same functionality as Excel editor

  • Implement Right Click on a Column to open a popup window [Insert Column, Delete Column]
  • Right clicking outside the table opens a popover [Insert Column]

Extended

  • Drag and drop support for columns
  • Right click menu also has the [Rename Column] option. If possible, edits in place (in the cell of the column)
🙏Thank you very much for all the work on this great extension !
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

1 participant