wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
170 stars 14 forks source link

Allow formulas to access cells as text #3

Open wadetb opened 10 years ago

wadetb commented 10 years ago

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.