I've been reviewing the documentation for ejSpreadsheet's members, methods & functions but haven't had any luck finding what I was looking for. I have a few features in Excel I'm trying to determine if possible using this control?
1. Insert a shape (circle) into each cell in a single-row range.
I'd use this.getAlphaRange() but am not seeing anything about adding shapes. The 2nd part of this is values in the spreadsheet will update the color fill of those circles (i.e. low score is a white color fill, mid-score is gray, high-score would fill the circle black.
2. "Progress" bars w/ & w/out a gradient fill:
In one section as numbers are entered one cell contains a line bar that gets larger and larger as the number gets higher. The other section does the same bith with a gradient fill from black to light gray.
Thank you for your assistance. I can provide more information upon request.