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

Allow formulas to access cells as text

Open wadetb opened this issue 11 years ago • 0 comments

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.

wadetb avatar May 30 '14 19:05 wadetb