writeTime method
Returns the raw day-fraction string used to store value in the
worksheet.
Implementation
String writeTime(TimeCellValue value) {
return _toDayFraction(value.asDuration()).toString();
}
Returns the raw day-fraction string used to store value in the
worksheet.
String writeTime(TimeCellValue value) {
return _toDayFraction(value.asDuration()).toString();
}