Hi Jason,
I am trying to add cell value to the xlsx template that has cell defined as href.
But after adding the cell value and its not coming as HREF.
Once I double click the cell then it becomes HREF.
can you please provide the steps to make the cell as HREF?
Here is snippet of code I am trying .
Cell cell = Context.getsmlObjectFactory().createCell();
try{
cell.setT(STCellType.fromValue(content));
}catch(IllegalArgumentException il)
{
cell.setT(STCellType.STR);
}
//value = ...