excel_to_code icon indicating copy to clipboard operation
excel_to_code copied to clipboard

Implement range unions

Open tamc opened this issue 8 years ago • 0 comments

e.g.,

SUM(10:10 C:C) 

Should be equivalent to

SUM(C10)

tamc avatar Feb 03 '18 07:02 tamc