jjuback / gc-excelviewer

Visual Studio Code extension for viewing Excel spreadsheets and CSV files.
Other
216 stars 39 forks source link

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

Open silverOrdeal opened 1 year ago

silverOrdeal commented 1 year ago

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

Extended

🙏Thank you very much for all the work on this great extension !