writeInt method

String writeInt(
  1. IntCellValue value
)

Implementation

String writeInt(IntCellValue value) {
  return value.value.toString();
}