The data value in the cell is not correct.(gridwebdemo for java)

Hi,

gridwebdemo V8.2.2

"gridwebdemo/pages/commons/customheaders.jsp"

code word at server:

com.aspose.gridweb.test.servletcom.aspose.gridweb.test.servlet.FeatureServletFeatureServlet;

public void customHeaders(public void customHeaders(...

...

gridCells.get("C1").setValue(100.11);
gridCells.get("C2").setValue(2000.222);
gridCells.get("C3").setValue(30000.3333);

Display at client:

100.11

2000.222

30000.33

Please refer to attachment.

Hi,


Well, it works as per MS Excel, you may confirm this behavior by entering a value “30000.3333” directly into a cell in the worksheet manually in Ms Excel, you would get “30000.33” in the cell. Aspose.Cells.GridWeb for JAVA follows Ms Excel standards. I think you may try to format the cell, so it should display all the decimal points accordingly.

Thank you.