Hi,
The data provided in a cell is 119989000. But when we use aspose library to read cell value using cells.get(, ).getValue(), the value extracted is 119989000.00000001. Kindly suggest on any alternate approach to extr…...Cells object and you have the row and column indices String cellValue...cellValue = cells.get(row, col).getStringValue(); System.out.println("Cell...