📌  相关文章
📜  谷歌表格格式数字作为持续时间公式 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.551000             🧑  作者: Mango

代码示例1
The accepted answer works for formatting a whole cell, but I wanted to
format only a part of the contents of a cell. I had tried using
TEXT(A2,"hh:mm:ss") but this is a date format and so does not work for
negative durations. However, TEXT(A2,"[hh]:mm:ss") does work for negative
durations.