My application contains a typical formula:

    cell.cellValue =  "SUM(K16:K18)";
    cell.dataFormat = FormatType.CELL_TYPE_FORMULA;
    cell.contentFrmat = styles.get("2-decimal_number");

Let's say that the locations K16-K18 are not known until run time. Is there some facility to convert 0-based to alphanumeric?

It is easy enough to implement the above. I just don't want to reinvent the wheel.

TIA,

-Ramon




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to