I have problem in the usage of Aspose while building a excel. I am dealing with cells.
I am curretly unable to set column width when contents of a cell begin with a number. To set the column widhth i use:
sheet.getCells().setColumnWidth(0, 10);
sheet.getCells().setColumnWidth(1, 15);
sheet.getCells().setColumnWidth(2, 10);
There is another column with the same style but the contents are string and i am able to set the column width for those columns, but am unable to set the width of a columns whose content is a number or begins with a number.
Please help me in resolving this problem.
regards,
Sandeep