: Script to create heat map in InDesign 5.0 PC? I have a table with digits. I want to change the percentage of the fill of each cell to this digit. Example:
I have a table with digits. I want to change the percentage of the fill of each cell to this digit.
Example:
More posts by @Looi7658678
1 Comments
Sorted by latest first Latest Oldest Best
thanx to Jarek:
Lets assume a textFrame with your table is selected;
var
mT = app.selection[0].tables[0],
len = mT.cells.length;
while (len-->0)
mT.cells[len].fillTint = parseInt(mT.cells[len].contents);
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.