Appearance
单元格输入公式。
=SEQUENCE(2, 3)
=TEXTSPLIT("Hello World Hello Human", " ")
=FILTER({"张三", 18; "李四", 25; "王五", 30}, {18; 25; 30} > 20, "NULL")