Sublime-Text-Advanced-CSV icon indicating copy to clipboard operation
Sublime-Text-Advanced-CSV copied to clipboard

Efficiently format, edit, arrange, and evaluate cells in CSV files

Results 24 Sublime-Text-Advanced-CSV issues
Sort by recently updated
recently updated
newest added

When working in a large Markdown document, sometimes it's nice to quickly paste some text in CSV format and do some calculations on it. Identify the table either by one...

enhancement

To more easily access full NumPy (and other tools like MathPlotLib), allow a syntax `=[range]!foo.py` which serializes `range` (entire document if not specified), then launches a Python process to execute...

enhancement

When using the CSV plugin to format source code, sometimes you want the commas to follow the text content directly, instead of lining them up.

enhancement

Give a variable `t[row][column]` to be used in expressions, to allow for text operations instead of numeric ones. Note that this could be supported, even in the absence of NumPy,...

enhancement