Sublime-Text-Advanced-CSV
Sublime-Text-Advanced-CSV copied to clipboard
Allow formulas to access cells as text
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, which means formulas might be usable without installing NumPy.
Note that this array will not support the extended multidimensional array syntax that NumPy provides.