#python #prompt #excel #vim ok super dumb question to the community - is there an interface, command-based UI, in python, that allows manipulation of excel files? Basically being able to use a command-based approach to manipulate multiple columns and rows? On the fly!

@neuroccm There's a vim table mode plugin. Not really Excel native, but works well on CSV and Markdown tables. I rely on it heavily, and if you can accept the data interchange it might be a good option for you!

https://github.com/dhruvasagar/vim-table-mode

GitHub - dhruvasagar/vim-table-mode: VIM Table Mode for instant table creation.

VIM Table Mode for instant table creation. Contribute to dhruvasagar/vim-table-mode development by creating an account on GitHub.

GitHub