帆软获取当前年月如何配置
=format(today(),"yyyy-MM")
如果要生成当前年月
MAPARRAY(range(1,12),CONCATENATE(year(today()),format(item,"00")))
MAPARRAY(range(1,12),CONCATENATE(year(today()),"-",format(item,"00")))