Ordered List is not supported in Aspose.cells

Hi,
in our database, we have value like

  1. PSS
  2. PKIC
  3. RTS
  4. HR

and we are using this code.
excelCell = new ExcelCell(worksheet.Cells[i, columnInfo.ColumnPositionExcel]);
excelCell.Html = excelCell.Text;

so the expected output must be like this

  1. PSS
  2. PKIC
  3. RTS
  4. HR

But we are getting out like this
• PSS
• PKIC
• RTS
• HR

let me know how we can get the desired output…???

@DeeKat01,

Thanks for the details.

How could you add ordered list data in MS Excel worksheet cells using MS Excel manually? You can also provide us your desired file. Moreover, could you provide us sample code (runnable) or preferably a simple console application (you may zip the project prior attaching) to show the issue. You may use some static HTML data or use DataTable in code (instead of external database) to remove any inter dependencies (of external sources), so we could execute it seamlessly to reproduce the issue on our end, we will check it soon.